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>
Tue, 21 Mar 2017 22:07:18 +0000
(15:07 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Mar 2017 22:07:18 +0000
(15:07 -0700)
Recent update to "rebase -i" started showing a message that is not
a warning with "warning:" prefix by mistake. This has been fixed.
* js/rebase-helper:
sequencer: drop "warning:" when stopping for edit
sequencer.c
patch
|
blob
|
history
raw
(from parent 1:
4b7989b
)
diff --git
a/sequencer.c
b/sequencer.c
index 1f729b053bbc6f544fe0b3e8736113082894b24d..8183a83c1fa3f8d38054c163ecf65cb861a8b0d5 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-1997,7
+1997,8
@@
static int pick_commits(struct todo_list *todo_list, struct replay_opts *opts)
if (item->command == TODO_EDIT) {
struct commit *commit = item->commit;
if (!res)
- warning(_("stopped at %s... %.*s"),
+ fprintf(stderr,
+ _("Stopped at %s... %.*s"),
short_commit_name(commit),
item->arg_len, item->arg);
return error_with_patch(commit,