OSDN Git Service

scm: git: override "path_encoding" method in adapter (#5251).
[redminele/redmine.git] / lib / redmine / scm / adapters / git_adapter.rb
2011-05-21 Toshi MARUYAMAscm: git: override "path_encoding" method in adapter...
2011-05-13 Toshi MARUYAMAscm: git: back out r5673 (#7146).
2011-05-12 Toshi MARUYAMAscm: git: output log if revisions() catches an error...
2011-05-06 Toshi MARUYAMAscm: git: change local value "revisions" name to "revs...
2011-05-06 Toshi MARUYAMAscm: git: remove unused "block_given?" from adapter.
2011-05-06 Toshi MARUYAMAscm: git: remove trailing white-spaces from adapter...
2011-05-05 Toshi MARUYAMAscm: git: use the model value of whether reporting...
2011-05-04 Toshi MARUYAMAscm: git: call entries_git() in adapter entry() for...
2011-05-04 Toshi MARUYAMAscm: git: call entries_git() in adapter entriese()...
2011-05-04 Toshi MARUYAMAscm: git: override adapter entry() for browsing tree...
2011-05-04 Toshi MARUYAMAscm: git: split adapter entries() for browsing tree...
2011-05-04 Toshi MARUYAMAscm: add "options" parameter in adapter entries().
2011-05-04 Toshi MARUYAMAscm: git: fix loss non ASCII paths if path_encoding...
2011-04-24 Toshi MARUYAMAscm: git: code clean up adapter.
2011-04-11 Toshi MARUYAMAscm: git: use revision and scmid in blame.
2011-04-06 Toshi MARUYAMAscm: git: use "-c log.decorate=no" option instead of...
2011-04-05 Toshi MARUYAMAscm: git: add "--no-decorate" option in "git log".
2011-03-19 Toshi MARUYAMAscm: git: default_branch() returns nil explicitly if...
2011-03-15 Toshi MARUYAMAscm: git: prevent showing trace when repository path...
2011-03-08 Toshi MARUYAMAscm: git: switch "-c core.quotepath=false" in git versi...
2011-03-08 Toshi MARUYAMAscm: git: fix unit adapter test fails in Ruby 1.9 Linux...
2011-03-08 Toshi MARUYAMAscm: git: fix unit adapter test fails in Ruby 1.9 Linux...
2011-03-08 Toshi MARUYAMAscm: git: fix latin-1 directory entries() in adapter...
2011-03-08 Toshi MARUYAMAscm: git: add core.quotepath = false to run git command...
2011-03-08 Toshi MARUYAMAscm: git: use scm_cmd() in adapter tags().
2011-03-08 Toshi MARUYAMAscm: git: use scm_cmd() in adapter branches().
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter cat (#5251).
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter blame (...
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter entries...
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter diff (#5251).
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter revisions...
2011-03-08 Toshi MARUYAMAscm: git: convert path encoding in "git log" (#5251).
2011-03-08 Toshi MARUYAMAscm: git: add instance variable for path encoding in...
2011-03-08 Toshi MARUYAMAscm: git: code clean up adapter.
2011-03-07 Toshi MARUYAMAscm: git: remove "core.quotepath = true" to run git...
2011-03-07 Toshi MARUYAMAscm: git: use core.quotepath = true to run git command...
2011-03-07 Toshi MARUYAMAscm: git: change core.quotepath = true temporarily...
2011-03-07 Toshi MARUYAMAscm: git: add core.quotepath = false to run git command...
2011-03-03 Toshi MARUYAMAscm: fix unit tests fails in Ruby 1.9.
2011-02-28 Toshi MARUYAMAscm: git: use --encoding=UTF-8 in "git log" (#3396).
2011-02-28 Toshi MARUYAMAscm: git: refactor lastrev() in adapter.
2011-02-24 Toshi MARUYAMAscm: git: add flag of disable showing last commit in...
2011-02-22 Toshi MARUYAMAscm: Ruby 1.9 compatibility in getting scm version...
2011-02-20 Toshi MARUYAMAscm: git: move "--no-color" option from scm_cmd() to...
2011-02-20 Toshi MARUYAMAscm: git: fix wrong commit range in git log command...
2011-02-20 Toshi MARUYAMAscm: git: add new method 'scm_cmd' to wrap shellout.
2011-02-20 Toshi MARUYAMAscm: git: add --no-color option to run "git --version".
2011-02-15 Toshi MARUYAMAscm: git: add methods of getting git version and add...
2011-02-14 Toshi MARUYAMAscm: git: remove localtime (#6346).
2011-02-14 Toshi MARUYAMAscm: use shell quote for scm command at adapter level...
2011-02-04 Toshi MARUYAMAscm: change key name of configurable command name ...
2011-02-04 Toshi MARUYAMAscm: add a feature of configurable path of executable...
2011-01-03 Toshi MARUYAMArepository: git: change io.gets to io.readlines (#5404...
2011-01-02 Toshi MARUYAMAChanging revision label and identifier at SCM adapter...
2010-12-18 Jean-Philippe LangFixed that some arguments where not properly escaped...
2010-11-07 Jean-Baptiste BarthAdded missing --no-color option in some git shell-outs...
2010-10-29 Jean-Baptiste BarthForce color to be disabled on git shell-outs. #5324
2010-09-26 Eric DavisSupport leading and trailing spaces in filenames or...
2010-09-26 Eric DavisSupport spaces in the files or directories in the git...
2010-09-26 Eric DavisParse the timezone in #last_rev for git to correct...
2010-08-08 Jean-Baptiste BarthFixed wrong commit range in git log command. #5628
2010-03-03 Jean-Philippe LangFixes git annotate (#3832).
2010-02-28 Jean-Philippe LangFixed: Git blame/annotate fails on moved files (#3832).
2010-02-21 Jean-Philippe LangRemoves --find-copies-harder git option to retrieve...
2010-02-20 Jean-Philippe LangDo not query git for tags and branches multiple times...
2010-02-07 Jean-Philippe LangDo not parse the entire git log to fetch new commits...
2009-08-15 Eric DavisAdded branch and tag support to the git repository...
2008-11-17 Jean-Philippe LangDo not query multiple times git for branch (#1435).
2008-11-09 Jean-Philippe LangGit adapter: use commit time instead of author time...
2008-11-08 Jean-Philippe Langgit path reverted.
2008-11-08 Jean-Philippe LangTells git to output dates in ISO format.
2008-06-29 Jean-Philippe LangReduces memory usage when importing large git repositor...
2008-06-08 Jean-Philippe LangMove unified diff parser out of the scm abstract adapte...
2008-05-29 Jean-Philippe LangFixed: GitAdapter#get_rev should use current branch...
2008-05-13 Jean-Philippe LangFixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignor...
2008-04-27 Jean-Philippe LangFixed: Links to repository directories don't work ...
2008-04-06 Jean-Philippe LangFix repository browsing at given revision for various...
2008-03-19 Jean-Philippe LangAlways show 'View' and 'Annotate' links on repository...
2008-03-12 Jean-Philippe LangPrevent unexpected nil error in GitAdapter#info if...
2008-03-12 Jean-Philippe LangMerged Git support branch (r1200 to r1226).