Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-25 00:36:27 +0300
committerJunio C Hamano <gitster@pobox.com>2021-03-25 00:36:27 +0300
commitc6617d1e4f462405e6e237a21026c1cf3b557ec0 (patch)
treefaa84a38ceef6a6fbc8fa711ca872c369e827109 /Documentation
parent142430338477d9d1bb25be66267225fb58498d92 (diff)
parent4c8e3dca6eab37c8149160d54a845439d33ce391 (diff)
Merge branch 'tb/push-simple-uses-branch-merge-config'
Doc update. * tb/push-simple-uses-branch-merge-config: Documentation/git-push.txt: correct configuration typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index ab103c82cf..a953c7c387 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -600,7 +600,7 @@ EXAMPLES
`git push origin`::
Without additional configuration, pushes the current branch to
- the configured upstream (`remote.origin.merge` configuration
+ the configured upstream (`branch.<name>.merge` configuration
variable) if it has the same name as the current branch, and
errors out without pushing otherwise.
+