converted from the gitrb project
authors:
Matthias Lederhofer <matled@gmx.net> Simon 'corecode' Schubert <corecode@fs.ei.tum.de> Scott Chacon <schacon@gmail.com>
provides native ruby access to git objects and pack files
Set debug
to true to log all git calls and responses
The standard logger
for debugging git calls - this defaults to
a plain STDOUT logger
# File lib/grit.rb, line 63 def log(str) logger.debug { str } end
# File lib/grit.rb, line 73 def self.version VERSION end