summaryrefslogtreecommitdiff
path: root/internal/rtree/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* rtree: add support for multiple URLs per remoteStefan Majewsky2026-06-101-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 formatStefan Majewsky2025-09-291-17/+2
|
* run `modernize -fix ./...`Stefan Majewsky2025-09-291-1/+1
| | | | | Also drop util/gocovcat.go which has been obsolete since 122068efd4a348921b736b4456d4e1c999dbfb79.
* Only use compact URL in UI, not in written filesSandro Jäckel2023-04-171-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.20Sandro Jäckel2023-04-171-20/+20
|
* Add repo.GitDirPath() and use itSandro Jäckel2022-04-011-0/+5
|
* rtree index: reformat remote URLs into their compact formsv2020.1Stefan Majewsky2020-03-301-0/+15
|
* rtree: always store compact remote URLs in the index fileStefan Majewsky2020-03-301-8/+8
| | | | Includes a refactor to use a type RemoteURL with a more natural API.
* rename pkg/ to internal/Stefan Majewsky2020-03-281-0/+225