commit | ae299be0e5e610027e6492d48d70c1cbb0e9edd8 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@facebook.com> | Mon May 19 23:48:54 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri May 23 14:11:20 2008 -0700 |
tree | 247e12f709c96df4eea12e5759c689a630b02143 | |
parent | 377d9c409ffe0f0d994b929aeb94716139207b9d [diff] |
Implement normalize_absolute_path normalize_absolute_path removes several oddities form absolute paths, giving nice clean paths like "/dir/sub1/sub2". Also add a test case for this utility, based on a new test program (in the style of test-sha1). Signed-off-by: David Reiss <dreiss@facebook.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>