summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-201-7/+14
* Fixes Bazaar adapter for JRuby/Win32 (#5404).Jean-Philippe Lang2010-05-011-2/+2
* Fixes Mercurial adapter for JRuby (#4494, #5404).Jean-Philippe Lang2010-05-011-1/+1
* Makes test pass with Bazaar 2.1.0 (#5002).Jean-Philippe Lang2010-03-061-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
* Wraps changeset creation inside a single transation.Jean-Philippe Lang2010-02-211-9/+11
* 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
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-161-0/+23
* Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML parsing.Jean-Philippe Lang2010-02-131-34/+49
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-071-5/+1
* Fixed: Subversion password visible in development logs (#4448).Jean-Philippe Lang2009-12-261-1/+1
* Reject empty Mercurial entries (#4098).Jean-Philippe Lang2009-11-111-1/+1
* Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).Jean-Philippe Lang2009-10-241-1/+1
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-152-108/+132
* Change subversion adapter to not cache authentication and run non interactivelyEric Davis2009-07-101-0/+1
* Fixed: Bazaar "[merge]" tags parsing fails (#3445).Jean-Philippe Lang2009-06-061-1/+1
* Prevent nil error when retrieving svn version (#3268).Jean-Philippe Lang2009-05-101-1/+1
* Fixed: Mercurial integration doesn't work if redmine is installed in folder p...Jean-Philippe Lang2009-04-211-1/+1
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-0/+1
* Merged r2231 from 0.8-stable (#2402).Jean-Philippe Lang2009-01-041-9/+9
* Fixed: deleted files should not be shown when browsing a Darcs repository (#2...Jean-Philippe Lang2008-12-271-3/+10
* Fixed: CVS browser should not show dead revisions (deleted files) (#2319).Jean-Philippe Lang2008-12-141-1/+1
* Capture scm CLI stderr to log/scm.stderr.log when running in dev environmentJean-Philippe Lang2008-12-121-0/+4
* Fixed: CVS connexion string may not contain @.Jean-Philippe Lang2008-12-061-2/+8
* SubversionAdapter#entries performance improvement.Jean-Philippe Lang2008-11-181-7/+10
* Do not query multiple times git for branch (#1435).Jean-Philippe Lang2008-11-171-2/+2
* Fixed: non-ASCII subversion path can't be displayed (patch #1993 by Chaoqun Z...Jean-Philippe Lang2008-11-101-7/+8
* 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
* Fixed Bazaar shared repository browsing (#2101, patch #1685 by Dmitry Shaposh...Jean-Philippe Lang2008-11-081-1/+2
* Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...Jean-Philippe Lang2008-08-251-3/+36
* More detailed error message in log when scm command fails (#1682).Jean-Philippe Lang2008-08-251-1/+1
* Fixes method name in AbstractAdapter.Jean-Philippe Lang2008-08-251-2/+2
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-251-2/+2
* Fixes nil error when svn binary version is unknown (#1607).Jean-Philippe Lang2008-07-123-8/+17
* Adds MercurialAdapter.client_version and prevent @hg --version@ to be called ...Jean-Philippe Lang2008-07-051-30/+34
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-052-2/+69
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-11/+22
* Mercurial adapter tests fix (#1469).Jean-Philippe Lang2008-06-181-2/+0
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-1/+3
* CVS: add support for modules names with spaces (#1434).Jean-Philippe Lang2008-06-141-5/+5
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-087-171/+12
* Filesystem adapter: read files in binary mode.Jean-Philippe Lang2008-06-081-1/+1