Skip to content

Commit 35d515b

Browse files
orgadsgitster
authored andcommitted
git-rebase--interactive: fix copy-paste mistake
exec argument is a command, not a commit. Signed-off-by: Orgad Shaneh <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 25cff9f commit 35d515b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase--interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ r, reword <commit> = use commit, but edit the commit message
160160
e, edit <commit> = use commit, but stop for amending
161161
s, squash <commit> = use commit, but meld into previous commit
162162
f, fixup <commit> = like \"squash\", but discard this commit's log message
163-
x, exec <commit> = run command (the rest of the line) using shell
163+
x, exec <command> = run command (the rest of the line) using shell
164164
d, drop <commit> = remove commit
165165
l, label <label> = label current HEAD with a name
166166
t, reset <label> = reset HEAD to a label

0 commit comments

Comments
 (0)