Commit 1f9fdd56 authored by nmilojevic1's avatar nmilojevic1

Run after_create when repo is created

parent 070abce6
......@@ -1130,6 +1130,13 @@ class Repository
true
end
def create_from_bundle(bundle_path)
raw.create_from_bundle(bundle_path)
after_create
true
end
def blobs_metadata(paths, ref = 'HEAD')
references = Array.wrap(paths).map { |path| [ref, path] }
......
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