| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix comment | Sandro Jäckel | 2023-04-17 | 1 | -1/+1 |
| | | |||||
| * | Only use compact URL in UI, not in written files | Sandro Jäckel | 2023-04-17 | 3 | -8/+8 |
| | | | | | | 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 | 7 | -80/+79 |
| | | |||||
| * | rtree get: ignore .git when matching repos | Sandro Jäckel | 2022-04-01 | 1 | -1/+2 |
| | | |||||
| * | Add repo.GitDirPath() and use it | Sandro Jäckel | 2022-04-01 | 2 | -3/+7 |
| | | |||||
| * | rtree: fix error when running `rtree index` and absorbed .git dirs where indexed | Sandro Jäckel | 2021-09-10 | 1 | -2/+4 |
| | | | | | | | | | | | | The fixes the following error when /home/user/src/vscode-settings/ is a git repo with an absorbed .git dir where .git points to the real repo ``` $ rtree index repository /home/sandro/src/exampleA has been deleted -> delete from index !! expected repository at /home/user/src/exampleB/.git, but is not a directory ``` | ||||
| * | also strip final .git from clone URLs that are not SSH syntax | Stefan Majewsky | 2021-09-08 | 1 | -2/+3 |
| | | |||||
| * | rtree: strip final .git from clone URLs | Sandro Jäckel | 2021-09-08 | 1 | -1/+2 |
| | | | | | otherwise paths contain a final .git when using the clone URLs copied from the GitHub Web UI | ||||
| * | rtree index: reformat remote URLs into their compact formsv2020.1 | Stefan Majewsky | 2020-03-30 | 2 | -0/+25 |
| | | |||||
| * | rtree: always store compact remote URLs in the index file | Stefan Majewsky | 2020-03-30 | 6 | -65/+90 |
| | | | | | Includes a refactor to use a type RemoteURL with a more natural API. | ||||
| * | add test coverage for ExpandRemoteURL, add ContractRemoteURL | Stefan Majewsky | 2020-03-28 | 2 | -0/+87 |
| | | |||||
| * | rename pkg/ to internal/ | Stefan Majewsky | 2020-03-28 | 7 | -0/+1345 |
