Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-02-08 23:52:54 +0300
committerJunio C Hamano <gitster@pobox.com>2017-02-09 02:39:55 +0300
commit5e8c968c6465d35c9047ab3ed522cb08d46386f5 (patch)
treeb26c9029831c2d9565c27a2626bc4a3c09030208 /transport.h
parentece657f39939d067265eaf57e519a20019bcf794 (diff)
for_each_alternate_ref: use strbuf for path allocation
We have a string with ".../objects" pointing to the alternate object store, and overwrite bits of it to look at other paths in the (potential) git repository holding it. This works because the only path we care about is "refs", which is shorter than "objects". Using a strbuf to hold the path lets us get rid of some magic numbers, and makes it more obvious that the memory operations are safe. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport.h')
0 files changed, 0 insertions, 0 deletions