Skip to content

Commit

Permalink
completion: git commit should list --interactive
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Raible <raible@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Eric Raible authored and Junio C Hamano committed Sep 20, 2008
1 parent ea2408b commit aa5735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ _git_commit ()
--*)
__gitcomp "
--all --author= --signoff --verify --no-verify
--edit --amend --include --only
--edit --amend --include --only --interactive
"
return
esac
Expand Down

0 comments on commit aa5735b

Please sign in to comment.