author | Alex Riesen <raa.lkml@gmail.com> | |
Mon, 27 Oct 2008 09:22:21 +0000 (10:22 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 31 Oct 2008 00:00:14 +0000 (17:00 -0700) | ||
commit | fe2d7776d5191896e361973f478ca078fa95b324 | |
tree | d7aefac116a2a575831e7515612223a3b20e0bea | tree | snapshot |
parent | 9fa03c177ff826b439537072338af958fe01c257 | commit | diff |
Add git_snpath: a .git path formatting routine with output buffer
The function's purpose is to replace git_path where the buffer of
formatted path may not be reused by subsequent calls of the function
or will be copied anyway.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The function's purpose is to replace git_path where the buffer of
formatted path may not be reused by subsequent calls of the function
or will be copied anyway.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h | diff | blob | history | |
path.c | diff | blob | history |