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
...
*
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
*
Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...
Toshi MARUYAMA
2012-03-28
1
-5
/
+2
*
Fixed DarcsAdapter for ruby 1.9.3.
Jean-Philippe Lang
2012-03-02
1
-1
/
+2
*
scm: git: explicitly return string as default branch (#10207)
Toshi MARUYAMA
2012-02-12
1
-2
/
+3
*
scm: git: use default branch from HEAD (#10207)
Toshi MARUYAMA
2012-02-12
1
-4
/
+11
*
Removed extra argument from SubversionAdapter#diff.
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-2
/
+7
*
scm: git: add includes and excludes options to lib revisions method (#8857)
Toshi MARUYAMA
2012-02-08
1
-3
/
+11
*
scm: git: remove unused "--all" option of "git log" in lib revisions method
Toshi MARUYAMA
2012-02-08
1
-1
/
+0
*
Backout 8239.
Etienne Massip
2011-12-15
1
-1
/
+0
*
Log return code if error.
Etienne Massip
2011-12-15
1
-0
/
+1
*
scm: git: remove unused --since option (#4547, #4716, #7146, #6013)
Toshi MARUYAMA
2011-12-10
1
-1
/
+0
*
Handle spaces in development scm stderr log file path.
Etienne Massip
2011-12-08
1
-1
/
+1
*
scm: mercurial: lib: return array of Branch class instead of array of strings...
Toshi MARUYAMA
2011-10-28
1
-1
/
+8
*
scm: git: lib: return array of Branch class instead of array of strings at br...
Toshi MARUYAMA
2011-10-28
1
-2
/
+6
*
scm: lib: add Branch class to abstract adapter (#5501)
Toshi MARUYAMA
2011-10-28
1
-0
/
+4
*
scm: git: lib: add parents to Revision class (#5501)
Toshi MARUYAMA
2011-10-28
1
-4
/
+10
*
scm: mercurial: lib: add parents to Revision class (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+6
*
scm: lib: add parents attribute to Revision class of abstract adapter (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+3
*
scm: mercurial: remove unused "tags" from xml log templete
Toshi MARUYAMA
2011-10-28
1
-2
/
+1
*
scm: mercurial: add parents to xml log template (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+2
*
scm: mercurial: drop supporting below Mercurial 1.1 (#9465)
Toshi MARUYAMA
2011-10-25
2
-19
/
+2
*
scm: mercurial: switch rev parameter of extension rhlog() if above Mercurial ...
Toshi MARUYAMA
2011-10-24
1
-2
/
+5
*
scm: mercurial: fix extension cmdtable on Mercurial 1.5 (#9465)
Toshi MARUYAMA
2011-10-24
1
-8
/
+8
*
scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd_no_rais...
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: bazaar: use "shell_quote_command" method at adapter for JRuby + Windows ...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: git: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: git: use "shell_quote_command" method at adapter for JRuby + Windows com...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: mercurial: use self.class.sq_bin for command name at adpter scm_cmd() (#...
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windo...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
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: darcs: use "shell_quote_command" method at adapter for JRuby + Windows c...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: subversion: use "shell_quote_command" method at adapter for JRuby + Wind...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: add new method "shell_quote_command" at abstract adapter (#8825).
Toshi MARUYAMA
2011-07-15
1
-0
/
+8
*
scm: mercurial: catch exception and return nil during getting info (#8777).
Toshi MARUYAMA
2011-07-11
1
-0
/
+4
*
scm: catch all exceptions at adapter shellout() to fork scm command (#8510, #...
Toshi MARUYAMA
2011-07-10
1
-1
/
+5
*
scm: replace RAILS_DEFAULT_LOGGER to Rails.logger at abstract adapter.
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
scm: replace RAILS_ROOT to Rails.root at lib/redmine/scm/adapters/abstract_ad...
Toshi MARUYAMA
2011-06-17
1
-1
/
+1
*
scm: mercurial: fix unit adapter annotate test fails on Windows Mercurial 1.8...
Toshi MARUYAMA
2011-06-10
1
-1
/
+2
*
scm: add log message of config/configuration.yml if scm command raise Errno::...
Toshi MARUYAMA
2011-06-08
1
-2
/
+3
*
scm: code clean up abstract adapter.
Toshi MARUYAMA
2011-06-08
1
-2
/
+9
[prev]
[next]