]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
[PATCH] Export relative path handling "prefix_path()" function
authorLinus Torvalds <torvalds@osdl.org>
Wed, 17 Aug 2005 20:31:49 +0000 (13:31 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 21:53:39 +0000 (14:53 -0700)
commit828cc617c1908a16b36734f62bb10299c2cfba6f
treef0257c238120dad1776ce20a25dc98718417a635
parent049f28c3929fa722634ecb7bb39d78457018815a
[PATCH] Export relative path handling "prefix_path()" function

Not all programs necessarily have a pathspec array of pathnames, some of
them (like git-update-cache) want to do things one file at a time.  So
export the single-path interface too.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
setup.c