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
*
Newlines stripped from CVS commit messages (#19835).
Jean-Philippe Lang
2015-06-13
1
-1
/
+0
*
scm: git: simplify nil check (#18923)
Toshi MARUYAMA
2015-01-21
1
-2
/
+2
*
remove trailing white-spaces from lib/redmine/scm/adapters/git_adapter.rb
Toshi MARUYAMA
2015-01-21
1
-2
/
+2
*
scm: git: branches return cache too when there is no branch (#18923)
Toshi MARUYAMA
2015-01-21
1
-1
/
+1
*
scm: git: explicitly tags return [] if there is no tag (#18923)
Toshi MARUYAMA
2015-01-21
1
-1
/
+3
*
Make sure that #scm_iconv returns a string with the target encoding (#14534).
Jean-Philippe Lang
2015-01-18
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
8
-8
/
+8
*
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
7
-79
/
+25
*
use Python getattr instead of hasattr (#16177)
Toshi MARUYAMA
2014-02-26
1
-1
/
+1
*
Mercurial 2.9 compatibility (#16177)
Toshi MARUYAMA
2014-02-26
1
-2
/
+7
*
scm: mercurial: use long id in adapter level (#14361)
Toshi MARUYAMA
2014-02-02
3
-9
/
+9
*
back out r12752 (#14361)
Toshi MARUYAMA
2014-02-01
3
-9
/
+9
*
scm: mercurial: use long id in adapter level (#14361)
Toshi MARUYAMA
2014-02-01
3
-9
/
+9
*
fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_traillin...
Toshi MARUYAMA
2014-01-31
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
8
-8
/
+8
*
change requirement in bazaar lib as same with other scm libs (#15756)
Toshi MARUYAMA
2013-12-24
1
-1
/
+1
*
Don't load redcarpet with JRuby.
Jean-Philippe Lang
2013-12-23
1
-0
/
+1
*
fix disable to run test environment
Toshi MARUYAMA
2013-12-09
1
-1
/
+1
*
Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when...
Jean-Philippe Lang
2013-11-11
2
-3
/
+25
*
scm: git: use "--encoding=UTF-8" for blame (#14931)
Toshi MARUYAMA
2013-09-18
1
-1
/
+1
*
CVS root_url not recognized when connection string does not include port (#14...
Jean-Philippe Lang
2013-07-15
1
-1
/
+1
*
Check that the SCM log file is writable before using it (#13541).
Jean-Philippe Lang
2013-04-03
1
-4
/
+25
*
Log SCM stderr when log level is set to debug only (#13541).
Jean-Philippe Lang
2013-03-22
1
-2
/
+2
*
undefined method `strip' for nil:NilClass error with JRuby 1.7.2 (#12228).
Jean-Philippe Lang
2013-01-27
1
-3
/
+3
*
Always log scm stderr and makes the log file path configurable.
Jean-Philippe Lang
2013-01-20
1
-4
/
+9
*
Don't use Iconv with ruby1.9 (#12787).
Jean-Philippe Lang
2013-01-12
1
-0
/
+4
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
7
-7
/
+7
*
Redmine::Scm::Base.all should return an empty array instead of nil when no SC...
Jean-Philippe Lang
2012-12-05
1
-1
/
+1
*
code cleanup scm_iconv (#12228)
Toshi MARUYAMA
2012-10-28
1
-1
/
+1
*
fix scm_iconv local variable name (#12228)
Toshi MARUYAMA
2012-10-28
1
-1
/
+1
*
use String#encode at scm_iconv on Ruby 1.9 (#12228)
Toshi MARUYAMA
2012-10-28
1
-5
/
+15
*
scm: bazaar: do not call super initialize method at adapter (#11834)
Toshi MARUYAMA
2012-09-18
1
-1
/
+3
*
scm: bazaar: use log encoding as path encoding (#11834)
Toshi MARUYAMA
2012-09-18
1
-0
/
+4
*
scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter en...
Toshi MARUYAMA
2012-09-17
1
-4
/
+8
*
scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter re...
Toshi MARUYAMA
2012-09-17
1
-1
/
+2
*
scm: bazaar: convert command line character encoding to @path_encoding (#11834)
Toshi MARUYAMA
2012-09-17
1
-2
/
+12
*
scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter in...
Toshi MARUYAMA
2012-09-17
1
-0
/
+5
*
scm: bazaar: code layout cleanup adapter revisions method
Toshi MARUYAMA
2012-09-17
1
-1
/
+4
*
Don't repeat revision on annotate view.
Jean-Philippe Lang
2012-07-28
1
-0
/
+12
*
Extract code from view.
Jean-Philippe Lang
2012-06-10
1
-0
/
+8
*
Adds a method to load changesets for repository entries.
Jean-Philippe Lang
2012-06-10
1
-1
/
+2
*
Fixed that Repository#entries returns an Array.
Jean-Philippe Lang
2012-06-10
1
-1
/
+1
*
scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redmi...
Toshi MARUYAMA
2012-06-02
1
-2
/
+0
*
Changes RedMine to Redmine in copyright notices.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
7
-7
/
+7
*
Removes the XML declaration that breaks the parser with JRuby.
Jean-Philippe Lang
2012-04-26
3
-7
/
+14
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-2
/
+2
*
scm: git: use stdin instead of command line in "git log" (#10470)
Toshi MARUYAMA
2012-03-28
2
-15
/
+20
*
scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470)
Toshi MARUYAMA
2012-03-28
1
-10
/
+10
[next]