summaryrefslogtreecommitdiff
path: root/git/refs/symbolic.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-07-04 23:52:17 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-07-04 23:52:17 +0200
commitda12df95faf27f2d69c9b69391c61b584e16614d (patch)
treeae4f8d724ac857288dec901e080ffb6126d968c9 /git/refs/symbolic.py
parentb7ae99cd13839036a34aca06078d3431a11829ff (diff)
parent3379127de7642a80687487c41e459e0cee9ec44f (diff)
downloadgitpython-da12df95faf27f2d69c9b69391c61b584e16614d.tar.gz
Merge branch 'remote-fixes'
Diffstat (limited to 'git/refs/symbolic.py')
-rw-r--r--git/refs/symbolic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/refs/symbolic.py b/git/refs/symbolic.py
index ec31f30c..2c8faa91 100644
--- a/git/refs/symbolic.py
+++ b/git/refs/symbolic.py
@@ -36,6 +36,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"
re_hexsha_only = re.compile('^[0-9A-Fa-f]{40}$')