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
Actions