diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-28 19:14:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-28 19:14:24 +0000 |
commit | d3df23408df01ab0d4ea7a5f67be8a35ae64ccb8 (patch) | |
tree | 2bba998fb933330adc086d6b523199ed61ca1a6e /git | |
parent | Adding upstream version 20210926. (diff) | |
download | open-infrastructure-service-tools-d3df23408df01ab0d4ea7a5f67be8a35ae64ccb8.tar.xz open-infrastructure-service-tools-d3df23408df01ab0d4ea7a5f67be8a35ae64ccb8.zip |
Adding upstream version 20210928.upstream/20210928
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'git')
-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" ] |