]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c
authorSteffen Prohaska <prohaska@zib.de>
Sun, 25 Nov 2007 22:29:03 +0000 (23:29 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Nov 2007 20:32:05 +0000 (12:32 -0800)
commitecf4831d89ba6986249e1bf232b2e2f5f7536223
treeffb6be8a679cd9bb2b9edfd2699966a15284da63
parente0fda6abd11c567b72f29ec0ee06c541404a9cb7
Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c

Using the helper function to test for absolute paths makes porting easier.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-lib.c
lockfile.c
setup.c
trace.c