aboutsummaryrefslogtreecommitdiff
path: root/internal/rtree/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* 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