git-repack: allow git-repack to run in subdirectory
authorJeff King <peff@peff.net>
Mon, 25 Sep 2006 02:31:11 +0000 (22:31 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 25 Sep 2006 03:16:23 +0000 (20:16 -0700)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found