Re: [PATCH] config doc: add missing list separator for checkout.optimizeNewBranch
From: Taylor Blau <hidden>
Date: 2018-09-18 17:20:15
On Tue, Sep 18, 2018 at 01:16:43PM -0400, Jeff King wrote:
On Tue, Sep 18, 2018 at 12:57:07PM -0400, Taylor Blau wrote:quoted
Hi Ævar, On Tue, Sep 18, 2018 at 05:34:49AM +0000, Ævar Arnfjörð Bjarmason wrote:quoted
The documentation added in fa655d8411 ("checkout: optimize "git checkout -b <new_branch>"", 2018-08-16) didn't add the double-colon needed for the labeled list separator, as a result the added documentation all got squashed into one paragraph. Fix that by adding the list separator.Looks good. Here's my: Signed-off-by: Taylor Blau [off-list ref]I'm confused here. The signoff is really about agreeing publicly to the DCO, and providing a chain of custody for the changes. So sometimes a signoff from somebody besides the patch author is good if they contributed content to the patch, but I don't see that here (or in any nearby thread). Did you mean "Reviewed-by:" ?
Indeed, I meant "Reviewed-by" instead of "Signed-off-by". I grok the difference between the two, but without thinking about it I typed one instead of the other. Instead, here's my Reviewed-by: Reviewed-by: Taylor Blau [off-list ref] Thanks, Taylor