]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Export thread-safe version of 'has_symlink_leading_path()'
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Jul 2009 20:35:31 +0000 (13:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jul 2009 03:05:19 +0000 (20:05 -0700)
commitb9fd284657de3ec30922fb17c0baf243ae947fdd
treedb952a083002444b5c95af6f40a39f8b32d258e0
parent867f72bf434a05b9eadf851a81564be5173fbba5
Export thread-safe version of 'has_symlink_leading_path()'

The threaded index preloading will want it, so that it can avoid
locking by simply using a per-thread symlink/directory cache.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
symlinks.c