fetch doc: update introductory part for clarity
commit532845604de9b3fe7c651fe2546f20043b8cd7c1
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 May 2014 19:36:47 +0000 (29 12:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2014 18:04:37 +0000 (30 11:04 -0700)
tree765b147dbe98cee05e41ce717e165af8d9dd2938
parente156455ea49124c140a67623f22a393db62d5d98
fetch doc: update introductory part for clarity

 - "Branches" is a more common way to say "heads" in these days.

 - Remote-tracking branches are used a lot more these days and it is
   worth mentioning that it is one of the primary side effects of
   the command to update them.

 - Avoid "X. That means Y."  If Y is easier to understand to
   readers, just say that upfront.

 - Use of explicit refspec to fetch tags does not have much to do
   with turning "auto following" on or off.  It is a way to fetch
   tags that otherwise would not be fetched by auto-following.

Helped-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fetch.txt