doc: mention tracking for pull.default
commitfa23348e95a3a98ca42a4b74e8f17fb52b95ded8
authorJunio C Hamano <gitster@pobox.com>
Thu, 31 Jan 2013 20:50:38 +0000 (31 12:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2013 01:00:56 +0000 (31 17:00 -0800)
treec64e8bb035d96f2170555de53c3870aea640e49d
parent7e2010537e96d0a1144520222f20ba1dc3d61441
doc: mention tracking for pull.default

When looking at a configuration file edited long time ago, a user
may find 'pull.default = tracking' and wonder what it means, but
earlier we stopped mentioning this value, even though the code still
support it and more importantly, we have no intention to force old
timers to update their configuration files.

Instead of not mentioning it, add it to the description in a way
that makes it clear that users have no reason to add new uses of it
preferring over 'upstream', by not listing it as a separate item on
the same footing as other values but as a deprecated synonym of the
'upstream' in its description.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt