module Grit

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

Constants

VERSION

Attributes

debug[RW]

Set debug to true to log all git calls and responses

logger[RW]

The standard logger for debugging git calls - this defaults to a plain STDOUT logger

no_quote[RW]
use_git_ruby[RW]

Public Class Methods

log(str) click to toggle source
# File lib/grit.rb, line 62
def log(str)
  logger.debug { str }
end
version() click to toggle source
# File lib/grit.rb, line 72
def self.version
  VERSION
end