Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nl/rebase-i-cheat-sheet'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 16 Apr 2012 19:39:41 +0000
(12:39 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 16 Apr 2012 19:39:41 +0000
(12:39 -0700)
* nl/rebase-i-cheat-sheet:
rebase -i: remind that the lines are top-to-bottom
git-rebase--interactive.sh
patch
|
blob
|
history
raw
(from parent 1:
146fe8c
)
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index 5812222eb9afa2b2903040d7cf32ab0fb33c3508..2b7eb6dda4811baed98411f9191ac164a3c660d5 100644
(file)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-846,6
+846,8
@@
cat >> "$todo" << EOF
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
#
+# These lines can be re-ordered; they are executed from top to bottom.
+#
# If you remove a line here THAT COMMIT WILL BE LOST.
# However, if you remove everything, the rebase will be aborted.
#