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>

Younes Khoudli committed Oct 20, 2016 at 15:21 UTC 749a2279a4e29b91a6e91a25340ad30373189313
1 file changed +2 -3
Documentation/git-tag.txt
+2 -3
@@ -253,9 +253,8 @@ On Automatic following
253 ~~~~~~~~~~~~~~~~~~~~~~
254
255 If you are following somebody else's tree, you are most likely
256 -using remote-tracking branches (`refs/heads/origin` in traditional
257 -layout, or `refs/remotes/origin/master` in the separate-remote
258 -layout). You usually want the tags from the other end.
256 +using remote-tracking branches (eg. `refs/remotes/origin/master`).
257 +You usually want the tags from the other end.
258
259 On the other hand, if you are fetching because you would want a
260 one-shot merge from somebody else, you typically do not want to