Merge branch 'as/daemon-multi-listen'
[gitweb.git] / contrib / completion / git-completion.bash
index feab651be83c490a213e97a27fa0fff6820ad9a6..64341d53cc7b5d6369ecc76cf7063c156b3ebdab 100755 (executable)
@@ -1131,7 +1131,7 @@ _git_diff ()
        case "$cur" in
        --*)
                __gitcomp "--cached --staged --pickaxe-all --pickaxe-regex
-                       --base --ours --theirs
+                       --base --ours --theirs --no-index
                        $__git_diff_common_options
                        "
                return