Commit Graph

10 Commits

Author SHA1 Message Date
John Goerzen
ff6ed900fc Use shell_quote and --git-dir for args passed to git
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
2008-03-09 13:09:18 +00:00
Jean-Philippe Lang
e8e64d2de2 Make cvs revision numbers sorted in chronological order, as before r1201.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1214 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-09 10:53:19 +00:00
Jean-Philippe Lang
93c2aebb61 Make Darcs adapter work with stringified revisions (test added).
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1213 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-09 10:00:51 +00:00
John Goerzen
4e6f5fef20 Fix bug integration with closing bugs by changesets
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
2008-03-08 19:48:25 +00:00
John Goerzen
78d70c12b6 Logic simplification
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1211 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-08 19:48:21 +00:00
John Goerzen
12c5881ef0 Performance optimization: support limit for call to revisions
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1210 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-08 19:48:17 +00:00
John Goerzen
b36aa125a6 Removed unused variable
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1209 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-08 19:38:38 +00:00
Jean-Philippe Lang
f028822fc2 Added the git test repository.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1202 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-07 16:41:49 +00:00
Jean-Philippe Lang
a834312a3e Git patch added (#259) with annotate support. Changeset revision field 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
2008-03-07 16:27:46 +00:00
Jean-Philippe Lang
25e8baea05 Added git support branch.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1200 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-07 16:13:06 +00:00