summaryrefslogtreecommitdiffstats
path: root/lib/git/lib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/lib.rb')
-rw-r--r--lib/git/lib.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/git/lib.rb b/lib/git/lib.rb
index 71f960a..c9c46e0 100644
--- a/lib/git/lib.rb
+++ b/lib/git/lib.rb
@@ -517,6 +517,10 @@ module Git
command('repack', ['-a', '-d'])
end
+ def gc
+ command('gc', ['--prune', '--aggressive', '--auto'])
+ end
+
# reads a tree into the current index file
def read_tree(treeish, opts = {})
arr_opts = []