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>2020-09-22 22:36:30 +0300
committerJunio C Hamano <gitster@pobox.com>2020-09-22 22:36:30 +0300
commit4d515253afcef985e94400adbfed7044959f9121 (patch)
tree2b93b423388d6c4b298f00b907d7b21844c599e7 /Documentation
parent9a0249959d7035ef1c588fbf012e8132e3bd517d (diff)
parente40e9365510fc3d2decc91bd0939c2f520d2a7d6 (diff)
Merge branch 'cd/commit-graph-doc'
Doc update. * cd/commit-graph-doc: commit-graph-format.txt: fix no-parent value
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/commit-graph-format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/commit-graph-format.txt b/Documentation/technical/commit-graph-format.txt
index 6ddbceba15..1f86031333 100644
--- a/Documentation/technical/commit-graph-format.txt
+++ b/Documentation/technical/commit-graph-format.txt
@@ -82,7 +82,7 @@ CHUNK DATA:
Commit Data (ID: {'C', 'D', 'A', 'T' }) (N * (H + 16) bytes)
* The first H bytes are for the OID of the root tree.
* The next 8 bytes are for the positions of the first two parents
- of the ith commit. Stores value 0x7000000 if no parent in that
+ of the ith commit. Stores value 0x70000000 if no parent in that
position. If there are more than two parents, the second value
has its most-significant bit on and the other bits store an array
position into the Extra Edge List chunk.