Write and verify Git commit-graph files. More information: https://git-scm.com/docs/git-commit-graph.
.git
directory:git commit-graph write
git show-ref --hash | git commit-graph write --stdin-commits
HEAD
:git rev-parse HEAD | git commit-graph write --stdin-commits --append