summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-7/+12
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/l...Toshi MARUYAMA2019-09-111-25/+25
* code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmin...Toshi MARUYAMA2019-09-041-1/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-4/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Code cleanup: remove a unused variable last_rev_author from test_last_rev_wit...Go MAEDA2019-05-061-1/+0
* fix source code indents in GitAdapterTestToshi MARUYAMA2019-04-301-4/+4
* scm: git: fix non ascii branch and tag browsing (#16881)Toshi MARUYAMA2019-04-051-0/+64
* code clean up GitAdapterTestToshi MARUYAMA2019-04-051-1/+1
* scm: git: add new one latin1 tag to test repository (#16881)Toshi MARUYAMA2019-04-051-0/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-051-4/+14
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-5/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-520/+508
* Rails4: fix time related git adapter test failuresToshi MARUYAMA2014-02-141-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* scm: git: use "--encoding=UTF-8" for blame (#14931)Toshi MARUYAMA2013-09-181-0/+13
* scm: git: change non ASCII user name variable to instance variable (#14931)Toshi MARUYAMA2013-09-181-5/+3
* upgrade mocha 0.14 and remove deprecation warningToshi MARUYAMA2013-05-211-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-0/+17
* scm: git: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: git: remove unnecessary encoding header from unit adapter testToshi MARUYAMA2012-09-151-1/+0
* scm: git: change test author encoding in unit adapter test to ASCII-8BITToshi MARUYAMA2012-09-151-1/+1
* add copyright statement to test/unit/lib/redmine/scm/adapters/*.rbToshi MARUYAMA2012-09-141-0/+16
* scm: git: fix unable to run unit lib test if git binary is not available on W...Toshi MARUYAMA2012-06-181-10/+10
* scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10Toshi MARUYAMA2012-06-021-4/+8
* scm: git: fix test revision value of unit lib testToshi MARUYAMA2012-04-271-5/+5
* remove hard-coded non ASCII literal from unit git lib testToshi MARUYAMA2012-03-141-7/+0
* scm: git: use default branch from HEAD (#10207)Toshi MARUYAMA2012-02-121-0/+10
* scm: git: update test repository (#10207)Toshi MARUYAMA2012-02-121-4/+8
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-11/+19
* scm: git: add explicit :excludes option to calling revision method in "test_r...Toshi MARUYAMA2012-02-091-1/+2
* scm: git: add test of get revisions from disjointed histories to unit lib tes...Toshi MARUYAMA2012-02-091-0/+17
* scm: git: update test repository (#8857)Toshi MARUYAMA2012-02-091-1/+5
* scm: git: remove redundant comma from test_revisions_includes_master_two_revs...Toshi MARUYAMA2012-02-091-1/+1
* scm: git: code cleanup "test_branches" of unit lib testToshi MARUYAMA2012-02-091-12/+16
* scm: git: add lib test to get master branch revisions from origin (#8857)Toshi MARUYAMA2012-02-091-0/+12
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-081-0/+56
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-081-11/+0
* scm: git: use explicit "master" instead of all for revisions method at unit l...Toshi MARUYAMA2012-02-081-2/+2
* code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rbToshi MARUYAMA2012-02-081-7/+7
* scm: git: remove "test_getting_certain_revisions" from unit lib testToshi MARUYAMA2012-02-071-4/+0
* scm: git: remove unused --since option (#4547, #4716, #7146, #6013)Toshi MARUYAMA2011-12-101-9/+0