Skip to content

Commit

Permalink
Update git-maxpack to not use git gc --aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 10, 2014
1 parent cfd22bd commit 4aa9768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-maxpack
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh

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

0 comments on commit 4aa9768

Please sign in to comment.