summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
* undefined method `strip' for nil:NilClass error with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-3/+3
* Always log scm stderr and makes the log file path configurable.Jean-Philippe Lang2013-01-201-4/+9
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-0/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-127-7/+7
* Redmine::Scm::Base.all should return an empty array instead of nil when no SC...Jean-Philippe Lang2012-12-051-1/+1
* code cleanup scm_iconv (#12228)Toshi MARUYAMA2012-10-281-1/+1
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-1/+1
* use String#encode at scm_iconv on Ruby 1.9 (#12228)Toshi MARUYAMA2012-10-281-5/+15
* scm: bazaar: do not call super initialize method at adapter (#11834)Toshi MARUYAMA2012-09-181-1/+3
* scm: bazaar: use log encoding as path encoding (#11834)Toshi MARUYAMA2012-09-181-0/+4
* scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter en...Toshi MARUYAMA2012-09-171-4/+8
* scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter re...Toshi MARUYAMA2012-09-171-1/+2
* scm: bazaar: convert command line character encoding to @path_encoding (#11834)Toshi MARUYAMA2012-09-171-2/+12
* scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter in...Toshi MARUYAMA2012-09-171-0/+5
* scm: bazaar: code layout cleanup adapter revisions methodToshi MARUYAMA2012-09-171-1/+4
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-0/+12
* Extract code from view.Jean-Philippe Lang2012-06-101-0/+8
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-1/+2
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-1/+1
* scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redmi...Toshi MARUYAMA2012-06-021-2/+0
* Changes RedMine to Redmine in copyright notices.Jean-Philippe Lang2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-057-7/+7
* Removes the XML declaration that breaks the parser with JRuby.Jean-Philippe Lang2012-04-263-7/+14
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+2
* scm: git: use stdin instead of command line in "git log" (#10470)Toshi MARUYAMA2012-03-282-15/+20
* scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470)Toshi MARUYAMA2012-03-281-10/+10
* Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...Toshi MARUYAMA2012-03-281-5/+2
* Fixed DarcsAdapter for ruby 1.9.3.Jean-Philippe Lang2012-03-021-1/+2
* scm: git: explicitly return string as default branch (#10207)Toshi MARUYAMA2012-02-121-2/+3
* scm: git: use default branch from HEAD (#10207)Toshi MARUYAMA2012-02-121-4/+11
* Removed extra argument from SubversionAdapter#diff.Jean-Philippe Lang2012-02-111-1/+1
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-2/+7
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-081-3/+11
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-081-1/+0
* Backout 8239.Etienne Massip2011-12-151-1/+0
* Log return code if error.Etienne Massip2011-12-151-0/+1
* scm: git: remove unused --since option (#4547, #4716, #7146, #6013)Toshi MARUYAMA2011-12-101-1/+0
* Handle spaces in development scm stderr log file path.Etienne Massip2011-12-081-1/+1
* scm: mercurial: lib: return array of Branch class instead of array of strings...Toshi MARUYAMA2011-10-281-1/+8
* scm: git: lib: return array of Branch class instead of array of strings at br...Toshi MARUYAMA2011-10-281-2/+6
* scm: lib: add Branch class to abstract adapter (#5501)Toshi MARUYAMA2011-10-281-0/+4
* scm: git: lib: add parents to Revision class (#5501)Toshi MARUYAMA2011-10-281-4/+10
* scm: mercurial: lib: add parents to Revision class (#5501)Toshi MARUYAMA2011-10-281-1/+6
* scm: lib: add parents attribute to Revision class of abstract adapter (#5501)Toshi MARUYAMA2011-10-281-1/+3
* scm: mercurial: remove unused "tags" from xml log templeteToshi MARUYAMA2011-10-281-2/+1
* scm: mercurial: add parents to xml log template (#5501)Toshi MARUYAMA2011-10-281-1/+2
* scm: mercurial: drop supporting below Mercurial 1.1 (#9465)Toshi MARUYAMA2011-10-252-19/+2
* scm: mercurial: switch rev parameter of extension rhlog() if above Mercurial ...Toshi MARUYAMA2011-10-241-2/+5
* scm: mercurial: fix extension cmdtable on Mercurial 1.5 (#9465)Toshi MARUYAMA2011-10-241-8/+8
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd_no_rais...Toshi MARUYAMA2011-07-151-2/+5