summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-10-18 14:19:14 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-10-18 14:19:14 +0900
commit3087feaf98d7f3f4df4d178e2c142e78d60c0ba9 (patch)
treeb37a803a6e4614fc168483f0dc1c637e9374f5a6
parentMerge branch 'rs/rs-mailmap' into maint (diff)
parentcompletion: add --broken and --dirty to describe (diff)
downloadtgif-3087feaf98d7f3f4df4d178e2c142e78d60c0ba9.tar.xz
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