rebase: allow --merge option to handle patches merged upstream
[gitweb.git] / git-merge.sh
index b834e79c98af51a9f3ad4927a2d11c999349b0e4..da5657eb40516430d0302eea2e15bac6fa699b55 100755 (executable)
@@ -55,8 +55,7 @@ finish () {
 
        case "$no_summary" in
        '')
-               git-diff-tree -p -M "$head" "$1" |
-               git-apply --stat --summary
+               git-diff-tree --stat --summary -M "$head" "$1"
                ;;
        esac
 }