summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
...
* scm: cvs: code clean up.Toshi MARUYAMA2011-02-111-24/+24
* scm: change key name of configurable command name (#7517, #6159, #7047).Toshi MARUYAMA2011-02-046-6/+6
* scm: add a feature of configurable path of executable for scm adapters (#7517).Toshi MARUYAMA2011-02-046-6/+6
* scm: cvs: use localtime at cvs rlog -d option (#996, #3761).Toshi MARUYAMA2011-02-021-1/+7
* scm: darcs: fix Darcs adapter recognizes new files as modified files above Da...Toshi MARUYAMA2011-01-231-1/+30
* scm: darcs: switch '.' or @url at entries() in darcs version (#4899).Toshi MARUYAMA2011-01-221-1/+3
* scm: darcs: change io.gets to io.read and add darcs version unit (#4494, #5404).Toshi MARUYAMA2011-01-221-9/+7
* scm: mercurial: change diff option from --git to --config diff.git=false (#72...Toshi MARUYAMA2011-01-111-1/+1
* scm: mercurial: diff '-c' option supports above Mercurial 1.2 (#3724, #7253).Toshi MARUYAMA2011-01-111-2/+6
* scm: mercurial: add --git option in 'hg diff' (#7253).Toshi MARUYAMA2011-01-091-1/+1
* scm: mercurial: replace identifier to hgrev(identifier).Toshi MARUYAMA2011-01-091-16/+16
* scm: mercurial: wrap identifier with shell_quote at hgrev(identifier).Toshi MARUYAMA2011-01-091-1/+1
* scm: mercurial: annotate accepts both of revision number and changeset id (#3...Toshi MARUYAMA2011-01-091-6/+14
* scm: mercurial: fix diff and test for accept both of revision number and chan...Toshi MARUYAMA2011-01-081-6/+10
* scm: mercurial: escape any filenames by urlescape (#2664, #7064).Toshi MARUYAMA2011-01-053-10/+11
* repository: git: change io.gets to io.readlines (#5404, #5096).Toshi MARUYAMA2011-01-031-8/+8
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-022-1/+19
* ruby1.9 compatibilityJean-Philippe Lang2011-01-011-0/+2
* Fixed: cvs diff broken by r4539 (#7176).Jean-Philippe Lang2010-12-291-1/+1
* Fixes: Mercurial adapter loses seconds of commit times (#6656).Jean-Philippe Lang2010-12-231-1/+1
* Fixes mercurial adapter.Jean-Philippe Lang2010-12-181-1/+1
* Fixed that some arguments where not properly escaped in scm adapters.Jean-Philippe Lang2010-12-186-21/+27
* Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).Jean-Philippe Lang2010-11-211-3/+3
* Fixed: Broken pipe error when browsing subversion repository (#6860).Jean-Philippe Lang2010-11-201-2/+2
* Fixed: MercurialAdapter.client_version depends on LANG environment variable (...Jean-Philippe Lang2010-11-201-3/+3
* Added missing --no-color option in some git shell-outs. #5324Jean-Baptiste Barth2010-11-071-2/+2
* Force color to be disabled on git shell-outs. #5324Jean-Baptiste Barth2010-10-291-4/+4
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-3/+3
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-2/+2
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-261-2/+2
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-081-5/+5
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-201-7/+14
* Fixes Bazaar adapter for JRuby/Win32 (#5404).Jean-Philippe Lang2010-05-011-2/+2
* Fixes Mercurial adapter for JRuby (#4494, #5404).Jean-Philippe Lang2010-05-011-1/+1
* Makes test pass with Bazaar 2.1.0 (#5002).Jean-Philippe Lang2010-03-061-5/+5
* Fixes git annotate (#3832).Jean-Philippe Lang2010-03-031-3/+4
* Fixed: Git blame/annotate fails on moved files (#3832).Jean-Philippe Lang2010-02-281-3/+12
* Wraps changeset creation inside a single transation.Jean-Philippe Lang2010-02-211-9/+11
* Removes --find-copies-harder git option to retrieve commits which was way to ...Jean-Philippe Lang2010-02-211-1/+1
* Do not query git for tags and branches multiple times per request.Jean-Philippe Lang2010-02-201-5/+6
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-161-0/+23
* Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML parsing.Jean-Philippe Lang2010-02-131-34/+49
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-071-5/+1
* Fixed: Subversion password visible in development logs (#4448).Jean-Philippe Lang2009-12-261-1/+1
* Reject empty Mercurial entries (#4098).Jean-Philippe Lang2009-11-111-1/+1
* Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).Jean-Philippe Lang2009-10-241-1/+1
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-152-108/+132
* Change subversion adapter to not cache authentication and run non interactivelyEric Davis2009-07-101-0/+1
* Fixed: Bazaar "[merge]" tags parsing fails (#3445).Jean-Philippe Lang2009-06-061-1/+1
* Prevent nil error when retrieving svn version (#3268).Jean-Philippe Lang2009-05-101-1/+1