Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/pull: convert portions to struct object_id
[gitweb.git]
/
sequencer.c
diff --git
a/sequencer.c
b/sequencer.c
index 8183a83c1fa3f8d38054c163ecf65cb861a8b0d5..d76dc9cb2b07227d311e4a667aaa5f0d305da45d 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-1998,7
+1998,7
@@
static int pick_commits(struct todo_list *todo_list, struct replay_opts *opts)
struct commit *commit = item->commit;
if (!res)
fprintf(stderr,
- _("Stopped at %s... %.*s"),
+ _("Stopped at %s... %.*s
\n
"),
short_commit_name(commit),
item->arg_len, item->arg);
return error_with_patch(commit,