summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
...
* code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/scm/adapters/ba...Toshi MARUYAMA2019-09-211-2/+2
* code cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapter...Toshi MARUYAMA2019-09-201-4/+3
* code cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_a...Toshi MARUYAMA2019-09-201-3/+2
* code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/...Toshi MARUYAMA2019-09-121-0/+3
* code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters...Toshi MARUYAMA2019-09-121-1/+1
* code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelp...Toshi MARUYAMA2019-09-121-4/+0
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in lib/redmine...Toshi MARUYAMA2019-09-111-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-1/+2
* code cleanup lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2019-08-311-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-2/+2
* rubocop: fix Style/YodaCondition of lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2019-08-041-2/+2
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of lib/redmine/scm/adapter...Toshi MARUYAMA2019-08-031-0/+1
* rubocop: fix Layout/AccessModifierIndentation of scm/adapters/abstract_adapte...Toshi MARUYAMA2019-07-291-1/+2
* Code cleanup: RuboCop: Style/DefWithParenthesesGo MAEDA2019-06-201-1/+1
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Update copyright year.Go MAEDA2019-05-258-8/+8
* Don't rescue Exception class (#31387).Go MAEDA2019-05-253-8/+4
* Garbage lines in the output of 'git branch' break git adapter (#31120).Go MAEDA2019-04-071-0/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-051-1/+1
* scm: git: fix non ascii branch and tag browsing (#16881)Toshi MARUYAMA2019-04-051-5/+14
* scm: git: add new one latin1 tag to test repository (#16881)Toshi MARUYAMA2019-04-051-1/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-051-1/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-041-3/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-041-2/+2
* 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