Patch #1207
Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
| Status : | Closed | Start : | 2008-05-08 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | SCM | |||
| Target version : | 0.7.2 | |||
Description
cmd="git --git-dir #{target('')} show #{shell_quote rev} -- #{shell_quote path}" if rev!='latest' and (! rev.nil?)
cmd="git --git-dir #{target('')} log -1 master -- #{shell_quote path}" if
This issue causes get_rev calls to fail if someone changed default GIT_BIN path.
Associated revisions
Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant (#1207).