summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/git_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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