Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
unpack-objects: fix --strict handling
[gitweb.git]
/
git-rebase--interactive.sh
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index 402ff3782c0aaa472a2013ff3a9bef44a6cd8550..c2bedd622c7238359ab88592857bb50eeaa568f8 100755
(executable)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-268,6
+268,10
@@
do_next () {
warn
warn " git commit --amend"
warn
+ warn "Once you are satisfied with your changes, run"
+ warn
+ warn " git rebase --continue"
+ warn
exit 0
;;
squash|s)
@@
-432,7
+436,7
@@
do
shift ;;
esac
;;
- --merge)
+ -
m|-
-merge)
# we use merge anyway
;;
-C*)