Add output flushing before fork()
[gitweb.git] / contrib / completion / git-completion.bash
index 30d870187e64e33ed430dc1fab1ea37036a07f58..678a155f2e89b1a6ed376e7a5891079f4ba1bb41 100755 (executable)
@@ -721,11 +721,6 @@ _git_diff ()
        __git_complete_file
 }
 
-_git_diff_tree ()
-{
-       __gitcomp "$(__git_refs)"
-}
-
 _git_fetch ()
 {
        local cur="${COMP_WORDS[COMP_CWORD]}"
@@ -853,6 +848,7 @@ _git_log ()
                        --stat --numstat --shortstat
                        --decorate --diff-filter=
                        --color-words --walk-reflogs
+                       --parents --children --full-history
                        "
                return
                ;;