repo.or.cz
/
git
/
ruby-binding.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
f4621c9
)
git.rb: forgot require 'git/object'
author
Matthias Lederhofer
<
[email protected]
>
Tue, 23 Jan 2007 14:39:46 +0000
(23 15:39 +0100)
committer
Matthias Lederhofer
<
[email protected]
>
Tue, 23 Jan 2007 14:39:57 +0000
(23 15:39 +0100)
git.rb
patch
|
blob
|
blame
|
history
diff --git
a/git.rb
b/git.rb
index
71f9b9e
..
cbe91b0
100644
(file)
--- a/
git.rb
+++ b/
git.rb
@@
-1,6
+1,7
@@
require 'git/internal/object'
require 'git/internal/pack'
require 'git/internal/loose'
+require 'git/object'
module Git
class Repository