summaryrefslogtreecommitdiffstats
path: root/git/app/models/changeset.rb
Commit message (Collapse)AuthorAgeFilesLines
* Branches cleaning.Jean-Philippe Lang2009-01-041-123/+0
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/work@2236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix bug integration with closing bugs by changesetsJohn Goerzen2008-03-081-1/+5
| | | | | | | | previously it just added "rREV". Now if this is non-numeric, we add commit:"SCMID" to make it work for things like Git git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Git patch added (#259) with annotate support. Changeset revision field ↵Jean-Philippe Lang2008-03-071-3/+2
| | | | | | | | | | changed to string. TODO: * fix Darcs support and add tests for Darcs * maybe remove scmid column by moving commit hashes to Changeset#revision for all DSCM git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1201 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added git support branch.Jean-Philippe Lang2008-03-071-0/+120
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1200 e93f8b46-1217-0410-a6f0-8f06a7374b81