ForNeVeR/Fenrir

Pack Index: Support 8-byte offsets

Offen

#116 geöffnet am 22.03.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)F# (2 Forks)auto 404
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (34 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

See the code near this line: https://github.com/ForNeVeR/Fenrir/blob/0265c8e1de402e9300bfc5d59114b751dc98e90a/Fenrir.Git/PackIndex.fs#L66

Currently, we only support small offset table from the Git pack inndex files. Bigger pack files are not supported by Fenrir.

See the documentation: https://git-scm.com/docs/pack-format — "A table of 8-byte offset entries […]"

We should support this. A possible repository for testing (manual for now probably?) would be https://github.com/JetBrains/intellij-community

Contributor Guide