git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ef80069
)
sequencer (rebase -i): write out the final message
author
Johannes Schindelin
<redacted>
Mon, 2 Jan 2017 15:36:25 +0000
(16:36 +0100)
committer
Junio C Hamano
<redacted>
Tue, 17 Jan 2017 22:06:01 +0000
(14:06 -0800)
The shell script version of the interactive rebase has a very specific
final message. Teach the sequencer to print the same.
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
sequencer.c
patch
|
blob
|
history
diff --git
a/sequencer.c
b/sequencer.c
index 5f229197727b6455335d0cd93ec593c5e7e02ab8..1f729b053bbc6f544fe0b3e8736113082894b24d 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-2127,6
+2127,9
@@
cleanup_head_ref:
}
apply_autostash(opts);
+ fprintf(stderr, "Successfully rebased and updated %s.\n",
+ head_ref.buf);
+
strbuf_release(&buf);
strbuf_release(&head_ref);
}
git clone https://git.99rst.org/PROJECT