aboutsummaryrefslogtreecommitdiff
path: root/routes/util.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu2024-07-261-1/+1
|
* git: fix getDisplayNameAnirudh Oppiliappan2024-07-051-5/+1
|
* git: hide .git extensionMarco Andronaco2024-07-051-0/+8
|
* routes: Add handler to generate tar gz fileGabriel A. Giovanini2024-06-291-0/+14
|
* 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