Skip to content

Commit 43a4aa2

Browse files
committed
Instead of using git-prune, pass --prune-now to gc
1 parent b520d21 commit 43a4aa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git-maxpack

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

33
git config pack.compression 9
4-
git gc --aggressive
5-
git prune
4+
git gc --aggressive --prune=now

0 commit comments

Comments
 (0)