bash completion: Update 'git am' options

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>
This commit is contained in:
Todd Zullinger 2009-04-05 12:33:38 -04:00 коммит произвёл Junio C Hamano
Родитель 81aa964976
Коммит 43acdf243e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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