summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/git_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: git: remove localtime (#6346).Toshi MARUYAMA2011-02-141-1/+1
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-10/+24
* scm: change key name of configurable command name (#7517, #6159, #7047).Toshi MARUYAMA2011-02-041-1/+1
* scm: add a feature of configurable path of executable for scm adapters (#7517).Toshi MARUYAMA2011-02-041-1/+1
* repository: git: change io.gets to io.readlines (#5404, #5096).Toshi MARUYAMA2011-01-031-8/+8
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-0/+7
* Fixed that some arguments where not properly escaped in scm adapters.Jean-Philippe Lang2010-12-181-1/+1
* Added missing --no-color option in some git shell-outs. #5324Jean-Baptiste Barth2010-11-071-2/+2
* Force color to be disabled on git shell-outs. #5324Jean-Baptiste Barth2010-10-291-4/+4
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-3/+3
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-2/+2
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-261-2/+2
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-081-5/+5
* Fixes git annotate (#3832).Jean-Philippe Lang2010-03-031-3/+4
* Fixed: Git blame/annotate fails on moved files (#3832).Jean-Philippe Lang2010-02-281-3/+12
* Removes --find-copies-harder git option to retrieve commits which was way to ...Jean-Philippe Lang2010-02-211-1/+1
* Do not query git for tags and branches multiple times per request.Jean-Philippe Lang2010-02-201-5/+6
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-071-5/+1
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-107/+100
* Do not query multiple times git for branch (#1435).Jean-Philippe Lang2008-11-171-2/+2
* Git adapter: use commit time instead of author time (#2108).Jean-Philippe Lang2008-11-091-6/+5
* git path reverted.Jean-Philippe Lang2008-11-081-1/+1
* Tells git to output dates in ISO format.Jean-Philippe Lang2008-11-081-4/+4
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-11/+22
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-2/+2
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring @ma...Jean-Philippe Lang2008-05-291-3/+7
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant (#...Jean-Philippe Lang2008-05-131-2/+2
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-8/+0
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-061-1/+1
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-191-6/+8
* Prevent unexpected nil error in GitAdapter#info if the repository path is inv...Jean-Philippe Lang2008-03-121-5/+6
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-0/+261