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@xxxxxxxx> --- There was no response on this; is there any reason not to allow this, or did it just get dropped? git-repack.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-repack.sh b/git-repack.sh index 9ae5092..f2c9071 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -4,6 +4,7 @@ # Copyright (c) 2005 Linus Torvalds # USAGE='[-a] [-d] [-f] [-l] [-n] [-q]' +SUBDIRECTORY_OK='Yes' . git-sh-setup no_update_info= all_into_one= remove_redundant= -- 1.4.2.1.gb6052-dirty - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html