aboutsummaryrefslogtreecommitdiffstats
path: root/bug
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-13 21:51:27 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-13 21:51:27 +0200
commit35d64e4f9e3e0a0ffd041e430a64650bb8ea71fa (patch)
tree802ed0c56ab5b09fb29800a147e3fcf3d8557e55 /bug
parent1779a0f3b92d58654b43444addeaf437a64d77a8 (diff)
downloadgit-bug-35d64e4f9e3e0a0ffd041e430a64650bb8ea71fa.tar.gz
fix push/pull
Diffstat (limited to 'bug')
-rw-r--r--bug/bug.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/bug.go b/bug/bug.go
index 8b5f4be9..658d73e1 100644
--- a/bug/bug.go
+++ b/bug/bug.go
@@ -8,6 +8,7 @@ import (
)
const BugsRefPattern = "refs/bugs/"
+const BugsRemoteRefPattern = "refs/remote/%s/bugs/"
// Bug hold the data of a bug thread, organized in a way close to
// how it will be persisted inside Git. This is the datastructure