Skip to content

Commit 749a227

Browse files
Khoyogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit 749a227

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/git-tag.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,8 @@ On Automatic following
253253
~~~~~~~~~~~~~~~~~~~~~~
254254

255255
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.
259258

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

0 commit comments

Comments
 (0)