Code

make_nonrelative_path: Use is_absolute_path()
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 8 Jun 2008 14:34:40 +0000 (16:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jun 2008 17:48:01 +0000 (10:48 -0700)
commite048a49f96172aecec96a5821a2177cbd49a24ed
tree07fdff1bd3bb50304586c704550cb9508d5d498f
parent218bf69f0b137e0a21cfeeda6ba81947f220401f
make_nonrelative_path: Use is_absolute_path()

This helps porting to Windows.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c