Re: [PATCH 06/16] replace-object: check_replace_refs is safe in multi repo environment

2018-04-09 Thread Junio C Hamano
Stefan Beller writes: > In ecef23 (inline lookup_replace_object() calls, 2011-05-15) a > shortcut for checking the object replacement was added by setting > check_replace_refs to 0 once the replacements were evaluated to > not exist. This works fine in with the assumption

[PATCH 06/16] replace-object: check_replace_refs is safe in multi repo environment

2018-04-09 Thread Stefan Beller
In ecef23 (inline lookup_replace_object() calls, 2011-05-15) a shortcut for checking the object replacement was added by setting check_replace_refs to 0 once the replacements were evaluated to not exist. This works fine in with the assumption of only one repository in existence. The