Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/rebase-helper'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 23 Mar 2017 18:20:46 +0000
(11:20 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 23 Mar 2017 18:20:46 +0000
(11:20 -0700)
A hotfix for a regression fix
* js/rebase-helper:
sequencer: fix missing newline
sequencer.c
patch
|
blob
|
history
raw
(from parent 1:
afd6726
)
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,