You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, there was an issue where `FileInfo` objects could be constructed
with the data as a `str`, confusing `git fast-import`, since `len(my_str)`
returns the number of code points, not the size in bytes.
0 commit comments