Skip to content

Commit 7267404

Browse files
committed
Merge branch 'js/rebase-i-dedup-call-to-rerere'
"git rebase -i", after it fails to auto-resolve the conflict, had an unnecessary call to "git rerere" from its very early days, which was spotted recently; the call has been removed. * js/rebase-i-dedup-call-to-rerere: rebase -i: remove an unnecessary 'rerere' invocation
2 parents be3ac81 + 7063693 commit 7267404

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

git-rebase--interactive.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ make_patch () {
192192
die_with_patch () {
193193
echo "$1" > "$state_dir"/stopped-sha
194194
make_patch "$1"
195-
git rerere
196195
die "$2"
197196
}
198197

0 commit comments

Comments
 (0)