doc: refer to tracking configuration as "upstream"
commit167d7445433bb6dfac6b844b99ae455129326141
authorJeff King <peff@peff.net>
Mon, 13 Apr 2009 11:11:56 +0000 (13 07:11 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Apr 2009 16:02:18 +0000 (13 09:02 -0700)
tree463da3bb726f40057de40f455d07d6ac7c09a463
parent70e966477aacf46d4d6cb8c01f8bd9a9ceb5e80f
doc: refer to tracking configuration as "upstream"

The term "tracking" often creates confusion between remote
tracking branches and local branches which track a remote
branch. The term "upstream" captures more clearly the idea
of "branch A is based on branch B in some way", so it makes
sense to mention it.

At the same time, upstream branches are used for more
than just git-pull these days; let's mention that here.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt
Documentation/git-checkout.txt