Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-rebase--interactive: fix copy-paste mistake
author
Orgad Shaneh
<orgads@gmail.com>
Sun, 27 May 2018 06:51:27 +0000
(09:51 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 28 May 2018 14:29:32 +0000
(23:29 +0900)
exec argument is a command, not a commit.
Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
25cff9f
)
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index cbf44f864828cca964693bea6a701ce882afd6eb..85a72b933edffb4a43cabbeaa579dcd020ff14db 100644
(file)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-160,7
+160,7
@@
r, reword <commit> = use commit, but edit the commit message
e, edit <commit> = use commit, but stop for amending
s, squash <commit> = use commit, but meld into previous commit
f, fixup <commit> = like \"squash\", but discard this commit's log message
-x, exec <comm
it
> = run command (the rest of the line) using shell
+x, exec <comm
and
> = run command (the rest of the line) using shell
d, drop <commit> = remove commit
l, label <label> = label current HEAD with a name
t, reset <label> = reset HEAD to a label