diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-13 21:51:27 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-13 21:51:27 +0200 |
commit | 35d64e4f9e3e0a0ffd041e430a64650bb8ea71fa (patch) | |
tree | 802ed0c56ab5b09fb29800a147e3fcf3d8557e55 /bug | |
parent | 1779a0f3b92d58654b43444addeaf437a64d77a8 (diff) | |
download | git-bug-35d64e4f9e3e0a0ffd041e430a64650bb8ea71fa.tar.gz |
fix push/pull
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 |