Commit 51ae88c4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve refs parsing for git over http

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 06feb3c4
...@@ -132,7 +132,7 @@ module Grack ...@@ -132,7 +132,7 @@ module Grack
# Cleanup grabare from refs # Cleanup grabare from refs
# if push to multiple branches # if push to multiple branches
refs.map do |ref| refs.map do |ref|
ref.gsub(/0000PACK.*/, "") ref.gsub(/00.*/, "")
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment