Derrick Stolee writes:
> I think the more correct thing to say is that `--split` implies `--append`:
> As we write a new tip graph, we do not discard any commits from the lower
> layers, even if we merge them together.
> ...
> There is nothing that stops them both from being specified, so this
>
On 6/7/2019 5:57 PM, Junio C Hamano wrote:
> "Derrick Stolee via GitGitGadget" writes:
>
>> -N_("git commit-graph write [--object-dir ] [--append]
>> [--reachable|--stdin-packs|--stdin-commits]"),
>> +N_("git commit-graph write [--object-dir ] [--append|--split]
>> [--reachable|--stdin-
"Derrick Stolee via GitGitGadget" writes:
> - N_("git commit-graph write [--object-dir ] [--append]
> [--reachable|--stdin-packs|--stdin-commits]"),
> + N_("git commit-graph write [--object-dir ] [--append|--split]
> [--reachable|--stdin-packs|--stdin-commits]"),
Not a comment on the e
From: Derrick Stolee
Add a new "--split" option to the 'git commit-graph write' subcommand. This
option allows the optional behavior of writing a commit-graph chain.
The current behavior will add a tip commit-graph containing any commits that
are not in the existing commit-graph or commit-graph
4 matches
Mail list logo