Re: [PATCH] git: add --no-replace-objects option to disable replacing
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:32
Thanks.
I understand that the replace mechanism is lazily initialized so it would
be Ok to flip this variable as long as it is done before anybody makes the
first call to read_sha1_file(). I am guessing the assignment the patch
adds is early enough but I didn't audit the code.