Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Add helper to get all repos | Daniele Sluijters | 2023-02-05 | 1 | -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 root | Derek Stevens | 2023-02-05 | 1 | -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.ignore | Anirudh Oppiliappan | 2022-12-22 | 1 | -0/+26 |