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
/
test
/
unit
/
lib
/
redmine
/
scm
/
adapters
/
git_adapter_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10
Toshi MARUYAMA
2012-06-02
1
-4
/
+8
*
scm: git: fix test revision value of unit lib test
Toshi MARUYAMA
2012-04-27
1
-5
/
+5
*
remove hard-coded non ASCII literal from unit git lib test
Toshi MARUYAMA
2012-03-14
1
-7
/
+0
*
scm: git: use default branch from HEAD (#10207)
Toshi MARUYAMA
2012-02-12
1
-0
/
+10
*
scm: git: update test repository (#10207)
Toshi MARUYAMA
2012-02-12
1
-4
/
+8
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-11
/
+19
*
scm: git: add explicit :excludes option to calling revision method in "test_r...
Toshi MARUYAMA
2012-02-09
1
-1
/
+2
*
scm: git: add test of get revisions from disjointed histories to unit lib tes...
Toshi MARUYAMA
2012-02-09
1
-0
/
+17
*
scm: git: update test repository (#8857)
Toshi MARUYAMA
2012-02-09
1
-1
/
+5
*
scm: git: remove redundant comma from test_revisions_includes_master_two_revs...
Toshi MARUYAMA
2012-02-09
1
-1
/
+1
*
scm: git: code cleanup "test_branches" of unit lib test
Toshi MARUYAMA
2012-02-09
1
-12
/
+16
*
scm: git: add lib test to get master branch revisions from origin (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+12
*
scm: git: add includes and excludes options to lib revisions method (#8857)
Toshi MARUYAMA
2012-02-08
1
-0
/
+56
*
scm: git: remove unused "--all" option of "git log" in lib revisions method
Toshi MARUYAMA
2012-02-08
1
-11
/
+0
*
scm: git: use explicit "master" instead of all for revisions method at unit l...
Toshi MARUYAMA
2012-02-08
1
-2
/
+2
*
code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
Toshi MARUYAMA
2012-02-08
1
-7
/
+7
*
scm: git: remove "test_getting_certain_revisions" from unit lib test
Toshi MARUYAMA
2012-02-07
1
-4
/
+0
*
scm: git: remove unused --since option (#4547, #4716, #7146, #6013)
Toshi MARUYAMA
2011-12-10
1
-9
/
+0
*
scm: git: test: lib: update branches test for Branch class (#5501)
Toshi MARUYAMA
2011-10-28
1
-6
/
+17
*
scm: git: test: add test of parents to unit lib test (#5501)
Toshi MARUYAMA
2011-10-28
1
-0
/
+26
*
scm: git: add unit adapter test of annotate invalid revision (#8767).
Toshi MARUYAMA
2011-07-08
1
-0
/
+5
*
scm: git: add unit adapter test of annotate invalid path (#8767).
Toshi MARUYAMA
2011-07-08
1
-0
/
+4
*
scm: git: add unit adapter test of diff invalid revision (#8767).
Toshi MARUYAMA
2011-07-08
1
-0
/
+6
*
scm: git: add unit adapter test of diff invalid path (#8767).
Toshi MARUYAMA
2011-07-08
1
-0
/
+4
*
scm: git: add unit adapter test of cat invalid revision (#8767).
Toshi MARUYAMA
2011-07-08
1
-0
/
+5
*
scm: git: add unit adapter test of cat invalid path (#8767).
Toshi MARUYAMA
2011-07-08
1
-0
/
+4
*
scm: git: replace RAILS_ROOT to Rails.root in unit adapter test.
Toshi MARUYAMA
2011-06-10
1
-1
/
+1
*
scm: git: skip non UTF-8 path encoding test of unit adapter test in JRuby (#5...
Toshi MARUYAMA
2011-06-08
1
-0
/
+12
*
scm: git: add unit adapter test of default path_encoding is UTF-8 (#5251).
Toshi MARUYAMA
2011-05-21
1
-0
/
+15
*
scm: git: use block to call revisions() in unit adapter test_revisions_invali...
Toshi MARUYAMA
2011-05-13
1
-3
/
+5
*
scm: git: use block to call revisions() in unit adapter test_revisions_branch...
Toshi MARUYAMA
2011-05-13
1
-8
/
+14
*
scm: git: use block to call revisions() in unit adapter test_revisions_branch...
Toshi MARUYAMA
2011-05-13
1
-3
/
+9
*
scm: git: use block to call revisions() in unit adapter test_revisions_master...
Toshi MARUYAMA
2011-05-13
1
-8
/
+14
*
scm: git: use block to call revisions() in unit adapter test_revisions_master...
Toshi MARUYAMA
2011-05-13
1
-3
/
+9
*
scm: git: add test of revisions() with invalid revision in unit adapter test ...
Toshi MARUYAMA
2011-05-12
1
-0
/
+9
*
scm: git: add another revision in merged revisions test in unit adapter test ...
Toshi MARUYAMA
2011-05-12
1
-0
/
+12
*
scm: git: add test of revisions() in merged revisions in unit adapter test (#...
Toshi MARUYAMA
2011-05-12
1
-0
/
+15
*
scm: git: add test of "latin_1_path_encoding" branch revisions with from revi...
Toshi MARUYAMA
2011-05-12
1
-0
/
+18
*
scm: git: add test of "branch_latin_1_path_encoding" branch all revisions in ...
Toshi MARUYAMA
2011-05-12
1
-0
/
+13
*
scm: git: rename "test_revisions_master()" to "test_revisions_master_all()" i...
Toshi MARUYAMA
2011-05-12
1
-1
/
+1
*
scm: git: add unit adapter test of master branch revisions().
Toshi MARUYAMA
2011-05-06
1
-1
/
+15
*
scm: git: split unit adapter revisions test to with time or not (#7146, #6013).
Toshi MARUYAMA
2011-05-06
1
-1
/
+3
*
scm: git: remove trailing white-spaces and an empty line in unit lib test.
Toshi MARUYAMA
2011-05-06
1
-3
/
+2
*
scm: git: use report_last_commit option in unit adapter test (#7047).
Toshi MARUYAMA
2011-05-05
1
-2
/
+4
*
scm: git: add client command tests at unit adapter test (#4273).
Toshi MARUYAMA
2011-04-08
1
-0
/
+7
*
scm: git: strict Ruby 1.9 string test in unit adapter test.
Toshi MARUYAMA
2011-03-17
1
-2
/
+2
*
scm: git: unit adapter latin-1 path encoding test passes on Japanese Windows ...
Toshi MARUYAMA
2011-03-09
1
-5
/
+12
*
scm: git: add reverse log test in unit adapter test (#5357).
Toshi MARUYAMA
2011-03-08
1
-1
/
+15
*
scm: git: add latin-1 encoding directory test in unit adapter test (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+15
*
scm: git: add latin-1 encoding directory to test repository (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+1
[next]