commit-graph-format.txt: fix no-parent value
authorConor Davis <git@conor.fastmail.fm>
Tue, 15 Sep 2020 04:03:53 +0000 (04:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
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 <git@conor.fastmail.fm>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/commit-graph-format.txt