summaryrefslogtreecommitdiffstats
path: root/git_refs.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_refs.py')
-rw-r--r--git_refs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_refs.py b/git_refs.py
index 02b98cba..e2b62ab2 100644
--- a/git_refs.py
+++ b/git_refs.py
@@ -23,6 +23,8 @@ R_CHANGES = 'refs/changes/'
23R_HEADS = 'refs/heads/' 23R_HEADS = 'refs/heads/'
24R_TAGS = 'refs/tags/' 24R_TAGS = 'refs/tags/'
25R_PUB = 'refs/published/' 25R_PUB = 'refs/published/'
26R_WORKTREE = 'refs/worktree/'
27R_WORKTREE_M = R_WORKTREE + 'm/'
26R_M = 'refs/remotes/m/' 28R_M = 'refs/remotes/m/'
27 29
28 30