index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
scm
/
adapters
/
cvs_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.0-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2020-12-12
1
-7
/
+7
*
fix source indent of lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2020-12-12
1
-38
/
+50
*
add empty line after guard clause to lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2020-11-30
1
-0
/
+7
*
remove spaces inside {} of lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2020-11-20
1
-1
/
+1
*
fix source indent of lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2020-11-20
1
-10
/
+13
*
Use match? instead of =~ when MatchData is not used (#34150).
Go MAEDA
2020-10-23
1
-5
/
+5
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
code cleanup: rubocop: fix Rails/Presence in lib/redmine/scm/adapters/cvs_ada...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Style/EmptyLiteral in lib/redmine/scm/adapters/cvs...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapter...
Toshi MARUYAMA
2019-09-20
1
-4
/
+3
*
code cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_a...
Toshi MARUYAMA
2019-09-20
1
-3
/
+2
*
code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelp...
Toshi MARUYAMA
2019-09-12
1
-4
/
+0
*
code cleanup lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2019-08-31
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...
Toshi MARUYAMA
2019-08-31
1
-2
/
+2
*
rubocop: fix Layout/EmptyLinesAroundAccessModifier of lib/redmine/scm/adapter...
Toshi MARUYAMA
2019-08-03
1
-0
/
+1
*
Code cleanup: RuboCop: Style/DefWithParentheses
Go MAEDA
2019-06-20
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-3
/
+3
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
1
-2
/
+2
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-7
/
+7
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Newlines stripped from CVS commit messages (#19835).
Jean-Philippe Lang
2015-06-13
1
-1
/
+0
*
fix Ruby 2.2 warning at lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2015-01-03
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+3
*
CVS root_url not recognized when connection string does not include port (#14...
Jean-Philippe Lang
2013-07-15
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-2
/
+2
*
scm: cvs: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: cvs: use "shell_quote_command" method at adapter for JRuby + Windows com...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: move ScmCommandAborted class from git and cvs adapter to abstract adapter.
Toshi MARUYAMA
2011-05-25
1
-3
/
+0
*
scm: cvs: override "path_encoding" method in adapter (#3462).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: add "options" parameter in adapter entries().
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: cvs: fix loss non ASCII paths if path_encoding is '' (#3462).
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: cvs: convert encoding paths in entries() of adapter (#3462).
Toshi MARUYAMA
2011-04-15
1
-5
/
+7
*
scm: cvs: convert encoding paths in revisions() of adapter (#3462).
Toshi MARUYAMA
2011-04-15
1
-4
/
+6
*
scm: cvs: convert encoding of command line arguments (#3462).
Toshi MARUYAMA
2011-04-15
1
-1
/
+5
*
scm: cvs: set path encoding instance value (#3462).
Toshi MARUYAMA
2011-04-15
1
-0
/
+1
*
scm: cvs: strict string type and timezone in cvstime.
Toshi MARUYAMA
2011-04-15
1
-2
/
+2
*
scm: cvs: convert author encoding with log encoding setting.
Toshi MARUYAMA
2011-04-14
1
-3
/
+4
*
scm: cvs: add comment of author regexp fails in some non UTF-8 chars on Ruby ...
Toshi MARUYAMA
2011-04-14
1
-0
/
+1
*
scm: cvs: code clean up adapter.
Toshi MARUYAMA
2011-04-13
1
-12
/
+12
*
scm: cvs: refactor adapter.
Toshi MARUYAMA
2011-04-12
1
-13
/
+13
*
scm: cvs: remove adapter root_url() and url() methods which are implemented i...
Toshi MARUYAMA
2011-04-12
1
-8
/
+0
*
scm: cvs: code clean up adapter.
Toshi MARUYAMA
2011-04-12
1
-19
/
+21
*
scm: cvs: use scm_cmd() in annotate of adapter.
Toshi MARUYAMA
2011-04-11
1
-4
/
+7
*
scm: cvs: override Revision.format_identifier() for blame in adapter.
Toshi MARUYAMA
2011-04-11
1
-0
/
+7
*
scm: cvs: set identifier nil in blame.
Toshi MARUYAMA
2011-04-11
1
-1
/
+7
[next]