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:
a0feb1b
)
completion: add option '--guides' to 'git help'
author
Ralf Thielow
<redacted>
Thu, 24 Mar 2016 18:27:13 +0000
(19:27 +0100)
committer
Junio C Hamano
<redacted>
Thu, 24 Mar 2016 20:09:05 +0000
(13:09 -0700)
Signed-off-by: Ralf Thielow <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 00d729996fab5be89696bf4841205d45c49c7794..e4fdd7f81948a3d4ed9f58ab1557362dadd3e43d 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1338,7
+1338,7
@@
_git_help ()
{
case "$cur" in
--*)
- __gitcomp "--all --info --man --web"
+ __gitcomp "--all --
guides --
info --man --web"
return
;;
esac
git clone https://git.99rst.org/PROJECT