repair: Fix handling of git ref names on Windows

Sponsored-by: Kevin Mueller on Patreon
This commit is contained in:
Joey Hess 2023-05-30 16:09:13 -04:00
parent 9ca81ed02a
commit 5070087a63
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 14 additions and 1 deletions

View file

@ -71,3 +71,7 @@ repair: 1 failed
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes. I am developing the easy-git-annex API for git-annex.
> Should be [[fixed|done]] now... It was reading the contents of the refs/
> directory recursively, and treating those names as refs, which is wrong
> on Windows due to path separator being different. --[[Joey]]