added log functions
commitb18bca3b853dee6a7bc86f09921aa3b1ee3f3d7b
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>
Thu, 8 Nov 2007 19:22:46 +0000 (8 11:22 -0800)
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>
Thu, 8 Nov 2007 19:22:46 +0000 (8 11:22 -0800)
tree718f1b6451f5a9dd9b8cb844fa3d3e9f32400d50
parent169381bbce998807c119f291d69b8ae1d8fb5785
added log functions
lib/git.rb
lib/git/base.rb
lib/git/commit.rb [new file with mode: 0644]
lib/git/lib.rb [new file with mode: 0644]
lib/git/log.rb [new file with mode: 0644]
lib/git/object.rb [new file with mode: 0644]
tests/files/working [deleted submodule]
tests/files/working/ex_dir/ex.txt [new file with mode: 0644]
tests/files/working/example.txt [new file with mode: 0644]
tests/units/test_log.rb [new file with mode: 0644]