We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbc2be commit a625d08Copy full SHA for a625d08
git/refs/tag.py
@@ -18,7 +18,8 @@ class TagReference(Reference):
18
print(tagref.tag.message)"""
19
20
__slots__ = ()
21
- _common_path_default = "refs/tags"
+ _common_default = "tags"
22
+ _common_path_default = Reference._common_path_default + "/" + _common_default
23
24
@property
25
def commit(self):
0 commit comments