From: Junio C Hamano Date: Wed, 27 Dec 2023 22:52:26 +0000 (-0800) Subject: Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis' X-Git-Tag: v2.44.0-rc0~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0d277d69f0afdf1053bde614ea2db504d9bca1e;hp=9df9e3770a15b47e48f8218eed6d68ebcb5eed6c;p=thirdparty%2Fgit.git 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 --- 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= [--pathspec-file-nul]] [--] [...]