diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-23 14:03:43 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-23 12:47:36 -0700 |
| commit | 9310f10e2bd33ceb87d775fd7d6d6847c8e4501d (patch) | |
| tree | 15e709283fba3fcfc32aebbdfcedb01f427221a0 /Documentation/gitformat-commit-graph.txt | |
| parent | Documentation/config: fix typos (diff) | |
| download | git-9310f10e2bd33ceb87d775fd7d6d6847c8e4501d.tar.gz git-9310f10e2bd33ceb87d775fd7d6d6847c8e4501d.zip | |
Documentation: fix typos
Fix typos in documentation.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitformat-commit-graph.txt')
| -rw-r--r-- | Documentation/gitformat-commit-graph.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitformat-commit-graph.txt b/Documentation/gitformat-commit-graph.txt index 3e906e8030..14d1631234 100644 --- a/Documentation/gitformat-commit-graph.txt +++ b/Documentation/gitformat-commit-graph.txt @@ -122,7 +122,7 @@ All multi-byte numbers are in network byte order. for commits with corrected commit date offsets that cannot be stored within 31 bits. * Generation Data Overflow chunk is present only when Generation Data - chunk is present and atleast one corrected commit date offset cannot + chunk is present and at least one corrected commit date offset cannot be stored within 31 bits. ==== Extra Edge List (ID: {'E', 'D', 'G', 'E'}) [Optional] |
