Merge branch 'tb/complete-describe'

Docfix.

* tb/complete-describe:
  completion: add --broken and --dirty to describe
This commit is contained in:
Junio C Hamano 2017-10-11 14:52:23 +09:00
commit 952cc9b9bd

View file

@ -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