summaryrefslogtreecommitdiff
path: root/t/lib-rebase.sh
diff options
context:
space:
mode:
authorAndrew Pimlott <andrew@pimlott.net>2013-07-01 16:20:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-01 16:52:25 (GMT)
commit296fa99334ff9fc0ca1ea01bce5f53d7ae248d5f (patch)
tree0f7e0850b9952f0b8553f8996428ecb07eca3b39 /t/lib-rebase.sh
parent43d11f4492ebafdabd3fb0c9bcab49d2731e4676 (diff)
downloadgit-296fa99334ff9fc0ca1ea01bce5f53d7ae248d5f.zip
git-296fa99334ff9fc0ca1ea01bce5f53d7ae248d5f.tar.gz
git-296fa99334ff9fc0ca1ea01bce5f53d7ae248d5f.tar.bz2
lib-rebase: document exec_ in FAKE_LINES
Signed-off-by: Andrew Pimlott <andrew@pimlott.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-rebase.sh')
-rw-r--r--t/lib-rebase.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib-rebase.sh b/t/lib-rebase.sh
index 6ccf797..8098a88 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.