index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support leading and trailing spaces in filenames or directories in the git ad...
Eric Davis
2010-09-26
1
-3
/
+3
*
Support spaces in the files or directories in the git adapter. #6054
Eric Davis
2010-09-26
1
-2
/
+2
*
Parse the timezone in #last_rev for git to correct display the Age diplay. #6346
Eric Davis
2010-09-26
1
-2
/
+2
*
Fixed wrong commit range in git log command. #5628
Jean-Baptiste Barth
2010-08-08
1
-5
/
+5
*
Support listing directories in svn which include square brackets. #5548
Eric Davis
2010-06-20
1
-7
/
+14
*
Fixes Bazaar adapter for JRuby/Win32 (#5404).
Jean-Philippe Lang
2010-05-01
1
-2
/
+2
*
Fixes Mercurial adapter for JRuby (#4494, #5404).
Jean-Philippe Lang
2010-05-01
1
-1
/
+1
*
Makes test pass with Bazaar 2.1.0 (#5002).
Jean-Philippe Lang
2010-03-06
1
-5
/
+5
*
Fixes git annotate (#3832).
Jean-Philippe Lang
2010-03-03
1
-3
/
+4
*
Fixed: Git blame/annotate fails on moved files (#3832).
Jean-Philippe Lang
2010-02-28
1
-3
/
+12
*
Wraps changeset creation inside a single transation.
Jean-Philippe Lang
2010-02-21
1
-9
/
+11
*
Removes --find-copies-harder git option to retrieve commits which was way to ...
Jean-Philippe Lang
2010-02-21
1
-1
/
+1
*
Do not query git for tags and branches multiple times per request.
Jean-Philippe Lang
2010-02-20
1
-5
/
+6
*
Converted the REDMINE_SUPPORTED_SCM constant to a class
Eric Davis
2010-02-16
1
-0
/
+23
*
Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML parsing.
Jean-Philippe Lang
2010-02-13
1
-34
/
+49
*
Do not parse the entire git log to fetch new commits (takes several minutes f...
Jean-Philippe Lang
2010-02-07
1
-5
/
+1
*
Fixed: Subversion password visible in development logs (#4448).
Jean-Philippe Lang
2009-12-26
1
-1
/
+1
*
Reject empty Mercurial entries (#4098).
Jean-Philippe Lang
2009-11-11
1
-1
/
+1
*
Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).
Jean-Philippe Lang
2009-10-24
1
-1
/
+1
*
Added branch and tag support to the git repository viewer. (#1406)
Eric Davis
2009-08-15
2
-108
/
+132
*
Change subversion adapter to not cache authentication and run non interactively
Eric Davis
2009-07-10
1
-0
/
+1
*
Fixed: Bazaar "[merge]" tags parsing fails (#3445).
Jean-Philippe Lang
2009-06-06
1
-1
/
+1
*
Prevent nil error when retrieving svn version (#3268).
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Fixed: Mercurial integration doesn't work if redmine is installed in folder p...
Jean-Philippe Lang
2009-04-21
1
-1
/
+1
*
Adds a setting to limit the number of revisions displayed on a repository fil...
Jean-Philippe Lang
2009-02-01
1
-0
/
+1
*
Merged r2231 from 0.8-stable (#2402).
Jean-Philippe Lang
2009-01-04
1
-9
/
+9
*
Fixed: deleted files should not be shown when browsing a Darcs repository (#2...
Jean-Philippe Lang
2008-12-27
1
-3
/
+10
*
Fixed: CVS browser should not show dead revisions (deleted files) (#2319).
Jean-Philippe Lang
2008-12-14
1
-1
/
+1
*
Capture scm CLI stderr to log/scm.stderr.log when running in dev environment
Jean-Philippe Lang
2008-12-12
1
-0
/
+4
*
Fixed: CVS connexion string may not contain @.
Jean-Philippe Lang
2008-12-06
1
-2
/
+8
*
SubversionAdapter#entries performance improvement.
Jean-Philippe Lang
2008-11-18
1
-7
/
+10
*
Do not query multiple times git for branch (#1435).
Jean-Philippe Lang
2008-11-17
1
-2
/
+2
*
Fixed: non-ASCII subversion path can't be displayed (patch #1993 by Chaoqun Z...
Jean-Philippe Lang
2008-11-10
1
-7
/
+8
*
Git adapter: use commit time instead of author time (#2108).
Jean-Philippe Lang
2008-11-09
1
-6
/
+5
*
git path reverted.
Jean-Philippe Lang
2008-11-08
1
-1
/
+1
*
Tells git to output dates in ISO format.
Jean-Philippe Lang
2008-11-08
1
-4
/
+4
*
Fixed Bazaar shared repository browsing (#2101, patch #1685 by Dmitry Shaposh...
Jean-Philippe Lang
2008-11-08
1
-1
/
+2
*
Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...
Jean-Philippe Lang
2008-08-25
1
-3
/
+36
*
More detailed error message in log when scm command fails (#1682).
Jean-Philippe Lang
2008-08-25
1
-1
/
+1
*
Fixes method name in AbstractAdapter.
Jean-Philippe Lang
2008-08-25
1
-2
/
+2
*
Fixes platform determination under JRuby (#1804).
Jean-Philippe Lang
2008-08-25
1
-2
/
+2
*
Fixes nil error when svn binary version is unknown (#1607).
Jean-Philippe Lang
2008-07-12
3
-8
/
+17
*
Adds MercurialAdapter.client_version and prevent @hg --version@ to be called ...
Jean-Philippe Lang
2008-07-05
1
-30
/
+34
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
2
-2
/
+69
*
Reduces memory usage when importing large git repositories (#1482).
Jean-Philippe Lang
2008-06-29
1
-11
/
+22
*
Mercurial adapter tests fix (#1469).
Jean-Philippe Lang
2008-06-18
1
-2
/
+0
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
1
-1
/
+3
*
CVS: add support for modules names with spaces (#1434).
Jean-Philippe Lang
2008-06-14
1
-5
/
+5
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
7
-171
/
+12
*
Filesystem adapter: read files in binary mode.
Jean-Philippe Lang
2008-06-08
1
-1
/
+1
[next]