aboutsummaryrefslogtreecommitdiff
path: root/internal/rtree/get_test.go
Commit message (Collapse)AuthorAgeFilesLines
* rtree: add support for multiple URLs per remoteStefan Majewsky2026-06-101-11/+11
| | | | | | | | | 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 formatStefan Majewsky2025-09-291-17/+2
|
* Only use compact URL in UI, not in written filesSandro Jäckel2023-04-171-4/+4
| | | | | 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
* rtree: always store compact remote URLs in the index fileStefan Majewsky2020-03-301-15/+18
| | | | Includes a refactor to use a type RemoteURL with a more natural API.
* rename pkg/ to internal/Stefan Majewsky2020-03-281-0/+140