From: Jeff King Date: Fri, 11 Mar 2016 22:36:49 +0000 (-0500) Subject: wrap shared_repository global in get/set accessors X-Git-Tag: v2.8.3~44^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7875acb6ecf85a7dc29554d193955ce5e265764f?ds=inline;hp=7875acb6ecf85a7dc29554d193955ce5e265764f wrap shared_repository global in get/set accessors It would be useful to control access to the global shared_repository, so that we can lazily load its config. The first step to doing so is to make sure all access goes through a set of functions. This step is purely mechanical, and should result in no change of behavior. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---