commit-graph-format.txt: fix no-parent value
authorConor Davis <redacted>
Tue, 15 Sep 2020 04:03:53 +0000 (04:03 +0000)
committerJunio C Hamano <redacted>
Tue, 15 Sep 2020 21:34:34 +0000 (14:34 -0700)
commite40e9365510fc3d2decc91bd0939c2f520d2a7d6
tree00cc39550c5c7e6a99670e45f41f82028af2ebc9
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
commit-graph-format.txt: fix no-parent value

The correct value from commit-graph.c:

    #define GRAPH_PARENT_NONE 0x70000000

Signed-off-by: Conor Davis <redacted>
Reviewed-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/commit-graph-format.txt
git clone https://git.99rst.org/PROJECT