diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 00:34:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 00:34:39 -0600 |
| commit | 0bc9bed597bb4d3333834da0ce4a4dc03b6b2d0d (patch) | |
| tree | af9818d7b263da17cc902c2662a6589000a87b5c /getPatches.go | |
| parent | 1c901e921fa1f5e39c6511bbe5ca82066bd86f49 (diff) | |
more refactor to protobuf
Diffstat (limited to 'getPatches.go')
| -rw-r--r-- | getPatches.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getPatches.go b/getPatches.go index aaaa472..90c429f 100644 --- a/getPatches.go +++ b/getPatches.go @@ -82,6 +82,11 @@ func (repo *RepoRow) GetMasterPatches() (int, []*Patch) { return c, all } +func isEmpty(a any) bool { + return false +} + + func (r *RepoList) MakePatchset(setdir string) bool { for _, repo := range r.allrepos { userv := repo.Status.GetUserVersion() |
