| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 8 | -8/+8 |
* | change requirement in bazaar lib as same with other scm libs (#15756) | Toshi MARUYAMA | 2013-12-24 | 1 | -1/+1 |
* | Don't load redcarpet with JRuby. | Jean-Philippe Lang | 2013-12-23 | 1 | -0/+1 |
* | fix disable to run test environment | Toshi MARUYAMA | 2013-12-09 | 1 | -1/+1 |
* | Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when... | Jean-Philippe Lang | 2013-11-11 | 2 | -3/+25 |
* | scm: git: use "--encoding=UTF-8" for blame (#14931) | Toshi MARUYAMA | 2013-09-18 | 1 | -1/+1 |
* | CVS root_url not recognized when connection string does not include port (#14... | Jean-Philippe Lang | 2013-07-15 | 1 | -1/+1 |
* | Check that the SCM log file is writable before using it (#13541). | Jean-Philippe Lang | 2013-04-03 | 1 | -4/+25 |
* | Log SCM stderr when log level is set to debug only (#13541). | Jean-Philippe Lang | 2013-03-22 | 1 | -2/+2 |
* | undefined method `strip' for nil:NilClass error with JRuby 1.7.2 (#12228). | Jean-Philippe Lang | 2013-01-27 | 1 | -3/+3 |
* | Always log scm stderr and makes the log file path configurable. | Jean-Philippe Lang | 2013-01-20 | 1 | -4/+9 |
* | Don't use Iconv with ruby1.9 (#12787). | Jean-Philippe Lang | 2013-01-12 | 1 | -0/+4 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 7 | -7/+7 |
* | Redmine::Scm::Base.all should return an empty array instead of nil when no SC... | Jean-Philippe Lang | 2012-12-05 | 1 | -1/+1 |
* | code cleanup scm_iconv (#12228) | Toshi MARUYAMA | 2012-10-28 | 1 | -1/+1 |
* | fix scm_iconv local variable name (#12228) | Toshi MARUYAMA | 2012-10-28 | 1 | -1/+1 |
* | use String#encode at scm_iconv on Ruby 1.9 (#12228) | Toshi MARUYAMA | 2012-10-28 | 1 | -5/+15 |
* | scm: bazaar: do not call super initialize method at adapter (#11834) | Toshi MARUYAMA | 2012-09-18 | 1 | -1/+3 |
* | scm: bazaar: use log encoding as path encoding (#11834) | Toshi MARUYAMA | 2012-09-18 | 1 | -0/+4 |
* | scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter en... | Toshi MARUYAMA | 2012-09-17 | 1 | -4/+8 |
* | scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter re... | Toshi MARUYAMA | 2012-09-17 | 1 | -1/+2 |
* | scm: bazaar: convert command line character encoding to @path_encoding (#11834) | Toshi MARUYAMA | 2012-09-17 | 1 | -2/+12 |
* | scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter in... | Toshi MARUYAMA | 2012-09-17 | 1 | -0/+5 |
* | scm: bazaar: code layout cleanup adapter revisions method | Toshi MARUYAMA | 2012-09-17 | 1 | -1/+4 |
* | Don't repeat revision on annotate view. | Jean-Philippe Lang | 2012-07-28 | 1 | -0/+12 |
* | Extract code from view. | Jean-Philippe Lang | 2012-06-10 | 1 | -0/+8 |
* | Adds a method to load changesets for repository entries. | Jean-Philippe Lang | 2012-06-10 | 1 | -1/+2 |
* | Fixed that Repository#entries returns an Array. | Jean-Philippe Lang | 2012-06-10 | 1 | -1/+1 |
* | scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redmi... | Toshi MARUYAMA | 2012-06-02 | 1 | -2/+0 |
* | Changes RedMine to Redmine in copyright notices. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 7 | -7/+7 |
* | Removes the XML declaration that breaks the parser with JRuby. | Jean-Philippe Lang | 2012-04-26 | 3 | -7/+14 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -2/+2 |
* | scm: git: use stdin instead of command line in "git log" (#10470) | Toshi MARUYAMA | 2012-03-28 | 2 | -15/+20 |
* | scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470) | Toshi MARUYAMA | 2012-03-28 | 1 | -10/+10 |
* | Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope... | Toshi MARUYAMA | 2012-03-28 | 1 | -5/+2 |
* | Fixed DarcsAdapter for ruby 1.9.3. | Jean-Philippe Lang | 2012-03-02 | 1 | -1/+2 |
* | scm: git: explicitly return string as default branch (#10207) | Toshi MARUYAMA | 2012-02-12 | 1 | -2/+3 |
* | scm: git: use default branch from HEAD (#10207) | Toshi MARUYAMA | 2012-02-12 | 1 | -4/+11 |
* | Removed extra argument from SubversionAdapter#diff. | Jean-Philippe Lang | 2012-02-11 | 1 | -1/+1 |
* | scm: git: raise exception if "git log" is error and block is given in lib rev... | Toshi MARUYAMA | 2012-02-10 | 1 | -2/+7 |
* | scm: git: add includes and excludes options to lib revisions method (#8857) | Toshi MARUYAMA | 2012-02-08 | 1 | -3/+11 |
* | scm: git: remove unused "--all" option of "git log" in lib revisions method | Toshi MARUYAMA | 2012-02-08 | 1 | -1/+0 |
* | Backout 8239. | Etienne Massip | 2011-12-15 | 1 | -1/+0 |
* | Log return code if error. | Etienne Massip | 2011-12-15 | 1 | -0/+1 |
* | scm: git: remove unused --since option (#4547, #4716, #7146, #6013) | Toshi MARUYAMA | 2011-12-10 | 1 | -1/+0 |
* | Handle spaces in development scm stderr log file path. | Etienne Massip | 2011-12-08 | 1 | -1/+1 |
* | scm: mercurial: lib: return array of Branch class instead of array of strings... | Toshi MARUYAMA | 2011-10-28 | 1 | -1/+8 |
* | scm: git: lib: return array of Branch class instead of array of strings at br... | Toshi MARUYAMA | 2011-10-28 | 1 | -2/+6 |
* | scm: lib: add Branch class to abstract adapter (#5501) | Toshi MARUYAMA | 2011-10-28 | 1 | -0/+4 |