Re: [PATCH v3 5/5] git-checkout.txt: better docs for '--patch'
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:51:10
Valentin Haenel [off-list ref] writes:
* Include '-p' in synopsis and options * Include a link to the git-add manpage for a description of the patch-mode. Signed-off-by: Valentin Haenel <redacted> Helped-by: Jeff King [off-list ref] Mentored-by: Junio C Hamano [off-list ref] ---
The order of the sign-off chain is not right (I've fixed them up so this
is not a reason for resending). After getting somebody's help, the final
version was made by you, so listing them this way
Helped-by: Jeff King [off-list ref]
Mentored-by: Junio C Hamano [off-list ref]
Signed-off-by: Valentin Haenel [off-list ref]
would reflect the order of events better.
FYI, this patch has become like this:
Author: Valentin Haenel [off-list ref]
Date: Thu May 5 20:48:48 2011 +0200
git-checkout.txt: better docs for '--patch'
Describe '-p' as a short form of '--patch' in synopsis and options. Also
refer the reader to the patch mode description of git-add documentation.
Helped-by: Jeff King [off-list ref]
Mentored-by: Junio C Hamano [off-list ref]
Signed-off-by: Valentin Haenel [off-list ref]
Signed-off-by: Junio C Hamano [off-list ref]
Will queue 1, 2, 4, and 5 with similar fix-ups.
Thanks.