From a92ab8028c7780db728d6aad40ea1f511945fc8e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 4 Jul 2011 23:12:25 +0200 Subject: Basic remote functionality moved to Reference type, as it can in fact be useful for tags as well, which might end up somewhere in the refs/remotes space. Its not likely that it will ever be used on a pure Reference instance though, but it is the smallest common base --- git/refs/symbolic.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/refs/symbolic.py') diff --git a/git/refs/symbolic.py b/git/refs/symbolic.py index 65327a2f..8556a65e 100644 --- a/git/refs/symbolic.py +++ b/git/refs/symbolic.py @@ -33,6 +33,7 @@ class SymbolicReference(object): _resolve_ref_on_create = False _points_to_commits_only = True _common_path_default = "" + _remote_common_path_default = "refs/remotes" _id_attribute_ = "name" def __init__(self, repo, path): -- cgit v1.2.1