Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-objects: use reachability bitmap index when generating non-stdout pack
[gitweb.git]
/
git-rebase--interactive.sh
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index 068b16722af16fd09d63dedd5ce30c3204080d4f..ded459563816ebe36f4e467f596f0c84fa30ff57 100644
(file)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-212,6
+212,7
@@
Once you are satisfied with your changes, run
}
die_abort () {
+ apply_autostash
rm -rf "$state_dir"
die "$1"
}