]> git.ipfire.org Git - thirdparty/git.git/commit - commit-graph.c
commit-graph: implement "--append" option
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 10 Apr 2018 12:56:08 +0000 (08:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 01:43:02 +0000 (10:43 +0900)
commit7547b95b4fbb8591726b1d9381c176cc27fc6aea
tree0de2b763a40f4c07eee2ddbf40fd50eaf82dc996
parent3d5df01b5e42416a59e857135e932bbdd8cc3ba0
commit-graph: implement "--append" option

Teach git-commit-graph to add all commits from the existing
commit-graph file to the file about to be written. This should be
used when adding new commits without performing garbage collection.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-graph.txt
builtin/commit-graph.c
commit-graph.c
commit-graph.h
t/t5318-commit-graph.sh