Merge pull request #7192 from bakersdozen123/main

Fix `git_index_entry` documentation
This commit is contained in:
Edward Thomson
2026-01-16 22:23:44 +00:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ typedef struct {
*
* 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
* "Documentation/technical/index-format.txt").
* "Documentation/gitformat-index.adoc").
*
* The `flags` field consists of a number of bit fields which can be
* accessed via the first set of `GIT_INDEX_ENTRY_...` bitmasks below.