summaryrefslogtreecommitdiffstats
path: root/git-commit-graph.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-08 18:34:59 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-08 18:34:59 -0700
commit19f41f003bf9a1a09bee3e0865ff0c333c88c0e2 (patch)
treea26ebf8ab42070f6cdfb67cf49ed71a282a97459 /git-commit-graph.txt
parent3ef9e6768d632ffc1a3da0561187482e2bd16263 (diff)
downloadgit-htmldocs-19f41f003bf9a1a09bee3e0865ff0c333c88c0e2.tar.gz
Autogenerated HTML docs for v2.27.0-83-g0313f
Diffstat (limited to 'git-commit-graph.txt')
-rw-r--r--git-commit-graph.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-commit-graph.txt b/git-commit-graph.txt
index a3d996787..8ca1764d3 100644
--- a/git-commit-graph.txt
+++ b/git-commit-graph.txt
@@ -47,8 +47,10 @@ with `--stdin-commits` or `--reachable`.)
+
With the `--stdin-commits` option, generate the new commit graph by
walking commits starting at the commits specified in stdin as a list
-of OIDs in hex, one OID per line. (Cannot be combined with
-`--stdin-packs` or `--reachable`.)
+of OIDs in hex, one OID per line. OIDs that resolve to non-commits
+(either directly, or by peeling tags) are silently ignored. OIDs that
+are malformed, or do not exist generate an error. (Cannot be combined
+with `--stdin-packs` or `--reachable`.)
+
With the `--reachable` option, generate the new commit graph by walking
commits starting at all refs. (Cannot be combined with `--stdin-commits`