diff options
Diffstat (limited to 'bug')
-rw-r--r-- | bug/bug.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |