author | Linus Torvalds <torvalds@osdl.org> | |
Wed, 17 Aug 2005 20:31:49 +0000 (13:31 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Aug 2005 21:53:39 +0000 (14:53 -0700) | ||
commit | 828cc617c1908a16b36734f62bb10299c2cfba6f | |
tree | f0257c238120dad1776ce20a25dc98718417a635 | tree | snapshot |
parent | 049f28c3929fa722634ecb7bb39d78457018815a | commit | diff |
[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>
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 | diff | blob | history | |
setup.c | diff | blob | history |