diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-05 22:51:37 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-05 22:51:37 (GMT) |
commit | 19177019ed86038a559e0e9d8dc1b2114f13e195 (patch) | |
tree | 6555a56ce76d31f85dcb26613e44d9e0da82fc16 | |
parent | 94fc8a55c2046bd1853477455ca0a5d1f95f0608 (diff) | |
parent | a10f6e2bda995d4cbf1b2bd081bf74bc575013d9 (diff) | |
download | git-19177019ed86038a559e0e9d8dc1b2114f13e195.zip git-19177019ed86038a559e0e9d8dc1b2114f13e195.tar.gz git-19177019ed86038a559e0e9d8dc1b2114f13e195.tar.bz2 |
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.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/technical/index-format.txt b/Documentation/technical/index-format.txt index 65da0da..f691c20 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. |