diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-04-07 15:04:19 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-04-07 15:04:19 -0700 |
| commit | bf23fe5c37d62f37267d31d4afa1a1444f70cdac (patch) | |
| tree | 00ed7921ccb9fc38c4afc0479017aea62460a775 | |
| parent | Merge branch 'tz/doc-litdd-fixes' (diff) | |
| parent | Documentation: add --batch-command to cat-file synopsis (diff) | |
| download | git-bf23fe5c37d62f37267d31d4afa1a1444f70cdac.tar.gz git-bf23fe5c37d62f37267d31d4afa1a1444f70cdac.zip | |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index 70c5b4f12d..24a811f0ef 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) |
