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>2017-03-22 01:07:19 +0300
committerJunio C Hamano <gitster@pobox.com>2017-03-22 01:07:19 +0300
commitb7b57b143417f8b89e17aeb501b7c54c13508959 (patch)
treefc43ffbff451b25856c48a637d87a0ed107b0bb0
parent9f43095e4638ec070b361762a43001563177394f (diff)
parente4e016f65da6c7cc94709bec079d61f4bed7b196 (diff)
Merge branch 'ab/push-default-doc-fix'
Doc fix. * ab/push-default-doc-fix: push: mention "push.default=tracking" in the documentation
-rw-r--r--Documentation/config.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index cf281f64f1..0d8df5a9f9 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2521,6 +2521,8 @@ push.default::
pushing to the same repository you would normally pull from
(i.e. central workflow).
+* `tracking` - This is a deprecated synonym for `upstream`.
+
* `simple` - in centralized workflow, work like `upstream` with an
added safety to refuse to push if the upstream branch's name is
different from the local one.