Skip to content

Commit 7ae0774

Browse files
committed
git-shower: change repack params
1 parent 85cbeda commit 7ae0774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-shower

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ set -e
77
# *) exit;;
88
# esac
99

10-
git gc --prune='8 weeks ago'
11-
git repack --window=50 --depth=100 -f
10+
git repack -Ad
11+
git gc --prune='8 weeks ago'

0 commit comments

Comments
 (0)