grep: teach --untracked and --exclude-standard options
[gitweb.git] / contrib / completion / git-completion.bash
index 8b56c34bde2227e7facfc8f96ceec7f912237189..35acad004e041d6c35316373635da45b61f6e8c0 100755 (executable)
@@ -568,6 +568,7 @@ __git_list_porcelain_commands ()
                read-tree)        : plumbing;;
                receive-pack)     : plumbing;;
                reflog)           : plumbing;;
+               remote-*)         : transport;;
                repo-config)      : deprecated;;
                rerere)           : plumbing;;
                rev-list)         : plumbing;;
@@ -1385,6 +1386,7 @@ _git_rebase ()
                        --preserve-merges --stat --no-stat
                        --committer-date-is-author-date --ignore-date
                        --ignore-whitespace --whitespace=
+                       --autosquash
                        "
 
                return