diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-01 12:46:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-01 12:46:54 -0700 |
commit | 8c4e4ec3ff053331c845331645a437b01b1f0de6 (patch) | |
tree | 2eb332d5fa1ce82ba8d561ab3abb5bd27e2fcf6a /t/lib-rebase.sh | |
parent | Update draft release notes to 1.8.4 (diff) | |
parent | t7500: fix flipped actual/expect (diff) | |
download | tgif-8c4e4ec3ff053331c845331645a437b01b1f0de6.tar.xz |
Merge branch 'maint'
* maint:
t7500: fix flipped actual/expect
lib-rebase: document exec_ in FAKE_LINES
Diffstat (limited to 't/lib-rebase.sh')
-rw-r--r-- | t/lib-rebase.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib-rebase.sh b/t/lib-rebase.sh index 2451e6b1ea..8ff87fb3f9 100644 --- a/t/lib-rebase.sh +++ b/t/lib-rebase.sh @@ -17,6 +17,8 @@ # ("squash", "fixup", "edit", or "reword") and the SHA1 taken # from the specified line. # +# "exec_cmd_with_args" -- add an "exec cmd with args" line. +# # "#" -- Add a comment line. # # ">" -- Add a blank line. |