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
/
adapters
/
git_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r15238.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
scm: git: simplify nil check (#18923)
Toshi MARUYAMA
2015-01-21
1
-2
/
+2
*
remove trailing white-spaces from lib/redmine/scm/adapters/git_adapter.rb
Toshi MARUYAMA
2015-01-21
1
-2
/
+2
*
scm: git: branches return cache too when there is no branch (#18923)
Toshi MARUYAMA
2015-01-21
1
-1
/
+1
*
scm: git: explicitly tags return [] if there is no tag (#18923)
Toshi MARUYAMA
2015-01-21
1
-1
/
+3
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-8
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
scm: git: use "--encoding=UTF-8" for blame (#14931)
Toshi MARUYAMA
2013-09-18
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
scm: git: use stdin instead of command line in "git log" (#10470)
Toshi MARUYAMA
2012-03-28
1
-11
/
+16
*
scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470)
Toshi MARUYAMA
2012-03-28
1
-10
/
+10
*
scm: git: explicitly return string as default branch (#10207)
Toshi MARUYAMA
2012-02-12
1
-2
/
+3
*
scm: git: use default branch from HEAD (#10207)
Toshi MARUYAMA
2012-02-12
1
-4
/
+11
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-2
/
+7
*
scm: git: add includes and excludes options to lib revisions method (#8857)
Toshi MARUYAMA
2012-02-08
1
-3
/
+11
*
scm: git: remove unused "--all" option of "git log" in lib revisions method
Toshi MARUYAMA
2012-02-08
1
-1
/
+0
*
scm: git: remove unused --since option (#4547, #4716, #7146, #6013)
Toshi MARUYAMA
2011-12-10
1
-1
/
+0
*
scm: git: lib: return array of Branch class instead of array of strings at br...
Toshi MARUYAMA
2011-10-28
1
-2
/
+6
*
scm: git: lib: add parents to Revision class (#5501)
Toshi MARUYAMA
2011-10-28
1
-4
/
+10
*
scm: git: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: git: use "shell_quote_command" method at adapter for JRuby + Windows com...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: move ScmCommandAborted class from git and cvs adapter to abstract adapter.
Toshi MARUYAMA
2011-05-25
1
-3
/
+0
*
scm: git: override "path_encoding" method in adapter (#5251).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: git: back out r5673 (#7146).
Toshi MARUYAMA
2011-05-13
1
-2
/
+10
*
scm: git: output log if revisions() catches an error (#7146).
Toshi MARUYAMA
2011-05-12
1
-1
/
+2
*
scm: git: change local value "revisions" name to "revs" in adapter revisions().
Toshi MARUYAMA
2011-05-06
1
-5
/
+5
*
scm: git: remove unused "block_given?" from adapter.
Toshi MARUYAMA
2011-05-06
1
-12
/
+3
*
scm: git: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-4
/
+4
*
scm: git: use the model value of whether reporting last commit in repository ...
Toshi MARUYAMA
2011-05-05
1
-10
/
+2
*
scm: git: call entries_git() in adapter entry() for browsing tree performance...
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: git: call entries_git() in adapter entriese() for browsing tree performa...
Toshi MARUYAMA
2011-05-04
1
-2
/
+4
*
scm: git: override adapter entry() for browsing tree performance (#7047).
Toshi MARUYAMA
2011-05-04
1
-0
/
+14
*
scm: git: split adapter entries() for browsing tree performance (#7047).
Toshi MARUYAMA
2011-05-04
1
-0
/
+5
*
scm: add "options" parameter in adapter entries().
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: git: fix loss non ASCII paths if path_encoding is '' (#5251).
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: git: code clean up adapter.
Toshi MARUYAMA
2011-04-24
1
-16
/
+16
*
scm: git: use revision and scmid in blame.
Toshi MARUYAMA
2011-04-11
1
-1
/
+4
*
scm: git: use "-c log.decorate=no" option instead of "--no-decorate" of "git ...
Toshi MARUYAMA
2011-04-06
1
-2
/
+3
*
scm: git: add "--no-decorate" option in "git log".
Toshi MARUYAMA
2011-04-05
1
-2
/
+2
*
scm: git: default_branch() returns nil explicitly if branches are empty.
Toshi MARUYAMA
2011-03-19
1
-1
/
+1
*
scm: git: prevent showing trace when repository path changed.
Toshi MARUYAMA
2011-03-15
1
-1
/
+3
*
scm: git: switch "-c core.quotepath=false" in git version above 1.7.2 or not ...
Toshi MARUYAMA
2011-03-08
1
-1
/
+4
*
scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).
Toshi MARUYAMA
2011-03-08
1
-3
/
+3
*
scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+3
*
scm: git: fix latin-1 directory entries() in adapter (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+1
*
scm: git: add core.quotepath = false to run git command (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+1
*
scm: git: use scm_cmd() in adapter tags().
Toshi MARUYAMA
2011-03-08
1
-2
/
+4
*
scm: git: use scm_cmd() in adapter branches().
Toshi MARUYAMA
2011-03-08
1
-2
/
+4
[next]