Skip to content

Commit

Permalink
completion: support format-patch's --cover-letter option
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Feb 28, 2008
1 parent 6d21667 commit be5f5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ _git_format_patch ()
--in-reply-to=
--full-index --binary
--not --all
--cover-letter
"
return
;;
Expand Down

0 comments on commit be5f5bf

Please sign in to comment.