aboutsummaryrefslogtreecommitdiff
path: root/routes/util.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Switch to AGPLv3-onlyRunxi Yu2024-06-201-18/+4
|
* Add copyright information to each Go fileRunxi Yu2024-06-161-0/+24
|
* go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu2024-06-151-1/+1
|
* utils: Add helper to get all reposDaniele Sluijters2023-02-051-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.
* only add go meta import tag if go.mod exists in repo rootDerek Stevens2023-02-051-0/+7
| | | | | | | | This is a multipart message in MIME format. Pretty self-explanitory :3 Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* config: add repo.ignoreAnirudh Oppiliappan2022-12-221-0/+26