Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/push-default-doc-fix'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Mar 2017 22:07:19 +0000
(15:07 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Mar 2017 22:07:19 +0000
(15:07 -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:
9f43095
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index cf281f64f1f2d5910b605bae95e881b8db29a8ac..0d8df5a9f95b9550d34d000027f2974ff93f4de6 100644
(file)
--- 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.