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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuntimeError on `reload!` in the Rails console (#38155).
Go MAEDA
2024-02-05
1
-0
/
+1
*
Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020).
Go MAEDA
2024-01-30
1
-1
/
+1
*
Replace regular expression matches with String#start_with? / end_with? (#40010).
Go MAEDA
2024-01-11
4
-12
/
+12
*
Add missing copyrights (#37730).
Marius Balteanu
2023-11-26
1
-0
/
+17
*
Remove deprecated methods in Repository and AbstractAdapter (#39558).
Marius Balteanu
2023-11-18
1
-12
/
+0
*
Fix RuboCop offense Style/RedundantRegexpArgument (#36919).
Go MAEDA
2023-06-29
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantArrayConstructor (#36919).
Go MAEDA
2023-06-07
1
-1
/
+1
*
Add "View annotation prior to this change" button in the annotate view of Git...
Go MAEDA
2023-04-30
2
-3
/
+9
*
Fix RuboCop offense Rails/Presence in lib/redmine/scm/adapters/abstract_adapt...
Go MAEDA
2023-03-24
1
-2
/
+2
*
Fix RuboCop offense Lint/MissingSuper (#36919).
Go MAEDA
2023-03-24
6
-23
/
+4
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
1
-1
/
+1
*
Fix RuboCop offense Performance/ConstantRegexp (#38146).
Go MAEDA
2023-01-11
1
-6
/
+6
*
Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
9
-9
/
+9
*
Fix repository browser does not show \"+\" (plus sign) in filename (#37718).
Marius Balteanu
2022-10-02
1
-1
/
+1
*
Support revision without any message in Mercurial repositories (#36258).
Go MAEDA
2022-09-01
1
-1
/
+1
*
Fix RuboCop offense Layout/LineLength due to r21785 (#37586).
Go MAEDA
2022-09-01
1
-2
/
+4
*
Typo in an argument name: s/trailling/trailing/ (#37586).
Go MAEDA
2022-08-28
1
-2
/
+2
*
Typo in method names: s/trailling/trailing/ (#37586).
Go MAEDA
2022-08-28
3
-6
/
+16
*
Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r...
Go MAEDA
2022-08-25
1
-1
/
+0
*
Use start_with? or end_with? to check the first or last character of a string...
Go MAEDA
2022-08-24
1
-3
/
+3
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
9
-9
/
+9
*
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...
Go MAEDA
2021-12-29
1
-1
/
+1
*
Use File.exist? instead of deprecated File.exists? (#36358).
Go MAEDA
2021-12-27
1
-1
/
+1
*
Stricter validation of given revisions of repositories (#35085).
Go MAEDA
2021-04-23
3
-0
/
+29
*
Support for Git repositories with default branch "main" (#34942).
Go MAEDA
2021-03-26
1
-7
/
+9
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
9
-9
/
+9
*
remove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2020-12-12
1
-7
/
+7
*
remove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-12-12
1
-5
/
+5
*
fix source indent of lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2020-12-12
1
-38
/
+50
*
fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb
Toshi MARUYAMA
2020-12-02
1
-4
/
+5
*
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
*
fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb
Toshi MARUYAMA
2020-10-28
1
-7
/
+7
*
fix source indent of lib/redmine/scm/adapters/git_adapter.rb
Toshi MARUYAMA
2020-10-27
1
-16
/
+16
*
fix source indent of lib/redmine/scm/adapters/abstract_adapter.rb
Toshi MARUYAMA
2020-10-27
1
-2
/
+2
*
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
Toshi MARUYAMA
2020-10-26
1
-3
/
+1
*
fix source indent of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-10-26
1
-26
/
+30
*
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
Toshi MARUYAMA
2020-10-24
1
-2
/
+6
*
fix source indent of lib/redmine/scm/adapters/subversion_adapter.rb
Toshi MARUYAMA
2020-10-24
1
-29
/
+41
*
Use match? instead of =~ when MatchData is not used (#34150).
Go MAEDA
2020-10-23
2
-7
/
+7
*
remove extra empty line at class body beginning of lib/redmine/scm/adapters/b...
Toshi MARUYAMA
2020-10-05
1
-1
/
+0
*
remove space inside parentheses from lib/redmine/scm/adapters/git_adapter.rb
Toshi MARUYAMA
2020-10-02
1
-1
/
+1
*
remove space inside parentheses from lib/redmine/scm/adapters/abstract_adapte...
Toshi MARUYAMA
2020-10-02
1
-1
/
+1
*
fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb
Toshi MARUYAMA
2020-09-12
1
-4
/
+4
*
use "do end" instead of {} at lib/redmine/scm/adapters/abstract_adapter.rb
Toshi MARUYAMA
2020-08-09
1
-4
/
+4
*
add space after comma to lib/redmine/scm/adapters/abstract_adapter.rb
Toshi MARUYAMA
2020-08-09
1
-3
/
+3
*
add empty line after guard clause to lib/redmine/scm/adapters/abstract_adapte...
Toshi MARUYAMA
2020-08-09
1
-0
/
+1
*
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
Toshi MARUYAMA
2020-08-07
1
-8
/
+10
[next]