Commit 03359bcc authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '38234-reserve-refs-replace' into 'master'

Reserve refs/replace because `git-replace` is using it

Closes #38234

See merge request gitlab-org/gitlab-ce!14436
parents 41eea4fd c65cbffa
......@@ -8,6 +8,7 @@ class Repository
RESERVED_REFS_NAMES = %W[
heads
tags
replace
#{REF_ENVIRONMENTS}
#{REF_KEEP_AROUND}
#{REF_ENVIRONMENTS}
......
---
title: Also reserve refs/replace after importing a project
merge_request: 14436
author:
type: fixed
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