Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/push-default-doc-fix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Fri, 24 Mar 2017 19:57:54 +0000
(12:57 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 24 Mar 2017 19:57:54 +0000
(12:57 -0700)
Doc fix.
* ab/push-default-doc-fix:
push: mention "push.default=tracking" in the documentation
Documentation/config.txt
patch
|
blob
|
history
raw
(from parent 1:
7bd881f
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 038a32d01b709cdf2c3f7a30893c53743271da02..953cf69117101988111e09a641c643ff251dd808 100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-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.