]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Add git_snpath: a .git path formatting routine with output buffer
authorAlex Riesen <raa.lkml@gmail.com>
Mon, 27 Oct 2008 09:22:21 +0000 (10:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Oct 2008 00:00:14 +0000 (17:00 -0700)
commitfe2d7776d5191896e361973f478ca078fa95b324
treed7aefac116a2a575831e7515612223a3b20e0bea
parent9fa03c177ff826b439537072338af958fe01c257
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>
cache.h
path.c