| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move primary upstream to git.xyrillian.de | Stefan Majewsky | 2026-06-10 | 1 | -1/+1 |
| | | |||||
| * | rtree: add support for multiple URLs per remote | Stefan Majewsky | 2026-06-10 | 1 | -27/+83 |
| | | | | | | | | | | This requires changing the index format, which I'm using as an opportunity to: - move from YAML to JSON (so I can maybe kill the YAML parser dependency at some point) - move the index file into standard XDG paths | ||||
| * | convert license headers to SPDX format | Stefan Majewsky | 2025-09-29 | 1 | -17/+2 |
| | | |||||
| * | run `modernize -fix ./...` | Stefan Majewsky | 2025-09-29 | 1 | -1/+1 |
| | | | | | | Also drop util/gocovcat.go which has been obsolete since 122068efd4a348921b736b4456d4e1c999dbfb79. | ||||
| * | Only use compact URL in UI, not in written files | Sandro Jäckel | 2023-04-17 | 1 | -3/+3 |
| | | | | | | many tools like eg some vscode extensions can parse the git remotes but do not respect git aliases and fail to understand shorthands like gh:majewsky/gofu | ||||
| * | Save rtree with go 1.20 | Sandro Jäckel | 2023-04-17 | 1 | -20/+20 |
| | | |||||
| * | Add repo.GitDirPath() and use it | Sandro Jäckel | 2022-04-01 | 1 | -0/+5 |
| | | |||||
| * | rtree index: reformat remote URLs into their compact formsv2020.1 | Stefan Majewsky | 2020-03-30 | 1 | -0/+15 |
| | | |||||
| * | rtree: always store compact remote URLs in the index file | Stefan Majewsky | 2020-03-30 | 1 | -8/+8 |
| | | | | | Includes a refactor to use a type RemoteURL with a more natural API. | ||||
| * | rename pkg/ to internal/ | Stefan Majewsky | 2020-03-28 | 1 | -0/+225 |
