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
*
scm: Ruby 1.9 compatibility in getting scm version (#4273).
Toshi MARUYAMA
2011-02-22
1
-0
/
+3
*
scm: git: move "--no-color" option from scm_cmd() to revision().
Toshi MARUYAMA
2011-02-20
1
-2
/
+1
*
scm: git: fix wrong commit range in git log command on Windows (#7657).
Toshi MARUYAMA
2011-02-20
1
-12
/
+13
*
scm: git: add new method 'scm_cmd' to wrap shellout.
Toshi MARUYAMA
2011-02-20
1
-3
/
+19
*
scm: git: add --no-color option to run "git --version".
Toshi MARUYAMA
2011-02-20
1
-1
/
+1
*
scm: git: add methods of getting git version and add unit lib test (#4273).
Toshi MARUYAMA
2011-02-15
1
-0
/
+15
*
scm: git: remove localtime (#6346).
Toshi MARUYAMA
2011-02-14
1
-1
/
+1
*
scm: use shell quote for scm command at adapter level (#7517, #4273).
Toshi MARUYAMA
2011-02-14
1
-10
/
+24
*
scm: change key name of configurable command name (#7517, #6159, #7047).
Toshi MARUYAMA
2011-02-04
1
-1
/
+1
*
scm: add a feature of configurable path of executable for scm adapters (#7517).
Toshi MARUYAMA
2011-02-04
1
-1
/
+1
*
repository: git: change io.gets to io.readlines (#5404, #5096).
Toshi MARUYAMA
2011-01-03
1
-8
/
+8
*
Changing revision label and identifier at SCM adapter level (#3724, #6092)
Toshi MARUYAMA
2011-01-02
1
-0
/
+7
*
Fixed that some arguments where not properly escaped in scm adapters.
Jean-Philippe Lang
2010-12-18
1
-1
/
+1
*
Added missing --no-color option in some git shell-outs. #5324
Jean-Baptiste Barth
2010-11-07
1
-2
/
+2
*
Force color to be disabled on git shell-outs. #5324
Jean-Baptiste Barth
2010-10-29
1
-4
/
+4
*
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
*
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
*
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
*
Do not parse the entire git log to fetch new commits (takes several minutes f...
Jean-Philippe Lang
2010-02-07
1
-5
/
+1
*
Added branch and tag support to the git repository viewer. (#1406)
Eric Davis
2009-08-15
1
-107
/
+100
*
Do not query multiple times git for branch (#1435).
Jean-Philippe Lang
2008-11-17
1
-2
/
+2
*
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
*
Reduces memory usage when importing large git repositories (#1482).
Jean-Philippe Lang
2008-06-29
1
-11
/
+22
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
1
-2
/
+2
*
Fixed: GitAdapter#get_rev should use current branch instead of hardwiring @ma...
Jean-Philippe Lang
2008-05-29
1
-3
/
+7
*
Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant (#...
Jean-Philippe Lang
2008-05-13
1
-2
/
+2
*
Fixed: Links to repository directories don't work (#1119).
Jean-Philippe Lang
2008-04-27
1
-8
/
+0
*
Fix repository browsing at given revision for various scm and add tests for t...
Jean-Philippe Lang
2008-04-06
1
-1
/
+1
*
Always show 'View' and 'Annotate' links on repository files (download will be...
Jean-Philippe Lang
2008-03-19
1
-6
/
+8
*
Prevent unexpected nil error in GitAdapter#info if the repository path is inv...
Jean-Philippe Lang
2008-03-12
1
-5
/
+6
*
Merged Git support branch (r1200 to r1226).
Jean-Philippe Lang
2008-03-12
1
-0
/
+261