1
0
mirror of https://github.com/git/git.git synced 2024-09-29 16:41:53 +02:00
git/contrib/workdir
Julian Phillips 09381b458f new-workdir: handle rev-parse --git-dir not always giving full path
rev-parse --git-dir outputs a full path - except for the single case
of when the path would be $(pwd)/.git, in which case it outputs simply
.git.  Check for this special case and handle it.

Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2007-06-24 02:36:56 -07:00
..
git-new-workdir new-workdir: handle rev-parse --git-dir not always giving full path 2007-06-24 02:36:56 -07:00