diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 15:47:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 15:47:23 -0600 |
| commit | 3359a4499644a0e59a0dd0f1c2c74ae688f0190a (patch) | |
| tree | 5392259685fc9a41db92083806679d94048b8e2f /refs.update.go | |
| parent | c49d247ae8c9cdb8cf3ed34c1ebd254f33049b01 (diff) | |
deprecate refs.proto ?
Diffstat (limited to 'refs.update.go')
| -rw-r--r-- | refs.update.go | 12 |
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 } +*/ |
