Skip to content

Commit 43acdf2

Browse files
tmzullingergitster
authored andcommitted
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 <[email protected]>
1 parent 81aa964 commit 43acdf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,8 @@ _git_am ()
646646
;;
647647
--*)
648648
__gitcomp "
649-
--signoff --utf8 --binary --3way --interactive
649+
--3way --committer-date-is-author-date --ignore-date
650+
--interactive --keep --no-utf8 --signoff --utf8
650651
--whitespace=
651652
"
652653
return

0 commit comments

Comments
 (0)