summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r6004 from trunk.Toshi MARUYAMA2011-08-171-0/+12
* scm: git: add unit adapter test of default path_encoding is UTF-8 (#5251).Toshi MARUYAMA2011-05-211-0/+15
* scm: git: use block to call revisions() in unit adapter test_revisions_invali...Toshi MARUYAMA2011-05-131-3/+5
* scm: git: use block to call revisions() in unit adapter test_revisions_branch...Toshi MARUYAMA2011-05-131-8/+14
* scm: git: use block to call revisions() in unit adapter test_revisions_branch...Toshi MARUYAMA2011-05-131-3/+9
* scm: git: use block to call revisions() in unit adapter test_revisions_master...Toshi MARUYAMA2011-05-131-8/+14
* scm: git: use block to call revisions() in unit adapter test_revisions_master...Toshi MARUYAMA2011-05-131-3/+9
* scm: git: add test of revisions() with invalid revision in unit adapter test ...Toshi MARUYAMA2011-05-121-0/+9
* scm: git: add another revision in merged revisions test in unit adapter test ...Toshi MARUYAMA2011-05-121-0/+12
* scm: git: add test of revisions() in merged revisions in unit adapter test (#...Toshi MARUYAMA2011-05-121-0/+15
* scm: git: add test of "latin_1_path_encoding" branch revisions with from revi...Toshi MARUYAMA2011-05-121-0/+18
* scm: git: add test of "branch_latin_1_path_encoding" branch all revisions in ...Toshi MARUYAMA2011-05-121-0/+13
* scm: git: rename "test_revisions_master()" to "test_revisions_master_all()" i...Toshi MARUYAMA2011-05-121-1/+1
* scm: git: add unit adapter test of master branch revisions().Toshi MARUYAMA2011-05-061-1/+15
* scm: git: split unit adapter revisions test to with time or not (#7146, #6013).Toshi MARUYAMA2011-05-061-1/+3
* scm: git: remove trailing white-spaces and an empty line in unit lib test.Toshi MARUYAMA2011-05-061-3/+2
* scm: git: use report_last_commit option in unit adapter test (#7047).Toshi MARUYAMA2011-05-051-2/+4
* scm: git: add client command tests at unit adapter test (#4273).Toshi MARUYAMA2011-04-081-0/+7
* scm: git: strict Ruby 1.9 string test in unit adapter test.Toshi MARUYAMA2011-03-171-2/+2
* scm: git: unit adapter latin-1 path encoding test passes on Japanese Windows ...Toshi MARUYAMA2011-03-091-5/+12
* scm: git: add reverse log test in unit adapter test (#5357).Toshi MARUYAMA2011-03-081-1/+15
* scm: git: add latin-1 encoding directory test in unit adapter test (#5251).Toshi MARUYAMA2011-03-081-1/+15
* scm: git: add latin-1 encoding directory to test repository (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: add tests for path encoding entries() in unit adapter test (#5251).Toshi MARUYAMA2011-03-081-0/+10
* scm: git: add tests for branch entries() in unit adapter test.Toshi MARUYAMA2011-03-081-0/+16
* scm: git: add tests for tag entries() in unit adapter test.Toshi MARUYAMA2011-03-081-0/+16
* scm: git: add tags test in unit adapter test.Toshi MARUYAMA2011-03-081-0/+7
* scm: git: add tests for path encoding cat, diff and blame in unit adapter tes...Toshi MARUYAMA2011-03-081-1/+29
* scm: git: update test repository for path encoding (#5251).Toshi MARUYAMA2011-03-071-2/+7
* scm: git: backout r5026 (#5251).Toshi MARUYAMA2011-03-071-3/+2
* scm: git: update test repository for path encoding (#5251).Toshi MARUYAMA2011-03-071-2/+3
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-281-2/+2
* scm: git: Ruby 1.9 compatibility of adapter test (#3396).Toshi MARUYAMA2011-02-221-1/+12
* scm: git: add methods of getting git version and add unit lib test (#4273).Toshi MARUYAMA2011-02-151-0/+17
* scm: git: fix typo of unit lib test.Toshi MARUYAMA2011-02-111-1/+1
* scm: git: prepare version string unit lib test and git log encoding (#3396).Toshi MARUYAMA2011-02-111-61/+82
* Set encoding to utf-8 for ruby 1.9 compatibility. #4050Jean-Baptiste Barth2010-12-121-0/+2
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-1/+9
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-5/+17
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-261-0/+8
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-081-0/+4
* Extend changes.path and changes.from_path to support longer paths. #5771Eric Davis2010-07-061-1/+1
* Moves scm adapters unit tests to a dedicated folder.Jean-Philippe Lang2010-03-061-0/+37