summaryrefslogtreecommitdiffstats
path: root/git-cat-file.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-02-05 11:00:39 -0800
committerJunio C Hamano <gitster@pobox.com>2022-02-05 11:00:39 -0800
commit0170485c457d7e861874a761fb76ee8de1a79d89 (patch)
tree73192d34276a0b5bff5f8b80395337b918c54c10 /git-cat-file.txt
parent1a168682dd3130e375b8ba4b9124e1c174375f92 (diff)
downloadgit-htmldocs-0170485c457d7e861874a761fb76ee8de1a79d89.tar.gz
Autogenerated HTML docs for v2.35.1-46-g38062
Diffstat (limited to 'git-cat-file.txt')
-rw-r--r--git-cat-file.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/git-cat-file.txt b/git-cat-file.txt
index 27b27e2b3..bef76f4dd 100644
--- a/git-cat-file.txt
+++ b/git-cat-file.txt
@@ -9,8 +9,14 @@ git-cat-file - Provide content or type and size information for repository objec
SYNOPSIS
--------
[verse]
-'git cat-file' (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
-'git cat-file' (--batch[=<format>] | --batch-check[=<format>]) [ --textconv | --filters ] [--follow-symlinks]
+'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]
+ [--buffer] [--follow-symlinks] [--unordered]
+ [--textconv | --filters]
+'git cat-file' (--textconv | --filters)
+ [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]
DESCRIPTION
-----------