Skip to content

Commit a183c08

Browse files
author
root
committed
Minor change
1 parent 10652d0 commit a183c08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/redmine_git_hosting/patches/git_adapter_patch.rb

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def git_cmd_with_git_hosting(args, options = {}, &block)
5555

5656
if !git_cache_id.nil?
5757
# Insert cache between shell execution and caller
58-
# repo_path argument used to identify cache entries
5958
RedmineGitolite::GitHosting.logger.debug { "Found git_cache_id ('#{git_cache_id}'), call cache... " }
6059
RedmineGitolite::GitHosting.logger.debug { "Send GitCommand : #{cmd_str}" }
6160
RedmineGitolite::Cache.execute(cmd_str, git_cache_id, options, &block)

0 commit comments

Comments
 (0)