Skip to content

Commit aa5735b

Browse files
Eric Raiblegitster
authored andcommitted
completion: git commit should list --interactive
Signed-off-by: Eric Raible <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ea2408b commit aa5735b

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
@@ -750,7 +750,7 @@ _git_commit ()
750750
--*)
751751
__gitcomp "
752752
--all --author= --signoff --verify --no-verify
753-
--edit --amend --include --only
753+
--edit --amend --include --only --interactive
754754
"
755755
return
756756
esac

0 commit comments

Comments
 (0)