diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-28 19:14:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-28 19:14:30 +0000 |
commit | 1fd5f07de3c28f3a1aa9d39b956411e69f39203b (patch) | |
tree | a3f99cce9110cfedd04e3dbd5a28ab3cb746e4b0 /git/bin/git-repo-repack | |
parent | Releasing debian version 20210926-2. (diff) | |
download | open-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/bin/git-repo-repack')
-rwxr-xr-x | git/bin/git-repo-repack | 2 |
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" ] |