diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-16 12:16:56 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-16 12:16:56 -0400 |
commit | 73dcd17cf3201295f2ee29f63b4353a5e3c95779 (patch) | |
tree | eb3b6e152fb2035defaeee0eb108d509c15ce6f8 /abslibre | |
parent | 7a94b2db24e707606d9e620ba1b8a9462dce5e0f (diff) |
abslibre: also run git gc
Diffstat (limited to 'abslibre')
-rwxr-xr-x | abslibre | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ sync_pre_mips64el() { git add . && \ git commit -m \"$(date)\" -a git push origin master + git gc " } |