summaryrefslogtreecommitdiffstats
path: root/routes/util.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-05utils: Add helper to get all reposLibravatar Daniele Sluijters1-0/+57
This does a filepath.WalkDir of the config.ScanPath and tries to find all valid git repos. It returns a list of repoInfo structs holding basic information of each repository.
2023-02-05only add go meta import tag if go.mod exists in repo rootLibravatar Derek Stevens1-0/+7
This is a multipart message in MIME format. Pretty self-explanitory :3 Signed-off-by: Derek Stevens <nilix@nilfm.cc>
2022-12-22config: add repo.ignoreLibravatar Anirudh Oppiliappan1-0/+26