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:
25e7da4
)
Don't qualify with .rb extension.
author
Simon 'corecode' Schubert
<
[email protected]
>
Tue, 23 Jan 2007 14:31:52 +0000
(23 15:31 +0100)
committer
Simon 'corecode' Schubert
<
[email protected]
>
Tue, 23 Jan 2007 14:31:52 +0000
(23 15:31 +0100)
git.rb
patch
|
blob
|
blame
|
history
diff --git
a/git.rb
b/git.rb
index
ca3cb4f
..
71f9b9e
100644
(file)
--- a/
git.rb
+++ b/
git.rb
@@
-1,6
+1,6
@@
-require 'git/internal/object
.rb
'
-require 'git/internal/pack
.rb
'
-require 'git/internal/loose
.rb
'
+require 'git/internal/object'
+require 'git/internal/pack'
+require 'git/internal/loose'
module Git
class Repository