From: Andrew Pimlott Date: Mon, 1 Jul 2013 16:20:35 +0000 (-0700) Subject: lib-rebase: document exec_ in FAKE_LINES X-Git-Tag: v1.8.3.3~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=296fa99334ff9fc0ca1ea01bce5f53d7ae248d5f;p=thirdparty%2Fgit.git lib-rebase: document exec_ in FAKE_LINES Signed-off-by: Andrew Pimlott Signed-off-by: Junio C Hamano --- diff --git a/t/lib-rebase.sh b/t/lib-rebase.sh index 6ccf797091..8098a88c82 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.