Skip to content

Commit

Permalink
Fix #502 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 28, 2015
1 parent 6e4519f commit a96ee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine/scm/adapters/xitolite_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def repo_path


def git_args
['-c', 'core.quotepath=false', '-c', 'log.decorate=no'] if self.class.client_version_above?([1, 7, 2])
self.class.client_version_above?([1, 7, 2]) ? ['-c', 'core.quotepath=false', '-c', 'log.decorate=no'] : []
end


Expand Down

0 comments on commit a96ee6a

Please sign in to comment.