GIT: Applied patch from Patrick Aljord (ascianfr) http://rubyforge.org/tracker/index...
commit3dfbc70c7c03d2305d8b7f8fa8191d5730804aeb
authorHo-Sheng Hsiao <hosh@isshen.com>
Fri, 9 Nov 2007 05:28:39 +0000 (8 23:28 -0600)
committerHo-Sheng Hsiao <hosh@isshen.com>
Fri, 9 Nov 2007 05:28:39 +0000 (8 23:28 -0600)
tree745f5592e689583fbfa9d884281463e9d9640cec
parent3217acccb66340995afdfc2a674625df5ed4ba61
GIT: Applied patch from Patrick Aljord (ascianfr) rubyforge.org/tracker/index.php?func=detail&aid=15389&group_id=1850&atid=7162
app/controllers/repositories_controller.rb
app/helpers/repositories_helper.rb
app/models/changeset.rb
app/models/repository/git.rb [new file with mode: 0644]
app/models/repository/subversion.rb
db/migrate/078_make_revisions_string.rb [new file with mode: 0644]
lib/redmine.rb
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/scm/adapters/git_adapter.rb [new file with mode: 0644]