Browse Source

Merge branch 'tb/complete-describe'

Docfix.

* tb/complete-describe:
  completion: add --broken and --dirty to describe
maint
Junio C Hamano 7 years ago
parent
commit
952cc9b9bd
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -1385,7 +1385,7 @@ _git_describe () @@ -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

Loading…
Cancel
Save