diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-12-27 14:52:26 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-12-27 14:52:26 -0800 |
| commit | b0d277d69f0afdf1053bde614ea2db504d9bca1e (patch) | |
| tree | 07573df46258391c37f6ac2aac19f5af708a8ae7 | |
| parent | Merge branch 'jk/mailinfo-iterative-unquote-comment' (diff) | |
| parent | git-add.txt: add missing short option -A to synopsis (diff) | |
| download | git-b0d277d69f0afdf1053bde614ea2db504d9bca1e.tar.gz git-b0d277d69f0afdf1053bde614ea2db504d9bca1e.zip | |
Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis'
Doc update.
* es/add-doc-list-short-form-of-all-in-synopsis:
git-add.txt: add missing short option -A to synopsis
| -rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index ed44c1cb31..3d2e670716 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p] - [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse] + [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] [--] [<pathspec>...] |
