diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-11 14:52:23 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-11 14:52:23 +0900 |
commit | 952cc9b9bd668c5f05c9faf81f80cea905642eec (patch) | |
tree | 76a3eaf560e86bf72024a519ab08ffa164b706c7 /contrib | |
parent | 97cb362262c27ab952ac2ee3109eb9411ad3d11b (diff) | |
parent | 78236550824fb2d0b150f2992589a26e89c0f1c9 (diff) | |
download | git-952cc9b9bd668c5f05c9faf81f80cea905642eec.tar.gz |
Merge branch 'tb/complete-describe'
Docfix.
* tb/complete-describe:
completion: add --broken and --dirty to describe
Diffstat (limited to 'contrib')
-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 |