Skip to content

Commit 4aa9768

Browse files
committed
Update git-maxpack to not use git gc --aggressive
1 parent cfd22bd commit 4aa9768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-maxpack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
22

33
git config pack.compression 9
4-
git gc --aggressive --prune=now
4+
git gc --prune=now
5+
git repack -a -d --depth=250 --window=250

0 commit comments

Comments
 (0)