]> source.dussan.org Git - gitea.git/commit
Get repo list with OrderBy alpha should respect owner too (#30784) (#30875)
authorGiteabot <teabot@gitea.io>
Mon, 6 May 2024 15:06:45 +0000 (23:06 +0800)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 15:06:45 +0000 (15:06 +0000)
commitcfe6779d4eb2f3869357768fe58863642f79c5a9
tree007df3276f18c37e469839dcaceb97c13704e575
parentb22d7fd8cdbe207014bb0a74ed9e2b68a75d0e3d
Get repo list with OrderBy alpha should respect owner too (#30784) (#30875)

Backport #30784 by @6543

instead of:
- zowner/gcode
- awesome/nul
- zowner/nul
- zowner/zzz

we will get:
- awesome/nul
- zowner/gcode
- zowner/nul
- zowner/zzz

Co-authored-by: 6543 <6543@obermui.de>
models/repo/search.go