Skip to content

Commit

Permalink
Fix #186
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 23, 2014
1 parent 34ebc36 commit 06d03d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/hooks/post-receive.redmine_gitolite.rb
Expand Up @@ -249,7 +249,7 @@ def call_extra_hooks(extra_hooks, stdin)
$<.each do |line|
r = line.chomp.strip.split
refs.push( [ r[0].to_s, r[1].to_s, r[2].to_s ].join(",") )
stdin_copy = (stdin_copy == "" ? "" : $/) + line
stdin_copy << line
end

## Set refs
Expand Down

0 comments on commit 06d03d5

Please sign in to comment.