diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2019-06-18 11:14:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-19 20:46:26 -0700 |
commit | 135a7123755bfdde05da18012bebd2776f82b26c (patch) | |
tree | 97fcac3256d9ed879948db7255c13457828b2bdc /run-command.c | |
parent | commit-graph: write commit-graph chains (diff) | |
download | tgif-135a7123755bfdde05da18012bebd2776f82b26c.tar.xz |
commit-graph: add --split option to builtin
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 chain. Later changes
will allow merging the chain and expiring out-dated files.
Add a new test script (t5324-split-commit-graph.sh) that demonstrates this
behavior.
Helped-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions