Skip to content

Commit 3087fea

Browse files
committed
Merge branch 'tb/complete-describe' into maint
Docfix. * tb/complete-describe: completion: add --broken and --dirty to describe
2 parents ac86677 + 7823655 commit 3087fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ _git_describe ()
13851385
__gitcomp "
13861386
--all --tags --contains --abbrev= --candidates=
13871387
--exact-match --debug --long --match --always --first-parent
1388-
--exclude
1388+
--exclude --dirty --broken
13891389
"
13901390
return
13911391
esac

0 commit comments

Comments
 (0)