From 072de3a8da2abf4968f5a4b1be8dbee48eb584fa Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 1 Nov 2009 00:44:00 +0100 Subject: [PATCH] jailsetup.sh: -git-repack, +git-unpack-objects --- jailsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jailsetup.sh b/jailsetup.sh index 0c81a2a..9680b6d 100755 --- a/jailsetup.sh +++ b/jailsetup.sh @@ -107,7 +107,7 @@ pull_in_bin /bin/sh bin pull_in_bin /usr/sbin/sshd sbin # ...and the bits of git we need. -for i in git git-index-pack git-receive-pack git-repack git-shell git-update-server-info git-upload-archive git-upload-pack; do +for i in git git-index-pack git-receive-pack git-shell git-update-server-info git-upload-archive git-upload-pack git-unpack-objects; do pull_in_bin /usr/bin/$i bin done -- 2.11.4.GIT