summaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-31 09:20:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-31 09:20:39 +0000
commit0d972f6c99f90630c97f355a17005dc15235a237 (patch)
tree4ff1a07a8efc440f582543469b42d783074e1c7f /git
parentReleasing debian version 20211213-1. (diff)
downloadopen-infrastructure-service-tools-0d972f6c99f90630c97f355a17005dc15235a237.tar.xz
open-infrastructure-service-tools-0d972f6c99f90630c97f355a17005dc15235a237.zip
Merging upstream version 20211231.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'git')
-rwxr-xr-xgit/bin/git-repo-repack13
1 files changed, 10 insertions, 3 deletions
diff --git a/git/bin/git-repo-repack b/git/bin/git-repo-repack
index 58f909d..1d9d142 100755
--- a/git/bin/git-repo-repack
+++ b/git/bin/git-repo-repack
@@ -45,9 +45,16 @@ fi
for REPOSITORY in ${REPOSITORIES}
do
- [ "${QUIET}" ] || echo "================================================================================"
- [ "${QUIET}" ] || echo "${REPOSITORY}"
- [ "${QUIET}" ] || echo "================================================================================"
+ if [ "${QUIET}" != "true" ]
+ then
+
+cat << EOF
+================================================================================
+${REPOSITORY}
+================================================================================
+EOF
+
+ fi
cd "${REPOSITORY}"
git repack "${GIT_REPACK_OPTIONS}" -a -b -d -f -F