Skip to content

Commit

Permalink
bash completion: Update 'git am' options
Browse files Browse the repository at this point in the history
This adds --committer-date-is-author-date, --ignore-date, and --no-utf8
options.  The --binary option is removed, as it was made a no-op by
cb3a160.  The option list is also sorted alphabetically.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Todd Zullinger authored and Junio C Hamano committed Apr 5, 2009
1 parent 81aa964 commit 43acdf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ _git_am ()
;;
--*)
__gitcomp "
--signoff --utf8 --binary --3way --interactive
--3way --committer-date-is-author-date --ignore-date
--interactive --keep --no-utf8 --signoff --utf8
--whitespace=
"
return
Expand Down

0 comments on commit 43acdf2

Please sign in to comment.