aboutsummaryrefslogtreecommitdiff
path: root/routes/util.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-26go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu1-1/+1
2024-07-05git: fix getDisplayNameAnirudh Oppiliappan1-5/+1
2024-07-05git: hide .git extensionMarco Andronaco1-0/+8
2024-06-29routes: Add handler to generate tar gz fileGabriel A. Giovanini1-0/+14
2023-02-05utils: Add helper to get all reposDaniele 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 rootDerek 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.ignoreAnirudh Oppiliappan1-0/+26