summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
...
* scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-04-101-3/+3
* scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.Toshi MARUYAMA2011-04-101-23/+19
* scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.Toshi MARUYAMA2011-04-091-16/+16
* scm: mercurial: set client available if cvs version above 0.9.5.Toshi MARUYAMA2011-04-081-1/+1
* 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: filesystem: prevent exception raises if path encoding is incorrect.Toshi MARUYAMA2011-03-201-1/+3
* 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: mercurial: wrap revision of cat and annotate with URL encoding (#1981, #...Toshi MARUYAMA2011-03-142-2/+6
* scm: mercurial: remove unused parameters from "nodes_in_branch()" method in a...Toshi MARUYAMA2011-03-131-5/+3
* scm: mercurial: add new "nodes_in_branch()" method in adapter (#7246, #4455).Toshi MARUYAMA2011-03-131-0/+11
* scm: mercurial: add new "rhlog()" function in helper extension (#7246, #4455).Toshi MARUYAMA2011-03-131-0/+32
* scm: cvs: fix age column on repository view is off by timezone delta (#7827).Toshi MARUYAMA2011-03-111-1/+11
* scm: cvs: use "-D time_to_cvstime_rlog(identifier)" in adapter entries().Toshi MARUYAMA2011-03-111-1/+1
* scm: cvs: code clean up adapter entries().Toshi MARUYAMA2011-03-111-13/+17
* scm: cvs: use scm_cmd() in adapter revisions().Toshi MARUYAMA2011-03-111-4/+6
* scm: cvs: use scm_cmd() in adapter entries().Toshi MARUYAMA2011-03-111-5/+6
* scm: cvs: add new method 'scm_cmd' to wrap shellout.Toshi MARUYAMA2011-03-111-1/+15
* 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: mercurial: convert copied file path encoding (#2664).Toshi MARUYAMA2011-03-031-1/+3
* scm: mercurial: remove localtime from adapter (#4455).Toshi MARUYAMA2011-03-031-1/+1
* scm: Ruby 1.9 compatibility for XML UTF-8 parsing.Toshi MARUYAMA2011-03-032-3/+27
* scm: fix unit tests fails in Ruby 1.9.Toshi MARUYAMA2011-03-036-6/+6
* scm: mercurial: wrap revison, tag and branch with URL encoding for entries (#...Toshi MARUYAMA2011-03-022-2/+2
* 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: move saving changesets from adapter to model (#3396).Toshi MARUYAMA2011-02-281-21/+0
* scm: git: add flag of disable showing last commit in repository tree (#7047).Toshi MARUYAMA2011-02-241-1/+9
* scm: update adapter initialize() to use path encoding (#2664, #2274).Toshi MARUYAMA2011-02-245-13/+17
* scm: cvs: fix CVS diffs do not handle new files properly (#7615).Toshi MARUYAMA2011-02-241-1/+5
* scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9.Toshi MARUYAMA2011-02-241-1/+6