Skip to content
Snippets Groups Projects
Unverified Commit 51ae88c4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve refs parsing for git over http

parent 06feb3c4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -132,7 +132,7 @@ module Grack
# Cleanup grabare from refs
# if push to multiple branches
refs.map do |ref|
ref.gsub(/0000PACK.*/, "")
ref.gsub(/00.*/, "")
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment