From 35d515b53f594e9b281f15943ba1b66a2305857a Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 27 May 2018 09:51:27 +0300 Subject: [PATCH 1/2] 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 --- git-rebase--interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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