diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-12-08 20:42:15 +0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2014-12-11 14:24:37 -0800 |
| commit | f2667a83304a9fa4910240b64f9d3b1c640e6743 (patch) | |
| tree | 46cf36480f9209273236e1a30da4b4041f7c697c | |
| parent | t1700: new tests for split-index mode (diff) | |
| download | git-f2667a83304a9fa4910240b64f9d3b1c640e6743.tar.gz git-f2667a83304a9fa4910240b64f9d3b1c640e6743.zip | |
index-format.txt: add a missing closing quote
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -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 fe6f31667d..30442e5cec 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: |
