summaryrefslogtreecommitdiffstats
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
* Branches cleaning.Jean-Philippe Lang2009-01-041067-95514/+0
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/work@2236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change name of label for new project fieldJohn Goerzen2008-03-101-1/+1
| | | | | | | | | Since switching to --git-dir in r1218, we must have patch to the .git directory or a bare repository. --git-dir will not accept a working path that only contains a .git directory. Updated label to clarify this. git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed file history for git repository.Jean-Philippe Lang2008-03-091-0/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use shell_quote and --git-dir for args passed to gitJohn Goerzen2008-03-091-13/+14
| | | | | | | | | the cd #{target('')} approach does not work on Windows All unit tests pass git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make cvs revision numbers sorted in chronological order, as before r1201.Jean-Philippe Lang2008-03-091-3/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1214 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make Darcs adapter work with stringified revisions (test added).Jean-Philippe Lang2008-03-095-7/+159
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1213 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
* Logic simplificationJohn Goerzen2008-03-081-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1211 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Performance optimization: support limit for call to revisionsJohn Goerzen2008-03-081-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused variableJohn Goerzen2008-03-081-2/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the git test repository.Jean-Philippe Lang2008-03-071-0/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1202 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Git patch added (#259) with annotate support. Changeset revision field ↵Jean-Philippe Lang2008-03-0723-47/+586
| | | | | | | | | | 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-071057-0/+94804
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1200 e93f8b46-1217-0410-a6f0-8f06a7374b81