Re: [PATCH] doc: remove reference to the traditional layout in git-tag.txt

2016-10-20 Thread Junio C Hamano
Younes Khoudli writes: > This is the only place in the documentation that the traditional layout > is mentioned, and it is confusing. Remove it. Yeah, the information is not incorrect per-se, but certainly is out of place and immaterial to what this part of the documentation tries to teach. Wil

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

2016-10-20 Thread Younes Khoudli
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 --- Documentation/git-tag.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documenta