diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-18 14:19:14 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-18 14:19:14 +0900 |
commit | 3087feaf98d7f3f4df4d178e2c142e78d60c0ba9 (patch) | |
tree | b37a803a6e4614fc168483f0dc1c637e9374f5a6 | |
parent | ac86677afb12947efb32668a6ae3cf8eaa7a1627 (diff) | |
parent | 78236550824fb2d0b150f2992589a26e89c0f1c9 (diff) | |
download | git-3087feaf98d7f3f4df4d178e2c142e78d60c0ba9.tar.gz git-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.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d93441747..0e16f017a 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 |