usage: add set_warn_routine()
[gitweb.git] / git-rebase--interactive.sh
index 068b16722af16fd09d63dedd5ce30c3204080d4f..ded459563816ebe36f4e467f596f0c84fa30ff57 100644 (file)
@@ -212,6 +212,7 @@ Once you are satisfied with your changes, run
 }
 
 die_abort () {
+       apply_autostash
        rm -rf "$state_dir"
        die "$1"
 }