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