summaryrefslogtreecommitdiffstats
path: root/lib/git/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/base.rb')
-rw-r--r--lib/git/base.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/git/base.rb b/lib/git/base.rb
index a670fd8..43a3c0d 100644
--- a/lib/git/base.rb
+++ b/lib/git/base.rb
@@ -363,6 +363,10 @@ module Git
self.lib.repack
end
+ def gc
+ self.lib.gc
+ end
+
## LOWER LEVEL INDEX OPERATIONS ##