author | Brian Downing <bdowning@lavos.net> | |
Thu, 9 Aug 2007 04:26:10 +0000 (23:26 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Aug 2007 05:16:46 +0000 (22:16 -0700) | ||
commit | b50be1d80f4c151447d2ac96eaeb1c4d76ed4ef5 | |
tree | b546e22a2f1ee1043a71db7d362bc95666929140 | tree | snapshot |
parent | ea99c3ae0e2cecaa0950532385319d60c59e97e0 | commit | diff |
cvsserver: Fix for work trees
git-cvsserver used checkout-index internally for commit and annotate.
Since a work tree is required for this to function now, this was
breaking. Work around this by defining GIT_WORK_TREE=. in the
appropriate places.
Signed-off-by: Brian Downing <bdowning@lavos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver used checkout-index internally for commit and annotate.
Since a work tree is required for this to function now, this was
breaking. Work around this by defining GIT_WORK_TREE=. in the
appropriate places.
Signed-off-by: Brian Downing <bdowning@lavos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl | diff | blob | history |