summaryrefslogtreecommitdiff
path: root/scanIterator.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-08 06:43:45 -0600
committerJeff Carr <[email protected]>2024-11-08 06:43:45 -0600
commit29551667f0c1bca602870caba5921d3abcbe992e (patch)
tree30ac8b894c973d3a01148fc74f7b8ae70e012252 /scanIterator.go
parentca00923762acf87139188c7fc6eac9f67107d7fe (diff)
use go-cmd/cmdv0.22.12
Diffstat (limited to 'scanIterator.go')
-rw-r--r--scanIterator.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/scanIterator.go b/scanIterator.go
index c0397eb..af1c28e 100644
--- a/scanIterator.go
+++ b/scanIterator.go
@@ -106,6 +106,8 @@ func (r *RepoList) selectRepoAll() []*RepoRow {
return repoPointers
}
+// this sort doesn't really work. I think it forgets to sort the last two
+// todo: sort this out. literally
// SelectRepoPointers safely returns a slice of pointers to Repo records.
func (r *RepoList) selectUnmergedRepos() []*RepoRow {
r.RLock()