◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
2 changes: 1 addition & 1 deletion git/index/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def read_header(stream: IO[bytes]) -> Tuple[int, int]:
version, num_entries = unpacked

# TODO: Handle version 3: extended data, see read-cache.c.
assert version in (1, 2)
return version, num_entries


Expand Down
Loading
Toggle all file notes Toggle all file annotations