summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-18 14:19:14 +0900
committerJunio C Hamano <gitster@pobox.com>2017-10-18 14:19:14 +0900
commit3087feaf98d7f3f4df4d178e2c142e78d60c0ba9 (patch)
treeb37a803a6e4614fc168483f0dc1c637e9374f5a6
parentac86677afb12947efb32668a6ae3cf8eaa7a1627 (diff)
parent78236550824fb2d0b150f2992589a26e89c0f1c9 (diff)
downloadgit-3087feaf98d7f3f4df4d178e2c142e78d60c0ba9.tar.gz
Merge branch 'tb/complete-describe' into maint
Docfix. * tb/complete-describe: completion: add --broken and --dirty to describe
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index d934417475..0e16f017a4 100644
--- 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