summaryrefslogtreecommitdiff
path: root/refs.update.go
diff options
context:
space:
mode:
Diffstat (limited to 'refs.update.go')
-rw-r--r--refs.update.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/refs.update.go b/refs.update.go
index e4d0413..f103417 100644
--- a/refs.update.go
+++ b/refs.update.go
@@ -1,15 +1,6 @@
package gitpb
-import (
- "slices"
- "strings"
- "time"
-
- "go.wit.com/lib/gui/shell"
- "go.wit.com/log"
- timestamppb "google.golang.org/protobuf/types/known/timestamppb"
-)
-
+/*
// Update repo.Refs from .git/
func (repo *Repo) UpdateGit() error {
// delete the old hash
@@ -61,3 +52,4 @@ func (repo *Repo) UpdateGit() error {
repo.AppendRef(&newr)
return nil
}
+*/