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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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: subversion: use revision and identifier as string in blame.
Toshi MARUYAMA
2011-04-12
1
-1
/
+1
*
scm: subversion: code clean up model.
Toshi MARUYAMA
2011-04-12
1
-4
/
+5
*
scm: cvs: use scm_cmd() in annotate of adapter.
Toshi MARUYAMA
2011-04-11
1
-4
/
+7
*
scm: code clean up abstract_adapter.rb.
Toshi MARUYAMA
2011-04-11
1
-8
/
+8
*
scm: move :identifier from to attr_accessor in AbstractAdapter::Revision class.
Toshi MARUYAMA
2011-04-11
1
-8
/
+3
*
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
*
scm: bazaar: use revision and identifier as string.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: add -q option at rls.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: add -q option at rlog.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: add -q option at cat.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: use scm_cmd() in cat.
Toshi MARUYAMA
2011-04-11
1
-5
/
+6
*
scm: cvs: use scm_cmd() for diff.
Toshi MARUYAMA
2011-04-11
1
-3
/
+7
*
scm: bazaar: use identifier in blame.
Toshi MARUYAMA
2011-04-11
1
-1
/
+7
*
scm: git: use revision and scmid in blame.
Toshi MARUYAMA
2011-04-11
1
-1
/
+4
*
scm: subversion: use revision in blame.
Toshi MARUYAMA
2011-04-11
1
-1
/
+7
*
scm: cvs: code clean up adapter.
Toshi MARUYAMA
2011-04-11
1
-9
/
+9
*
scm: cvs: code clean up adapter.
Toshi MARUYAMA
2011-04-10
1
-37
/
+34
*
scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb.
Toshi MARUYAMA
2011-04-10
1
-3
/
+3
*
scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.
Toshi MARUYAMA
2011-04-10
1
-23
/
+19
*
scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.
Toshi MARUYAMA
2011-04-09
1
-16
/
+16
*
scm: mercurial: set client available if cvs version above 0.9.5.
Toshi MARUYAMA
2011-04-08
1
-1
/
+1
*
scm: git: use "-c log.decorate=no" option instead of "--no-decorate" of "git ...
Toshi MARUYAMA
2011-04-06
1
-2
/
+3
*
scm: git: add "--no-decorate" option in "git log".
Toshi MARUYAMA
2011-04-05
1
-2
/
+2
*
scm: filesystem: prevent exception raises if path encoding is incorrect.
Toshi MARUYAMA
2011-03-20
1
-1
/
+3
*
scm: git: default_branch() returns nil explicitly if branches are empty.
Toshi MARUYAMA
2011-03-19
1
-1
/
+1
*
scm: git: prevent showing trace when repository path changed.
Toshi MARUYAMA
2011-03-15
1
-1
/
+3
*
scm: mercurial: wrap revision of cat and annotate with URL encoding (#1981, #...
Toshi MARUYAMA
2011-03-14
2
-2
/
+6
*
scm: mercurial: remove unused parameters from "nodes_in_branch()" method in a...
Toshi MARUYAMA
2011-03-13
1
-5
/
+3
*
scm: mercurial: add new "nodes_in_branch()" method in adapter (#7246, #4455).
Toshi MARUYAMA
2011-03-13
1
-0
/
+11
*
scm: mercurial: add new "rhlog()" function in helper extension (#7246, #4455).
Toshi MARUYAMA
2011-03-13
1
-0
/
+32
*
scm: cvs: fix age column on repository view is off by timezone delta (#7827).
Toshi MARUYAMA
2011-03-11
1
-1
/
+11
*
scm: cvs: use "-D time_to_cvstime_rlog(identifier)" in adapter entries().
Toshi MARUYAMA
2011-03-11
1
-1
/
+1
*
scm: cvs: code clean up adapter entries().
Toshi MARUYAMA
2011-03-11
1
-13
/
+17
*
scm: cvs: use scm_cmd() in adapter revisions().
Toshi MARUYAMA
2011-03-11
1
-4
/
+6
*
scm: cvs: use scm_cmd() in adapter entries().
Toshi MARUYAMA
2011-03-11
1
-5
/
+6
*
scm: cvs: add new method 'scm_cmd' to wrap shellout.
Toshi MARUYAMA
2011-03-11
1
-1
/
+15
*
scm: git: switch "-c core.quotepath=false" in git version above 1.7.2 or not ...
Toshi MARUYAMA
2011-03-08
1
-1
/
+4
*
scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).
Toshi MARUYAMA
2011-03-08
1
-3
/
+3
*
scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+3
*
scm: git: fix latin-1 directory entries() in adapter (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+1
*
scm: git: add core.quotepath = false to run git command (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+1
*
scm: git: use scm_cmd() in adapter tags().
Toshi MARUYAMA
2011-03-08
1
-2
/
+4
*
scm: git: use scm_cmd() in adapter branches().
Toshi MARUYAMA
2011-03-08
1
-2
/
+4
*
scm: git: support path encoding in adapter cat (#5251).
Toshi MARUYAMA
2011-03-08
1
-3
/
+5
*
scm: git: support path encoding in adapter blame (#5251).
Toshi MARUYAMA
2011-03-08
1
-5
/
+9
[prev]
[next]