]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
rerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_id
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Jul 2015 22:47:13 +0000 (15:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2016 23:01:19 +0000 (15:01 -0800)
commit2c7929b133387f563306c0550b24a4b5f674ecb6
tree6017dc86003fea867255a99c991a81d7310074b7
parent1869bbe1ce28d2b8024d5fac4267c0428483e6fb
rerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_id

This will help fixing bootstrap corner-case issues, e.g. having an
empty $GIT_DIR/rr-cache/$ID directory would fail to record a
preimage, in later changes in this series.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
rerere.c