summaryrefslogtreecommitdiffstats
path: root/git-commit-graph.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-28 11:56:06 -0700
committerJunio C Hamano <gitster@pobox.com>2022-10-28 11:56:06 -0700
commitcf9c77377796343e741a25077f837f607513c7bb (patch)
tree9a341606b216f4ed10313aedfeb7e19ecc02d01b /git-commit-graph.txt
parentf1d1635ee1970ac33c5a760b94d069cd7bfc4e99 (diff)
downloadgit-htmldocs-cf9c77377796343e741a25077f837f607513c7bb.tar.gz
Autogenerated HTML docs for v2.38.1-280-g63bba
Diffstat (limited to 'git-commit-graph.txt')
-rw-r--r--git-commit-graph.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-commit-graph.txt b/git-commit-graph.txt
index 36fe56c2c..c8dbceba0 100644
--- a/git-commit-graph.txt
+++ b/git-commit-graph.txt
@@ -10,7 +10,10 @@ SYNOPSIS
--------
[verse]
'git commit-graph verify' [--object-dir <dir>] [--shallow] [--[no-]progress]
-'git commit-graph write' <options> [--object-dir <dir>] [--[no-]progress]
+'git commit-graph write' [--object-dir <dir>] [--append]
+ [--split[=<strategy>]] [--reachable | --stdin-packs | --stdin-commits]
+ [--changed-paths] [--[no-]max-new-filters <n>] [--[no-]progress]
+ <split options>
DESCRIPTION