From: Brian Downing Date: Thu, 9 Aug 2007 04:26:10 +0000 (-0500) Subject: cvsserver: Fix for work trees X-Git-Tag: v1.5.3-rc5~52 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b50be1d80f4c151447d2ac96eaeb1c4d76ed4ef5?hp=b50be1d80f4c151447d2ac96eaeb1c4d76ed4ef5 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 Signed-off-by: Junio C Hamano ---