| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | run `go fix ./...`v2026.1 | Stefan Majewsky | 2026-06-10 | 1 | -4/+5 |
| | | |||||
| * | rtree: add support for multiple URLs per remote | Stefan Majewsky | 2026-06-10 | 1 | -36/+47 |
| | | | | | | | | | | 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 format | Stefan Majewsky | 2025-09-29 | 1 | -17/+2 |
| | | |||||
| * | run `modernize -fix ./...` | Stefan Majewsky | 2025-09-29 | 1 | -1/+1 |
| | | | | | | Also drop util/gocovcat.go which has been obsolete since 122068efd4a348921b736b4456d4e1c999dbfb79. | ||||
| * | replace deprecated dependencies with their successors | Stefan Majewsky | 2025-09-29 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #14 from SuperSandro2000/fixes | Stefan Majewsky | 2024-07-08 | 1 | -6/+6 |
| |\ | | | | | Fix lints reported by gopls | ||||
| | * | Fix lints reported by gopls | Sandro Jäckel | 2023-10-25 | 1 | -6/+6 |
| | | | |||||
| * | | Don't add repos which have no remotes | Sandro Jäckel | 2023-10-25 | 1 | -2/+10 |
| |/ | |||||
| * | Remove deprecated ioutil | Sandro Jäckel | 2023-10-25 | 1 | -3/+2 |
| | | |||||
| * | Save rtree with go 1.20 | Sandro Jäckel | 2023-04-17 | 1 | -9/+9 |
| | | |||||
| * | 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 | 1 | -3/+2 |
| | | |||||
| * | 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 ``` | ||||
| * | rtree: always store compact remote URLs in the index file | Stefan Majewsky | 2020-03-30 | 1 | -11/+10 |
| | | | | | Includes a refactor to use a type RemoteURL with a more natural API. | ||||
| * | rename pkg/ to internal/ | Stefan Majewsky | 2020-03-28 | 1 | -0/+431 |
