Merge branch 'du/cherry-is-plumbing'
[gitweb.git] / contrib / completion / git-completion.bash
index 12f7ce0c5c20a03b6c2d90034597d2ca230e7702..5f556075d3cbce74c60e81b97d4923a1ff18f78d 100644 (file)
@@ -943,6 +943,7 @@ __git_complete_remote_or_refspec ()
                        *) ;;
                        esac
                        ;;
+               --multiple) no_complete_refspec=1; break ;;
                -*) ;;
                *) remote="$i"; break ;;
                esac
@@ -2556,6 +2557,9 @@ _git_stash ()
                drop,--*)
                        __gitcomp "--quiet"
                        ;;
+               list,--*)
+                       __gitcomp "--name-status --oneline --patch-with-stat"
+                       ;;
                show,--*|branch,--*)
                        ;;
                branch,*)