summaryrefslogtreecommitdiff
path: root/builtin-for-each-ref.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2006-09-11 19:03:15 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-09-16 09:21:11 (GMT)
commite7676d2f6454c9c99e600ee2ce3c7205a9fcfb5f (patch)
treef7aa5183b7bbf18debc5cd50a4ea24d632d79ed4 /builtin-for-each-ref.c
parent9d0734ae49c8c0a5a2c6b6bf85011d095182e357 (diff)
downloadgit-e7676d2f6454c9c99e600ee2ce3c7205a9fcfb5f.zip
git-e7676d2f6454c9c99e600ee2ce3c7205a9fcfb5f.tar.gz
git-e7676d2f6454c9c99e600ee2ce3c7205a9fcfb5f.tar.bz2
Allow multiple "git_path()" uses
This allows you to maintain a few filesystem pathnames concurrently, by simply replacing the single static "pathname" buffer with a LRU of four buffers. We did exactly the same thing with sha1_to_hex(), for pretty much exactly the same reason. Sometimes you want to use two pathnames, and while it's easy enough to xstrdup() them, why not just do the LU buffer thing. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-for-each-ref.c')
0 files changed, 0 insertions, 0 deletions