config doc: rewrite push.default section
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 19 Jun 2013 11:11:40 +0000 (16:41 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2013 03:50:34 +0000 (20:50 -0700)
4d35924e (Merge branch 'rr/triangle', 2013-04-07) introduced support
for triangular workflows, but the push.default values still assume
central workflows.

Rewrite the descriptions of `nothing`, `current`, `upstream` and
`matching` for greater clarity, and explicitly explain how they
should behave in triangular workflows.

Leave `simple` as it is for the moment, as we plan to change its
meaning to accommodate triangular workflows in a later patch.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found