From: Orgad Shaneh Date: Sun, 27 May 2018 06:51:27 +0000 (+0300) Subject: git-rebase--interactive: fix copy-paste mistake X-Git-Tag: v2.18.0-rc1~11^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35d515b53f594e9b281f15943ba1b66a2305857a;p=thirdparty%2Fgit.git git-rebase--interactive: fix copy-paste mistake exec argument is a command, not a commit. Signed-off-by: Orgad Shaneh Acked-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index cbf44f8648..85a72b933e 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -160,7 +160,7 @@ r, reword = use commit, but edit the commit message 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, exec = run command (the rest of the line) using shell +x, exec = run command (the rest of the line) using shell d, drop = remove commit l, label