Actions
Patch #1207
closedRedmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
Start date:
2008-05-08
Due date:
% Done:
0%
Estimated time:
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 over 16 years ago
- Status changed from New to Closed
- Target version set to 0.7.2
Committed in r1428. Thanks.
Actions