Re: [PATCH 4/6] commit-graph: add --version= option
On Wed, Jan 23 2019, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee > > Allo the commit-graph builtin to specify the file format version "Allow"
[PATCH 4/6] commit-graph: add --version= option
From: Derrick Stolee Allo the commit-graph builtin to specify the file format version using the '--version=' option. Specify the version exactly in the verification tests as using a different version would change the offsets used in those tests. Signed-off-by: Derrick Stolee --- Documentation/