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 /contrib/completion | |
parent | Merge branch 'rs/rs-mailmap' into maint (diff) | |
parent | completion: add --broken and --dirty to describe (diff) | |
download | tgif-3087feaf98d7f3f4df4d178e2c142e78d60c0ba9.tar.xz |
Merge branch 'tb/complete-describe' into maint
Docfix.
* tb/complete-describe:
completion: add --broken and --dirty to describe
Diffstat (limited to 'contrib/completion')
-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 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 |