diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2022-09-07 10:27:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-07 18:46:06 +0200 |
commit | 16f6b0d1aa598d665ada827cf89bda2112853680 (patch) | |
tree | bd170f58eda6f6bba757b117ecc99662a70796e9 /Documentation/git-add.txt | |
parent | log docs: de-duplicate configuration sections (diff) | |
download | git-16f6b0d1aa598d665ada827cf89bda2112853680.tar.xz git-16f6b0d1aa598d665ada827cf89bda2112853680.zip |
docs: add CONFIGURATION sections that map to a built-in
Add a CONFIGURATION section to the documentation of various built-ins,
for those cases where the relevant config/NAME.txt describes
configuration that is only used by the relevant built-in documented in
git-NAME.txt. Subsequent commits will handle more complex cases.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Reviewed-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 11eb70f16c..36da8bf9b5 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -431,6 +431,13 @@ they will make the patch impossible to apply: * deleting context or removal lines * modifying the contents of context or removal lines +CONFIGURATION +------------- + +include::includes/cmd-config-section-all.txt[] + +include::config/add.txt[] + SEE ALSO -------- linkgit:git-status[1] |