summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
* Newlines stripped from CVS commit messages (#19835).Jean-Philippe Lang2015-06-131-1/+0
* scm: git: simplify nil check (#18923)Toshi MARUYAMA2015-01-211-2/+2
* remove trailing white-spaces from lib/redmine/scm/adapters/git_adapter.rbToshi MARUYAMA2015-01-211-2/+2
* scm: git: branches return cache too when there is no branch (#18923)Toshi MARUYAMA2015-01-211-1/+1
* scm: git: explicitly tags return [] if there is no tag (#18923)Toshi MARUYAMA2015-01-211-1/+3
* Make sure that #scm_iconv returns a string with the target encoding (#14534).Jean-Philippe Lang2015-01-181-1/+1
* Copyright update.Jean-Philippe Lang2015-01-118-8/+8
* fix Ruby 2.2 warning at lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2015-01-031-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-227-79/+25
* use Python getattr instead of hasattr (#16177)Toshi MARUYAMA2014-02-261-1/+1
* Mercurial 2.9 compatibility (#16177)Toshi MARUYAMA2014-02-261-2/+7
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-023-9/+9
* back out r12752 (#14361)Toshi MARUYAMA2014-02-013-9/+9
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-013-9/+9
* fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_traillin...Toshi MARUYAMA2014-01-311-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-298-8/+8
* change requirement in bazaar lib as same with other scm libs (#15756)Toshi MARUYAMA2013-12-241-1/+1
* Don't load redcarpet with JRuby.Jean-Philippe Lang2013-12-231-0/+1
* fix disable to run test environmentToshi MARUYAMA2013-12-091-1/+1
* Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when...Jean-Philippe Lang2013-11-112-3/+25
* scm: git: use "--encoding=UTF-8" for blame (#14931)Toshi MARUYAMA2013-09-181-1/+1
* CVS root_url not recognized when connection string does not include port (#14...Jean-Philippe Lang2013-07-151-1/+1
* Check that the SCM log file is writable before using it (#13541).Jean-Philippe Lang2013-04-031-4/+25
* Log SCM stderr when log level is set to debug only (#13541).Jean-Philippe Lang2013-03-221-2/+2
* 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