git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bdd7379
)
completion: also complete git-log's --left-right and --cherry-pick option
author
Johannes Schindelin
<redacted>
Wed, 29 Aug 2007 14:15:34 +0000
(15:15 +0100)
committer
Junio C Hamano
<redacted>
Wed, 29 Aug 2007 20:19:41 +0000
(13:19 -0700)
Both --left-right and --cherry-pick are particularly long to type, so
help the user there.
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index a652c88b27cc29f14caba12549770d66cb4e10e4..5ed18215fdefe1c4864ae5c6f01a86a9ff36d012 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-641,6
+641,7
@@
_git_log ()
--all-match
--pretty= --name-status --name-only --raw
--not --all
+ --left-right --cherry-pick
"
return
;;
git clone https://git.99rst.org/PROJECT