diff options
Diffstat (limited to 'branch.go')
| -rw-r--r-- | branch.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ const ( ) type Branch struct { + doNotCompare *Reference } @@ -27,6 +28,7 @@ func (r *Reference) Branch() *Branch { } type BranchIterator struct { + doNotCompare ptr *C.git_branch_iterator repo *Repository } |
