summaryrefslogtreecommitdiff
path: root/internal/rtree/remote.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix commentSandro Jäckel2023-04-171-1/+1
|
* Only use compact URL in UI, not in written filesSandro Jäckel2023-04-171-1/+1
| | | | | 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-22/+21
|
* also strip final .git from clone URLs that are not SSH syntaxStefan Majewsky2021-09-081-2/+3
|
* rtree: strip final .git from clone URLsSandro Jäckel2021-09-081-1/+2
| | | | otherwise paths contain a final .git when using the clone URLs copied from the GitHub Web UI
* rtree: always store compact remote URLs in the index fileStefan Majewsky2020-03-301-24/+47
| | | | Includes a refactor to use a type RemoteURL with a more natural API.
* add test coverage for ExpandRemoteURL, add ContractRemoteURLStefan Majewsky2020-03-281-0/+19
|
* rename pkg/ to internal/Stefan Majewsky2020-03-281-0/+75