diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:28:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:28:11 -0800 |
commit | 63903d0e4ec4e2895f2ce67980c89017fd62761d (patch) | |
tree | ac5e486fa2cb85d11b59aa9e333aca1e4aeafd8f /Documentation/technical | |
parent | Merge branch 'jk/test-asan' (diff) | |
parent | index-format.txt: add a missing closing quote (diff) | |
download | tgif-63903d0e4ec4e2895f2ce67980c89017fd62761d.tar.xz |
Merge branch 'nd/split-index'
A typofix to the documentation of a feature already in the release.
* nd/split-index:
index-format.txt: add a missing closing quote
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/index-format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/index-format.txt b/Documentation/technical/index-format.txt index 1250b5ca8b..35112e4966 100644 --- a/Documentation/technical/index-format.txt +++ b/Documentation/technical/index-format.txt @@ -207,7 +207,7 @@ Git index format in a separate file. This extension records the changes to be made on top of that to produce the final index. - The signature for this extension is { 'l', 'i, 'n', 'k' }. + The signature for this extension is { 'l', 'i', 'n', 'k' }. The extension consists of: |