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
*
Merged r6004 from trunk.
Toshi MARUYAMA
2011-08-17
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
*
scm: git: add tests for path encoding entries() in unit adapter test (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+10
*
scm: git: add tests for branch entries() in unit adapter test.
Toshi MARUYAMA
2011-03-08
1
-0
/
+16
*
scm: git: add tests for tag entries() in unit adapter test.
Toshi MARUYAMA
2011-03-08
1
-0
/
+16
*
scm: git: add tags test in unit adapter test.
Toshi MARUYAMA
2011-03-08
1
-0
/
+7
*
scm: git: add tests for path encoding cat, diff and blame in unit adapter tes...
Toshi MARUYAMA
2011-03-08
1
-1
/
+29
*
scm: git: update test repository for path encoding (#5251).
Toshi MARUYAMA
2011-03-07
1
-2
/
+7
*
scm: git: backout r5026 (#5251).
Toshi MARUYAMA
2011-03-07
1
-3
/
+2
*
scm: git: update test repository for path encoding (#5251).
Toshi MARUYAMA
2011-03-07
1
-2
/
+3
*
scm: git: use --encoding=UTF-8 in "git log" (#3396).
Toshi MARUYAMA
2011-02-28
1
-2
/
+2
*
scm: git: Ruby 1.9 compatibility of adapter test (#3396).
Toshi MARUYAMA
2011-02-22
1
-1
/
+12
*
scm: git: add methods of getting git version and add unit lib test (#4273).
Toshi MARUYAMA
2011-02-15
1
-0
/
+17
*
scm: git: fix typo of unit lib test.
Toshi MARUYAMA
2011-02-11
1
-1
/
+1
*
scm: git: prepare version string unit lib test and git log encoding (#3396).
Toshi MARUYAMA
2011-02-11
1
-61
/
+82
*
Set encoding to utf-8 for ruby 1.9 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-0
/
+2
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Support leading and trailing spaces in filenames or directories in the git ad...
Eric Davis
2010-09-26
1
-1
/
+9
*
Support spaces in the files or directories in the git adapter. #6054
Eric Davis
2010-09-26
1
-5
/
+17
*
Parse the timezone in #last_rev for git to correct display the Age diplay. #6346
Eric Davis
2010-09-26
1
-0
/
+8
*
Fixed wrong commit range in git log command. #5628
Jean-Baptiste Barth
2010-08-08
1
-0
/
+4
*
Extend changes.path and changes.from_path to support longer paths. #5771
Eric Davis
2010-07-06
1
-1
/
+1
*
Moves scm adapters unit tests to a dedicated folder.
Jean-Philippe Lang
2010-03-06
1
-0
/
+37