all repos

mugit @ e1ac7b92a0972580498aa92077b030d8c56a1f37

🐮 git server that your cow will love
1 files changed, 1 insertions(+), 1 deletions(-)
i should learn some grammar
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-03 19:29:41 +0200
Change ID: uvwxzkvntluxsywtlwvuxtpuootkxkln
Parent: bcd986b
M internal/handlers/repo.go

@@ -265,7 +265,7 @@ return

} // if we got full page of commits, we probably have more. - // NOTE: this has edge case, when last page has git.CommitsPage, "load more would be shown" + // NOTE: this has an edge case, when last page is len(git.CommitsPage), "load more" would be shown nextAfter := "" if len(commits) == git.CommitsPage && len(commits) > 0 { nextAfter = commits[len(commits)-1].HashShort