doc: remove reference to the traditional layout in git-tag.txt

This is the only place in the documentation that the traditional layout
is mentioned, and it is confusing. Remove it.

* Documentation/git-tag.txt: Here.

Signed-off-by: Younes Khoudli <younes.khoudli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Younes Khoudli 2016-10-20 15:21:44 +02:00 committed by Junio C Hamano
parent 0b65a8dbdb
commit 749a2279a4
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