diff options
Diffstat (limited to 'repository/git.go')
-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 |