summaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-09-07 08:27:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-09-07 16:46:06 (GMT)
commit16f6b0d1aa598d665ada827cf89bda2112853680 (patch)
treebd170f58eda6f6bba757b117ecc99662a70796e9 /Documentation/git-push.txt
parent00c80534f63bc27e11e2f17a8623af142ac122c0 (diff)
downloadgit-16f6b0d1aa598d665ada827cf89bda2112853680.zip
git-16f6b0d1aa598d665ada827cf89bda2112853680.tar.gz
git-16f6b0d1aa598d665ada827cf89bda2112853680.tar.bz2
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-push.txt')
-rw-r--r--Documentation/git-push.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 2f25aa3..def7657 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -692,6 +692,13 @@ a `git gc` command on the origin repository.
include::transfer-data-leaks.txt[]
+CONFIGURATION
+-------------
+
+include::includes/cmd-config-section-all.txt[]
+
+include::config/push.txt[]
+
GIT
---
Part of the linkgit:git[1] suite