summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/git_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r6281 from trunk.Toshi MARUYAMA2011-07-151-2/+5
* Merged r6280 from trunk.Toshi MARUYAMA2011-07-151-1/+1
* scm: git: override "path_encoding" method in adapter (#5251).Toshi MARUYAMA2011-05-211-0/+4
* scm: git: back out r5673 (#7146).Toshi MARUYAMA2011-05-131-2/+10
* scm: git: output log if revisions() catches an error (#7146).Toshi MARUYAMA2011-05-121-1/+2
* scm: git: change local value "revisions" name to "revs" in adapter revisions().Toshi MARUYAMA2011-05-061-5/+5
* scm: git: remove unused "block_given?" from adapter.Toshi MARUYAMA2011-05-061-12/+3
* scm: git: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-4/+4
* scm: git: use the model value of whether reporting last commit in repository ...Toshi MARUYAMA2011-05-051-10/+2
* scm: git: call entries_git() in adapter entry() for browsing tree performance...Toshi MARUYAMA2011-05-041-1/+1
* scm: git: call entries_git() in adapter entriese() for browsing tree performa...Toshi MARUYAMA2011-05-041-2/+4
* scm: git: override adapter entry() for browsing tree performance (#7047).Toshi MARUYAMA2011-05-041-0/+14
* scm: git: split adapter entries() for browsing tree performance (#7047).Toshi MARUYAMA2011-05-041-0/+5
* scm: add "options" parameter in adapter entries().Toshi MARUYAMA2011-05-041-1/+1
* scm: git: fix loss non ASCII paths if path_encoding is '' (#5251).Toshi MARUYAMA2011-05-041-1/+1
* scm: git: code clean up adapter.Toshi MARUYAMA2011-04-241-16/+16
* scm: git: use revision and scmid in blame.Toshi MARUYAMA2011-04-111-1/+4
* scm: git: use "-c log.decorate=no" option instead of "--no-decorate" of "git ...Toshi MARUYAMA2011-04-061-2/+3
* scm: git: add "--no-decorate" option in "git log".Toshi MARUYAMA2011-04-051-2/+2
* scm: git: default_branch() returns nil explicitly if branches are empty.Toshi MARUYAMA2011-03-191-1/+1
* scm: git: prevent showing trace when repository path changed.Toshi MARUYAMA2011-03-151-1/+3
* scm: git: switch "-c core.quotepath=false" in git version above 1.7.2 or not ...Toshi MARUYAMA2011-03-081-1/+4
* scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).Toshi MARUYAMA2011-03-081-3/+3
* scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).Toshi MARUYAMA2011-03-081-0/+3
* scm: git: fix latin-1 directory entries() in adapter (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: add core.quotepath = false to run git command (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: use scm_cmd() in adapter tags().Toshi MARUYAMA2011-03-081-2/+4
* scm: git: use scm_cmd() in adapter branches().Toshi MARUYAMA2011-03-081-2/+4
* scm: git: support path encoding in adapter cat (#5251).Toshi MARUYAMA2011-03-081-3/+5
* scm: git: support path encoding in adapter blame (#5251).Toshi MARUYAMA2011-03-081-5/+9
* scm: git: support path encoding in adapter entries() (#5251).Toshi MARUYAMA2011-03-081-9/+13
* scm: git: support path encoding in adapter diff (#5251).Toshi MARUYAMA2011-03-081-8/+8
* scm: git: support path encoding in adapter revisions() (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: convert path encoding in "git log" (#5251).Toshi MARUYAMA2011-03-081-2/+4
* scm: git: add instance variable for path encoding in adapter (#5251).Toshi MARUYAMA2011-03-081-0/+1
* scm: git: code clean up adapter.Toshi MARUYAMA2011-03-081-8/+6
* scm: git: remove "core.quotepath = true" to run git command (#5251).Toshi MARUYAMA2011-03-071-1/+1
* scm: git: use core.quotepath = true to run git command for database safety (#...Toshi MARUYAMA2011-03-071-1/+0
* scm: git: change core.quotepath = true temporarily to run git command (#5251).Toshi MARUYAMA2011-03-071-1/+2
* scm: git: add core.quotepath = false to run git command (#5251).Toshi MARUYAMA2011-03-071-1/+1
* scm: fix unit tests fails in Ruby 1.9.Toshi MARUYAMA2011-03-031-1/+1
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-281-2/+2
* scm: git: refactor lastrev() in adapter.Toshi MARUYAMA2011-02-281-8/+9
* scm: git: add flag of disable showing last commit in repository tree (#7047).Toshi MARUYAMA2011-02-241-1/+9
* scm: Ruby 1.9 compatibility in getting scm version (#4273).Toshi MARUYAMA2011-02-221-0/+3
* scm: git: move "--no-color" option from scm_cmd() to revision().Toshi MARUYAMA2011-02-201-2/+1
* scm: git: fix wrong commit range in git log command on Windows (#7657).Toshi MARUYAMA2011-02-201-12/+13
* scm: git: add new method 'scm_cmd' to wrap shellout.Toshi MARUYAMA2011-02-201-3/+19
* scm: git: add --no-color option to run "git --version".Toshi MARUYAMA2011-02-201-1/+1
* scm: git: add methods of getting git version and add unit lib test (#4273).Toshi MARUYAMA2011-02-151-0/+15