Skip to content

Commit 24cfb6f

Browse files
committed
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
2 parents 46d58a0 + 749a227 commit 24cfb6f

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)