aboutsummaryrefslogtreecommitdiff
path: root/internal/rtree/index.go
Commit message (Collapse)AuthorAgeFilesLines
* run `modernize -fix ./...`Stefan Majewsky2025-09-291-1/+1
| | | | | Also drop util/gocovcat.go which has been obsolete since 122068efd4a348921b736b4456d4e1c999dbfb79.
* replace deprecated dependencies with their successorsStefan Majewsky2025-09-291-1/+1
|
* Merge pull request #14 from SuperSandro2000/fixesStefan Majewsky2024-07-081-6/+6
|\ | | | | Fix lints reported by gopls
| * Fix lints reported by goplsSandro Jäckel2023-10-251-6/+6
| |
* | Don't add repos which have no remotesSandro Jäckel2023-10-251-2/+10
|/
* Remove deprecated ioutilSandro Jäckel2023-10-251-3/+2
|
* Save rtree with go 1.20Sandro Jäckel2023-04-171-9/+9
|
* rtree get: ignore .git when matching reposSandro Jäckel2022-04-011-1/+2
|
* Add repo.GitDirPath() and use itSandro Jäckel2022-04-011-3/+2
|
* rtree: fix error when running `rtree index` and absorbed .git dirs where indexedSandro Jäckel2021-09-101-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 fileStefan Majewsky2020-03-301-11/+10
| | | | Includes a refactor to use a type RemoteURL with a more natural API.
* rename pkg/ to internal/Stefan Majewsky2020-03-281-0/+431