fixed by git release

This commit is contained in:
Joey Hess 2024-06-04 06:39:08 -04:00
parent 61ed0b3f03
commit 5992e1729a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 0 deletions

View file

@ -25,6 +25,8 @@ configs.
Is it at all common to set `git config fetch.fsckObjects true` or
`git config receive.fsckObjects` true?
> [[fixed|done]] in git --[[Joey]]
----
There is also potential breakage from git fsck now warning about symlink

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2024-06-04T10:35:09Z"
content="""
Fixed git was released. All these versions fix it: v2.45.2 v2.39.5, v2.40.3, v2.41.2, v2.42.3, v2.43.5, and v2.44.2
That does leave the fsck.symlinkTargetLength as potentially still a problem
on Windows, but I think I'll consider this closed and if that does actually
lead to problems on windws we can revisit.
"""]]