aboutsummaryrefslogtreecommitdiffstats
path: root/repository/git.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-13 16:48:55 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-13 16:48:55 +0200
commitdeff9e0a41eca43f832314219241c9a63cf8007e (patch)
tree215e07e7a77972cee50268603eeb3777de583e8b /repository/git.go
parent078545538e6e6bf7a050fe6602a42a61fb5203e9 (diff)
downloadgit-bug-deff9e0a41eca43f832314219241c9a63cf8007e.tar.gz
add basic tests for Bug and OperationIterator
Diffstat (limited to 'repository/git.go')
-rw-r--r--repository/git.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/repository/git.go b/repository/git.go
index b41bc95c..0b7fad34 100644
--- a/repository/git.go
+++ b/repository/git.go
@@ -12,8 +12,6 @@ import (
"strings"
)
-const branchRefPrefix = "refs/heads/"
-
// GitRepo represents an instance of a (local) git repository.
type GitRepo struct {
Path string