Documentation/gitformat-pack.txt: fix typo
commit530a9f183f03cfa49d1951a5c204ef44f41f8c9d
authorTaylor Blau <me@ttaylorr.com>
Tue, 31 Oct 2023 19:24:08 +0000 (31 15:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Nov 2023 04:25:02 +0000 (1 13:25 +0900)
tree65a4afc0c658a83abad48b0752876a52de1b6376
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3
Documentation/gitformat-pack.txt: fix typo

e0d1bcf825 (multi-pack-index: add format details, 2018-07-12) describes
the MIDX's "PNAM" chunk as having entries which are "null-terminated
strings".

This is a typo, as strings are terminated with a NUL character, which is
a distinct concept from "NULL" or "null", which we typically reserve for
the void pointer to address 0.

Correct the documentation accordingly.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitformat-pack.txt