Project

General

Profile

Patch #5404 » git_adapter.rb.diff

Fix Git adapter on JRuby and Windows - Babar O'Cap, 2010-06-23 10:35

View differences:

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, 
(3-3/3)