We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10652d0 commit a183c08Copy full SHA for a183c08
lib/redmine_git_hosting/patches/git_adapter_patch.rb
@@ -55,7 +55,6 @@ def git_cmd_with_git_hosting(args, options = {}, &block)
55
56
if !git_cache_id.nil?
57
# Insert cache between shell execution and caller
58
- # repo_path argument used to identify cache entries
59
RedmineGitolite::GitHosting.logger.debug { "Found git_cache_id ('#{git_cache_id}'), call cache... " }
60
RedmineGitolite::GitHosting.logger.debug { "Send GitCommand : #{cmd_str}" }
61
RedmineGitolite::Cache.execute(cmd_str, git_cache_id, options, &block)
0 commit comments