Project

General

Profile

Actions

Patch #1207

closed

Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant

Added by Simone Carletti almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
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

git-get_rev.patch (846 Bytes) git-get_rev.patch Patch for this issue. Simone Carletti, 2008-05-08 00:58
Actions #1

Updated by Jean-Philippe Lang almost 16 years ago

  • Status changed from New to Closed
  • Target version set to 0.7.2

Committed in r1428. Thanks.

Actions

Also available in: Atom PDF