Merge branch 'cc/sha1-bsearch'
[gitweb.git] / contrib / completion / git-completion.bash
index e72ce2428dd44176484ed88823dee6dd8707400c..c1c879821dc5c6314346d8c55c79fafdf48b5ac1 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
@@ -1870,6 +1871,7 @@ _git ()
                        --bare
                        --version
                        --exec-path
+                       --html-path
                        --work-tree=
                        --help
                        "