log-tree: respect diffopt's configured output file stream
[gitweb.git] / git-rebase--interactive.sh
index 9d2bfb7a16afc10c1a52fe80e718d6199df0e331..6e96abcc3c6b942eed3e8c522f089d823b02a1fa 100644 (file)
@@ -192,7 +192,6 @@ make_patch () {
 die_with_patch () {
        echo "$1" > "$state_dir"/stopped-sha
        make_patch "$1"
-       git rerere
        die "$2"
 }