Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tb/complete-describe'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Oct 2017 05:52:23 +0000
(14:52 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Oct 2017 05:52:23 +0000
(14:52 +0900)
Docfix.
* tb/complete-describe:
completion: add --broken and --dirty to describe
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
(from parent 1:
97cb362
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index d93441747523ab2971e114cd6a02d56b79ba3382..0e16f017a4144220043d27e0c1556a6d1edbdf01 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1385,7
+1385,7
@@
_git_describe ()
__gitcomp "
--all --tags --contains --abbrev= --candidates=
--exact-match --debug --long --match --always --first-parent
- --exclude
+ --exclude
--dirty --broken
"
return
esac