Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitWrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georg Seibt
GitWrapper
Commits
3d578f5b
Commit
3d578f5b
authored
8 years ago
by
Georg Seibt
Browse files
Options
Downloads
Patches
Plain Diff
Do not store the summary of a commit as its message.
parent
82999edf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java
+1
-1
1 addition, 1 deletion
src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java
with
1 addition
and
1 deletion
src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java
+
1
−
1
View file @
3d578f5b
...
...
@@ -482,7 +482,7 @@ public class Repository {
commitFile
=
dir
.
toPath
().
resolve
(
Paths
.
get
(
lineScanner
.
nextLine
().
trim
())).
toFile
();
break
;
case
SUMMARY:
commit
.
setMessage
(
lineScanner
.
nextLine
().
trim
());
// TODO this is NOT the message, it is the summary (
first line of
the
message
)
// Skip the summary of the commit as it is just the
first line of
its
message
(for which there is a getter).
break
;
case
BOUNDARY:
// We do not store the information that this commit was the boundary of the 'git blame' call.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment