Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
completion: put matching ctags symbol names directly into COMPREPLY
[gitweb.git]
/
sequencer.c
diff --git
a/sequencer.c
b/sequencer.c
index 5f229197727b6455335d0cd93ec593c5e7e02ab8..1f729b053bbc6f544fe0b3e8736113082894b24d 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-2127,6
+2127,9
@@
static int pick_commits(struct todo_list *todo_list, struct replay_opts *opts)
}
apply_autostash(opts);
+ fprintf(stderr, "Successfully rebased and updated %s.\n",
+ head_ref.buf);
+
strbuf_release(&buf);
strbuf_release(&head_ref);
}