Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-06 01:51:37 +0300
committerJunio C Hamano <gitster@pobox.com>2022-08-06 01:51:37 +0300
commit19177019ed86038a559e0e9d8dc1b2114f13e195 (patch)
tree6555a56ce76d31f85dcb26613e44d9e0da82fc16
parent94fc8a55c2046bd1853477455ca0a5d1f95f0608 (diff)
parenta10f6e2bda995d4cbf1b2bd081bf74bc575013d9 (diff)
Merge branch 'sg/index-format-doc-update' into maint
Docfix. source: <20220718085640.7395-1-szeder.dev@gmail.com> * sg/index-format-doc-update: index-format.txt: remove outdated list of supported extensions
-rw-r--r--Documentation/technical/index-format.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/technical/index-format.txt b/Documentation/technical/index-format.txt
index 65da0daaa5..f691c20ab0 100644
--- a/Documentation/technical/index-format.txt
+++ b/Documentation/technical/index-format.txt
@@ -26,8 +26,6 @@ Git index format
Extensions are identified by signature. Optional extensions can
be ignored if Git does not understand them.
- Git currently supports cache tree and resolve undo extensions.
-
4-byte extension signature. If the first byte is 'A'..'Z' the
extension is optional and can be ignored.