Merge branch 'nd/status-refresh-progress'
[gitweb.git] / contrib / completion / git-completion.bash
index d63d2dffd4e12186e734adb0cc2ae7c1db7a6374..db7fd87b6b27f6e85a48b31d08e0480648f9c5d5 100644 (file)
@@ -943,6 +943,7 @@ __git_complete_remote_or_refspec ()
                        *) ;;
                        esac
                        ;;
+               --multiple) no_complete_refspec=1; break ;;
                -*) ;;
                *) remote="$i"; break ;;
                esac
@@ -2567,6 +2568,9 @@ _git_stash ()
                drop,--*)
                        __gitcomp "--quiet"
                        ;;
+               list,--*)
+                       __gitcomp "--name-status --oneline --patch-with-stat"
+                       ;;
                show,--*|branch,--*)
                        ;;
                branch,*)