Re: [PATCH] Documentation: Move "git diff "

2013-06-18 Thread Junio C Hamano
Thanks, makes sense. Will queue. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Documentation: Move "git diff "

2013-06-18 Thread Kevin Bracey
The section describing "git diff " had been placed in a position that disrupted the statement "This is synonymous to the previous form". Reorder to place this form after all the -using forms, and the note applying to them. Also mention this form in the initial description paragraph. Signed-off-b