summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-16 12:16:56 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-16 12:16:56 -0400
commit73dcd17cf3201295f2ee29f63b4353a5e3c95779 (patch)
treeeb3b6e152fb2035defaeee0eb108d509c15ce6f8
parent7a94b2db24e707606d9e620ba1b8a9462dce5e0f (diff)
abslibre: also run git gc
-rwxr-xr-xabslibre1
1 files changed, 1 insertions, 0 deletions
diff --git a/abslibre b/abslibre
index a5733f0..09105c1 100755
--- a/abslibre
+++ b/abslibre
@@ -90,6 +90,7 @@ sync_pre_mips64el() {
git add . && \
git commit -m \"$(date)\" -a
git push origin master
+ git gc
"
}