Merge branch 'tb/complete-describe'
Docfix. * tb/complete-describe: completion: add --broken and --dirty to describemaint
commit
952cc9b9bd
|
|
@ -1385,7 +1385,7 @@ _git_describe ()
|
||||||
__gitcomp "
|
__gitcomp "
|
||||||
--all --tags --contains --abbrev= --candidates=
|
--all --tags --contains --abbrev= --candidates=
|
||||||
--exact-match --debug --long --match --always --first-parent
|
--exact-match --debug --long --match --always --first-parent
|
||||||
--exclude
|
--exclude --dirty --broken
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue