bash completion: Update 'git am' options
[gitweb.git] / contrib / completion / git-completion.bash
index e72ce2428dd44176484ed88823dee6dd8707400c..d3d8203171a3c7c221399dd6d79c8429c5006bcc 100755 (executable)
@@ -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