From b4eb482bc929ade17b00a5c9bc0a0c6e45a09016 Mon Sep 17 00:00:00 2001 From: bakersdozen123 Date: Sun, 11 Jan 2026 18:07:28 -0800 Subject: [PATCH] Fix `git_index_entry` documentation Change from "Documentation/technical/index-format.txt" to "Documentation/gitformat-index.adoc". Fixes #7115. --- include/git2/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/index.h b/include/git2/index.h index 6aadbef6b..a6ad1d88b 100644 --- a/include/git2/index.h +++ b/include/git2/index.h @@ -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.