Actions
Patch #1207
closedRedmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
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.
Files
Updated by Jean-Philippe Lang almost 18 years ago
- Status changed from New to Closed
- Target version set to 0.7.2
Committed in r1428. Thanks.
Actions