commit-reach: prepare in_merge_bases[_many] to handle any repo
[gitweb.git] / contrib / completion / git-completion.bash
index a66bec966bd58828dd52ae619d148881853ccb6f..db7fd87b6b27f6e85a48b31d08e0480648f9c5d5 100644 (file)
@@ -2568,6 +2568,9 @@ _git_stash ()
                drop,--*)
                        __gitcomp "--quiet"
                        ;;
+               list,--*)
+                       __gitcomp "--name-status --oneline --patch-with-stat"
+                       ;;
                show,--*|branch,--*)
                        ;;
                branch,*)