diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-13 16:48:55 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-13 16:48:55 +0200 |
commit | deff9e0a41eca43f832314219241c9a63cf8007e (patch) | |
tree | 215e07e7a77972cee50268603eeb3777de583e8b /repository | |
parent | 078545538e6e6bf7a050fe6602a42a61fb5203e9 (diff) | |
download | git-bug-deff9e0a41eca43f832314219241c9a63cf8007e.tar.gz |
add basic tests for Bug and OperationIterator
Diffstat (limited to 'repository')
-rw-r--r-- | repository/git.go | 2 |
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 |