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
*
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
*
scm: bazaar: refactor adapter revisions to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-4
/
+7
*
scm: bazaar: refactor adapter entries to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-6
/
+9
*
scm: bazaar: refactor adapter diff to use scm_cmd_no_raise().
Toshi MARUYAMA
2011-05-26
1
-3
/
+4
*
scm: bazaar: add "scm_cmd_no_raise" method for "bzr diff".
Toshi MARUYAMA
2011-05-26
1
-0
/
+8
*
scm: bazaar: refactor adapter cat to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-5
/
+6
*
scm: bazaar: add -q option in "bzr annotate".
Toshi MARUYAMA
2011-05-26
1
-1
/
+1
*
scm: bazaar: refactor adapter annotate to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-6
/
+7
*
scm: bazaar: refactor adapter info() to use scm_cmd().
Toshi MARUYAMA
2011-05-25
1
-4
/
+4
*
scm: bazaar: add adapter "bzr_target()" method to common use.
Toshi MARUYAMA
2011-05-25
1
-0
/
+5
*
scm: switch to use shell quote with parameter in abstract adapter target().
Toshi MARUYAMA
2011-05-25
1
-2
/
+6
*
scm: bazaar: add adapter scm_cmd() to run "bzr" command.
Toshi MARUYAMA
2011-05-25
1
-0
/
+11
*
scm: move ScmCommandAborted class from git and cvs adapter to abstract adapter.
Toshi MARUYAMA
2011-05-25
3
-6
/
+4
*
scm: bazaar: use regexp %r{} instead of // in adapter branch_conf_path().
Toshi MARUYAMA
2011-05-25
1
-1
/
+1
*
scm: bazaar: check not nil in adapter append_revisions_only() (#2799, #4741, ...
Toshi MARUYAMA
2011-05-25
1
-1
/
+1
*
scm: bazaar: use explicit return value in adapter branch_conf_path() (#2799, ...
Toshi MARUYAMA
2011-05-25
1
-0
/
+1
*
scm: bazaar: add adapter method to get "append_revisions_only" value from .bz...
Toshi MARUYAMA
2011-05-25
1
-0
/
+32
*
scm: bazaar: add adapter method to get .bzr/branch/branch.conf path from spec...
Toshi MARUYAMA
2011-05-25
1
-0
/
+14
*
scm: git: override "path_encoding" method in adapter (#5251).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: mercurial: override "path_encoding" method in adapter (#2664).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: cvs: override "path_encoding" method in adapter (#3462).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
[next]