summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-1/+1
* scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redmi...Toshi MARUYAMA2012-06-021-2/+0
* Changes RedMine to Redmine in copyright notices.Jean-Philippe Lang2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-057-7/+7
* Removes the XML declaration that breaks the parser with JRuby.Jean-Philippe Lang2012-04-263-7/+14
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+2
* scm: git: use stdin instead of command line in "git log" (#10470)Toshi MARUYAMA2012-03-282-15/+20
* scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470)Toshi MARUYAMA2012-03-281-10/+10
* Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...Toshi MARUYAMA2012-03-281-5/+2
* Fixed DarcsAdapter for ruby 1.9.3.Jean-Philippe Lang2012-03-021-1/+2
* scm: git: explicitly return string as default branch (#10207)Toshi MARUYAMA2012-02-121-2/+3
* scm: git: use default branch from HEAD (#10207)Toshi MARUYAMA2012-02-121-4/+11
* Removed extra argument from SubversionAdapter#diff.Jean-Philippe Lang2012-02-111-1/+1
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-2/+7
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-081-3/+11
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-081-1/+0
* Backout 8239.Etienne Massip2011-12-151-1/+0
* Log return code if error.Etienne Massip2011-12-151-0/+1
* scm: git: remove unused --since option (#4547, #4716, #7146, #6013)Toshi MARUYAMA2011-12-101-1/+0
* Handle spaces in development scm stderr log file path.Etienne Massip2011-12-081-1/+1
* scm: mercurial: lib: return array of Branch class instead of array of strings...Toshi MARUYAMA2011-10-281-1/+8
* scm: git: lib: return array of Branch class instead of array of strings at br...Toshi MARUYAMA2011-10-281-2/+6
* scm: lib: add Branch class to abstract adapter (#5501)Toshi MARUYAMA2011-10-281-0/+4
* scm: git: lib: add parents to Revision class (#5501)Toshi MARUYAMA2011-10-281-4/+10
* scm: mercurial: lib: add parents to Revision class (#5501)Toshi MARUYAMA2011-10-281-1/+6
* scm: lib: add parents attribute to Revision class of abstract adapter (#5501)Toshi MARUYAMA2011-10-281-1/+3
* scm: mercurial: remove unused "tags" from xml log templeteToshi MARUYAMA2011-10-281-2/+1
* scm: mercurial: add parents to xml log template (#5501)Toshi MARUYAMA2011-10-281-1/+2
* scm: mercurial: drop supporting below Mercurial 1.1 (#9465)Toshi MARUYAMA2011-10-252-19/+2
* scm: mercurial: switch rev parameter of extension rhlog() if above Mercurial ...Toshi MARUYAMA2011-10-241-2/+5
* scm: mercurial: fix extension cmdtable on Mercurial 1.5 (#9465)Toshi MARUYAMA2011-10-241-8/+8
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd_no_rais...Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use "shell_quote_command" method at adapter for JRuby + Windows ...Toshi MARUYAMA2011-07-151-1/+1
* scm: git: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: git: use "shell_quote_command" method at adapter for JRuby + Windows com...Toshi MARUYAMA2011-07-151-1/+1
* scm: mercurial: use self.class.sq_bin for command name at adpter scm_cmd() (#...Toshi MARUYAMA2011-07-151-2/+5
* scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windo...Toshi MARUYAMA2011-07-151-1/+1
* scm: cvs: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: cvs: use "shell_quote_command" method at adapter for JRuby + Windows com...Toshi MARUYAMA2011-07-151-1/+1
* scm: darcs: use "shell_quote_command" method at adapter for JRuby + Windows c...Toshi MARUYAMA2011-07-151-1/+1
* scm: subversion: use "shell_quote_command" method at adapter for JRuby + Wind...Toshi MARUYAMA2011-07-151-1/+1
* scm: add new method "shell_quote_command" at abstract adapter (#8825).Toshi MARUYAMA2011-07-151-0/+8
* scm: mercurial: catch exception and return nil during getting info (#8777).Toshi MARUYAMA2011-07-111-0/+4
* scm: catch all exceptions at adapter shellout() to fork scm command (#8510, #...Toshi MARUYAMA2011-07-101-1/+5
* scm: replace RAILS_DEFAULT_LOGGER to Rails.logger at abstract adapter.Toshi MARUYAMA2011-06-221-1/+1
* scm: replace RAILS_ROOT to Rails.root at lib/redmine/scm/adapters/abstract_ad...Toshi MARUYAMA2011-06-171-1/+1
* scm: mercurial: fix unit adapter annotate test fails on Windows Mercurial 1.8...Toshi MARUYAMA2011-06-101-1/+2
* scm: add log message of config/configuration.yml if scm command raise Errno::...Toshi MARUYAMA2011-06-081-2/+3
* scm: code clean up abstract adapter.Toshi MARUYAMA2011-06-081-2/+9