aboutsummaryrefslogtreecommitdiff
path: root/git-stash.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-11 11:10:12 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-11 11:10:12 -0700
commitef92392b6c8596b61eab6f2045a54c086f340cf7 (patch)
tree961a30992de888f4fd135507cb33ebf1f6bfcf56 /git-stash.sh
parent91feb387f2cba906a233c3683cfa5ff2bc32d79a (diff)
parent743bf6d8b07f0c5717bf5c37b8b50ae9de619c83 (diff)
downloadgit-ef92392b6c8596b61eab6f2045a54c086f340cf7.tar.gz
git-ef92392b6c8596b61eab6f2045a54c086f340cf7.tar.xz
Merge branch 'ph/stash-rerere' into maint-1.7.11
* ph/stash-rerere: stash: invoke rerere in case of conflict test: git-stash conflict sets up rerere
Diffstat (limited to 'git-stash.sh')
-rwxr-xr-xgit-stash.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-stash.sh b/git-stash.sh
index 4e2c7f833..bbefdf642 100755
--- a/git-stash.sh
+++ b/git-stash.sh
@@ -469,6 +469,7 @@ apply_stash () {
else
# Merge conflict; keep the exit status from merge-recursive
status=$?
+ git rerere
if test -n "$INDEX_OPTION"
then
gettextln "Index was not unstashed." >&2