diff options
Diffstat (limited to 'repository/repo.go')
-rw-r--r-- | repository/repo.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/repository/repo.go b/repository/repo.go index d7afa983..87426333 100644 --- a/repository/repo.go +++ b/repository/repo.go @@ -138,11 +138,6 @@ type RepoData interface { // UpdateRef will create or update a Git reference UpdateRef(ref string, hash Hash) error - // // MergeRef merge other into ref and update the reference - // // If the update is not fast-forward, the callback treeHashFn will be called for the caller to generate - // // the Tree to store in the merge commit. - // MergeRef(ref string, otherRef string, treeHashFn func() Hash) error - // RemoveRef will remove a Git reference RemoveRef(ref string) error |