Fix git_index_entry documentation

Change from "Documentation/technical/index-format.txt" to "Documentation/gitformat-index.adoc". Fixes #7115.
This commit is contained in:
bakersdozen123
2026-01-11 18:07:28 -08:00
committed by GitHub
parent d908000464
commit b4eb482bc9

View File

@@ -39,7 +39,7 @@ typedef struct {
* *
* This is a public structure that represents a file entry in the index. * This is a public structure that represents a file entry in the index.
* The meaning of the fields corresponds to core Git's documentation (in * The meaning of the fields corresponds to core Git's documentation (in
* "Documentation/technical/index-format.txt"). * "Documentation/gitformat-index.adoc").
* *
* The `flags` field consists of a number of bit fields which can be * The `flags` field consists of a number of bit fields which can be
* accessed via the first set of `GIT_INDEX_ENTRY_...` bitmasks below. * accessed via the first set of `GIT_INDEX_ENTRY_...` bitmasks below.