summaryrefslogtreecommitdiffstats
path: root/git-commit-graph.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-14 15:35:16 -0800
committerJunio C Hamano <gitster@pobox.com>2020-02-14 15:35:16 -0800
commitfc6646b8789d26d106b8074443f0d4bf0d45ec95 (patch)
tree6720c95d34e1a9b332a0088e3f78bcfa6660668b /git-commit-graph.txt
parentb7e497f81b86f5ab135de8db416ff0b2d7796546 (diff)
downloadgit-htmldocs-fc6646b8789d26d106b8074443f0d4bf0d45ec95.tar.gz
Autogenerated HTML docs for v2.25.0-389-gbfdd6
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 bcd85c197..28d1fee50 100644
--- a/git-commit-graph.txt
+++ b/git-commit-graph.txt
@@ -26,7 +26,10 @@ OPTIONS
file. This parameter exists to specify the location of an alternate
that only has the objects directory, not a full `.git` directory. The
commit-graph file is expected to be in the `<dir>/info` directory and
- the packfiles are expected to be in `<dir>/pack`.
+ the packfiles are expected to be in `<dir>/pack`. If the directory
+ could not be made into an absolute path, or does not match any known
+ object directory, `git commit-graph ...` will exit with non-zero
+ status.
--[no-]progress::
Turn progress on/off explicitly. If neither is specified, progress is