Make refs/remotes/m management the manifest object's responsibility
I plan to have the new submodule manifest format use a different layout for the m refs than the XML manifest format has used in the past. Thus we need to move the behavior management into the manifest object, and out of the project, so we can change it. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
2095179bee
commit
cc6c79643e
4 changed files with 14 additions and 7 deletions
|
@ -21,7 +21,6 @@ HEAD = 'HEAD'
|
|||
R_HEADS = 'refs/heads/'
|
||||
R_TAGS = 'refs/tags/'
|
||||
R_PUB = 'refs/published/'
|
||||
R_M = 'refs/remotes/m/'
|
||||
|
||||
|
||||
class GitRefs(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue