summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
...
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-275-8/+8
* Remove extra #dup (#26561).Go MAEDA2019-03-211-3/+2
* Fix FrozenError in BazaarAdapter.branch_conf_path (#26561).Go MAEDA2019-03-201-10/+3
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-205-10/+8
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-177-26/+27
* Enable frozen_string_literal for files which don't contain string literals (#...Go MAEDA2019-03-173-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1510-0/+20
* Refactor GitAdapter#default_branch not to unnecessarily iterate through all e...Go MAEDA2019-02-181-5/+5
* Filesystem adapter does not show correct size for large files (#30411).Jean-Philippe Lang2019-01-201-1/+1
* Mercurial 4.7 compatibility (#29413).Go MAEDA2018-08-251-2/+4
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-022-2/+2
* Remove RDoc tags (#28943).Go MAEDA2018-06-082-2/+4
* Mercurial 4.6 compatibility (#28725).Go MAEDA2018-05-281-4/+15
* mercurial: work around faulty parsing of early command options (#27516)Toshi MARUYAMA2017-12-071-13/+14
* mercurial: separate command options and positional arguments with "--" (#27516)Toshi MARUYAMA2017-12-071-5/+5
* mercurial: reject malicious command argument (#27516)Toshi MARUYAMA2017-12-071-0/+15
* git: remove "--no-color" option from "git --version" for git 2.14 compatibili...Toshi MARUYAMA2017-08-081-1/+1
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-239/+0
* Update copyright.Jean-Philippe Lang2017-06-259-9/+9
* Removes duplicate shell_quote method (#26149).Jean-Philippe Lang2017-06-171-16/+7
* remove is_binary_data? from String (#25563)Toshi MARUYAMA2017-06-102-1/+9
* git: use '--no-renames' option in 'show' command (#25371)Toshi MARUYAMA2017-03-241-1/+1
* Git 2.9 compatibility (#25371)Toshi MARUYAMA2017-03-201-0/+3
* Mercurial 4.1 compatibility (#24999)Toshi MARUYAMA2017-02-051-40/+41
* Autoloading Redmine::Scm::Adapters::CommandFailed might fail.Jean-Philippe Lang2016-10-202-2/+25
* Updates copyright for 2016.Jean-Philippe Lang2016-03-138-8/+8
* 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