summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-10-11 14:52:23 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-10-11 14:52:23 +0900
commit952cc9b9bd668c5f05c9faf81f80cea905642eec (patch)
tree76a3eaf560e86bf72024a519ab08ffa164b706c7
parentMerge branch 'sb/test-cmp-expect-actual' (diff)
parentcompletion: add --broken and --dirty to describe (diff)
downloadtgif-952cc9b9bd668c5f05c9faf81f80cea905642eec.tar.xz
Merge branch 'tb/complete-describe'
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