author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 9 Jul 2009 20:35:31 +0000 (13:35 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 10 Jul 2009 03:05:19 +0000 (20:05 -0700) | ||
commit | b9fd284657de3ec30922fb17c0baf243ae947fdd | |
tree | db952a083002444b5c95af6f40a39f8b32d258e0 | tree | snapshot |
parent | 867f72bf434a05b9eadf851a81564be5173fbba5 | commit | diff |
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>
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 | diff | blob | history | |
symlinks.c | diff | blob | history |