Hi, Here's a patch that Peff and I were kicking around from a couple of months ago when we were investigating deploying commit-graphs at GitHub. Particularly, we were looking into why merging two commit-graphs after a write with '--split' took as much time as we were seeing in our infrastructure. This patch avoids an unnecessary tag dereference in 'merge_commit_graph()', which can improve the running time of a commit-graph write by around ~7.4% on average. Thanks in advance for your review. Taylor Blau (1): commit-graph.c: avoid unnecessary tag dereference when merging commit-graph.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -- 2.26.0.rc2.311.g8e52d2684b