Patch #5404 » git_adapter.rb.diff
C:/git_adapter_jruby.rb mer. 23 juin 2010, 10:30:21 | ||
---|---|---|
96 | 96 |
2.times { io.gets } |
97 | 97 |
time = io.gets.match('CommitDate:\s+(.*)$')[1] |
98 | 98 | |
99 |
Revision.new({ |
|
99 |
return Revision.new({
|
|
100 | 100 |
:identifier => id, |
101 | 101 |
:scmid => id, |
102 | 102 |
:author => author, |
- « Previous
- 1
- 2
- 3
- Next »