rebase -i: clarify in-editor documentation of "exec"
[gitweb.git] / git-rebase--interactive.sh
index 20ebd097da66b3562e65a5d4fa45381384ebb70d..9f017750ca493fadf2ab1b51fc46f549926fee97 100755 (executable)
@@ -997,7 +997,7 @@ first and then run 'git rebase --continue' again."
 #  e, edit = use commit, but stop for amending
 #  s, squash = use commit, but meld into previous commit
 #  f, fixup = like "squash", but discard this commit's log message
-#  x <cmd>, exec <cmd> = Run a shell command <cmd>, and stop if it fails
+#  x, exec = run command (the rest of the line) using shell
 #
 # If you remove a line here THAT COMMIT WILL BE LOST.
 # However, if you remove everything, the rebase will be aborted.