summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-04-07 22:04:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-04-07 22:04:19 (GMT)
commitbf23fe5c37d62f37267d31d4afa1a1444f70cdac (patch)
tree00ed7921ccb9fc38c4afc0479017aea62460a775
parent07135d6be732aca61dfa77d03a3aa06120767c03 (diff)
parent473fa2df08d9c6e2a4ff81ddc74f53f4b94a7983 (diff)
downloadgit-bf23fe5c37d62f37267d31d4afa1a1444f70cdac.zip
git-bf23fe5c37d62f37267d31d4afa1a1444f70cdac.tar.gz
git-bf23fe5c37d62f37267d31d4afa1a1444f70cdac.tar.bz2
Merge branch 'jc/cat-file-batch-commands'
Doc fix. * jc/cat-file-batch-commands: Documentation: add --batch-command to cat-file synopsis
-rw-r--r--Documentation/git-cat-file.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt
index 70c5b4f..24a811f 100644
--- a/Documentation/git-cat-file.txt
+++ b/Documentation/git-cat-file.txt
@@ -12,7 +12,7 @@ SYNOPSIS
'git cat-file' <type> <object>
'git cat-file' (-e | -p) <object>
'git cat-file' (-t | -s) [--allow-unknown-type] <object>
-'git cat-file' (--batch | --batch-check) [--batch-all-objects]
+'git cat-file' (--batch | --batch-check | --batch-command) [--batch-all-objects]
[--buffer] [--follow-symlinks] [--unordered]
[--textconv | --filters]
'git cat-file' (--textconv | --filters)