aboutsummaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-04-16 12:39:41 -0700
committerJunio C Hamano <gitster@pobox.com>2012-04-16 12:39:41 -0700
commit0e9b0ac712d09d77a10586f5ff669bf6af3dd538 (patch)
treea3f330dd7e4d0065974d839299413c37f082b3ce /git-rebase--interactive.sh
parent146fe8ce2488fea8a8e35285d825bfbbe07b806d (diff)
parent8a93f9576a705753845ffa9fc5eb62c1d7fdd4a1 (diff)
downloadgit-0e9b0ac712d09d77a10586f5ff669bf6af3dd538.tar.gz
git-0e9b0ac712d09d77a10586f5ff669bf6af3dd538.tar.xz
Merge branch 'nl/rebase-i-cheat-sheet'
* nl/rebase-i-cheat-sheet: rebase -i: remind that the lines are top-to-bottom
Diffstat (limited to 'git-rebase--interactive.sh')
-rw-r--r--git-rebase--interactive.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
index 5812222eb..2b7eb6dda 100644
--- 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.
#