Allow cloning to an existing empty directory
[gitweb.git] / contrib / completion / git-completion.bash
index a046441974ec1240281058562ce17249fa10d604..8ec782dc54c9eb49873e38b75d925babe9a7746c 100755 (executable)
@@ -1405,7 +1405,7 @@ _git_reset ()
        local cur="${COMP_WORDS[COMP_CWORD]}"
        case "$cur" in
        --*)
-               __gitcomp "--mixed --hard --soft"
+               __gitcomp "--merge --mixed --hard --soft"
                return
                ;;
        esac