summaryrefslogtreecommitdiff
path: root/t/t4013-diff-various.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-07-17 13:28:31 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-03-15 15:29:30 -0700
commit05dd9f139d6a7e4c7cd22d8d3b57faf5be88a571 (patch)
tree68ae3bcd44ea9c6160f4826c772f6ac1e3771dd6 /t/t4013-diff-various.sh
parentrerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_id (diff)
downloadtgif-05dd9f139d6a7e4c7cd22d8d3b57faf5be88a571.tar.xz
rerere: handle leftover rr-cache/$ID directory and postimage files
If by some accident there is only $GIT_DIR/rr-cache/$ID directory existed, we wouldn't have recorded a preimage for a conflict that is newly encountered, which would mean after a manual resolution, we wouldn't have recorded it by storing the postimage, because the logic used to be "if there is no rr-cache/$ID directory, then we are the first so record the preimage". Instead, record preimage if we do not have one. In addition, if there is only $GIT_DIR/rr-cache/$ID/postimage without corresponding preimage, we would have tried to call into merge() and punted. These would have been a situation frustratingly hard to recover from. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013-diff-various.sh')
0 files changed, 0 insertions, 0 deletions