From: Jeff King Date: Mon, 25 Sep 2006 02:31:11 +0000 (-0400) Subject: git-repack: allow git-repack to run in subdirectory X-Git-Tag: v1.4.3-rc1~23^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8?hp=d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8 git-repack: allow git-repack to run in subdirectory Now that we explicitly create all tmpfiles below $GIT_DIR, there's no reason to care about which directory we're in. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---