File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ int error_resolve_conflict(const char *me)
86
86
* other commands doing a merge do.
87
87
*/
88
88
advise (_ ("Fix them up in the work tree, and then use 'git add/rm <file>'\n"
89
- "as appropriate to mark resolution and make a commit, or use\n"
90
- "'git commit -a'." ));
89
+ "as appropriate to mark resolution and make a commit." ));
91
90
return -1 ;
92
91
}
93
92
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ die_conflict () {
20
20
if [ $( git config --bool --get advice.resolveConflict || echo true) = " true" ]; then
21
21
die " $( gettext " Pull is not possible because you have unmerged files.
22
22
Please, fix them up in the work tree, and then use 'git add/rm <file>'
23
- as appropriate to mark resolution, or use 'git commit -a' ." ) "
23
+ as appropriate to mark resolution and make a commit." ) "
24
24
else
25
25
die " $( gettext " Pull is not possible because you have unmerged files." ) "
26
26
fi
You can’t perform that action at this time.
0 commit comments