summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-03-21 15:07:19 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-03-21 15:07:19 -0700
commitb7b57b143417f8b89e17aeb501b7c54c13508959 (patch)
treefc43ffbff451b25856c48a637d87a0ed107b0bb0
parentMerge branch 'ab/doc-no-option-notation-fix' (diff)
parentpush: mention "push.default=tracking" in the documentation (diff)
downloadtgif-b7b57b143417f8b89e17aeb501b7c54c13508959.tar.xz
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.