Merge branch 'ab/push-default-doc-fix' into maint
[gitweb.git] / Documentation / config.txt
index 038a32d01b709cdf2c3f7a30893c53743271da02..953cf69117101988111e09a641c643ff251dd808 100644 (file)
@@ -2438,6 +2438,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.