summaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-28 19:14:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-28 19:14:30 +0000
commit1fd5f07de3c28f3a1aa9d39b956411e69f39203b (patch)
treea3f99cce9110cfedd04e3dbd5a28ab3cb746e4b0 /git
parentReleasing debian version 20210926-2. (diff)
downloadopen-infrastructure-service-tools-1fd5f07de3c28f3a1aa9d39b956411e69f39203b.tar.xz
open-infrastructure-service-tools-1fd5f07de3c28f3a1aa9d39b956411e69f39203b.zip
Merging upstream version 20210928.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'git')
-rwxr-xr-xgit/bin/git-repo-repack2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/bin/git-repo-repack b/git/bin/git-repo-repack
index 0d3c106..58f909d 100755
--- a/git/bin/git-repo-repack
+++ b/git/bin/git-repo-repack
@@ -51,7 +51,7 @@ do
cd "${REPOSITORY}"
git repack "${GIT_REPACK_OPTIONS}" -a -b -d -f -F
- git gc "${GIT_GC_OPTIONS}" --aggressive --prune
+ git gc --aggressive --prune ${GIT_GC_OPTIONS}
cd "${OLDPWD}"
if [ "$(id -u)" -eq "0" ]