Merge branch 'yk/git-tag-remove-mention-of-old-layout-in-doc'

Shorten description of auto-following in "git tag" by removing a
mention of historical remotes layout which is not relevant to the
main topic.

* yk/git-tag-remove-mention-of-old-layout-in-doc:
  doc: remove reference to the traditional layout in git-tag.txt
maint
Junio C Hamano 2016-10-26 13:14:52 -07:00
commit 24cfb6ff58
1 changed files with 2 additions and 3 deletions

View File

@ -253,9 +253,8 @@ On Automatic following
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~


If you are following somebody else's tree, you are most likely If you are following somebody else's tree, you are most likely
using remote-tracking branches (`refs/heads/origin` in traditional using remote-tracking branches (eg. `refs/remotes/origin/master`).
layout, or `refs/remotes/origin/master` in the separate-remote You usually want the tags from the other end.
layout). You usually want the tags from the other end.


On the other hand, if you are fetching because you would want a On the other hand, if you are fetching because you would want a
one-shot merge from somebody else, you typically do not want to one-shot merge from somebody else, you typically do not want to