提交 43acdf24 编写于 作者: T Todd Zullinger 提交者: Junio C Hamano

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
cb3a160d.  The option list is also sorted alphabetically.
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 81aa9649
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册