On Thu, Aug 13, 2015 at 11:56 PM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > On Sun, Aug 9, 2015 at 10:11 AM, Karthik Nayak <karthik.188@xxxxxxxxx> wrote: >> Implement an `align` atom which left-, middle-, or right-aligns the >> content between %(align:..) and %(end). >> >> Signed-off-by: Karthik Nayak <karthik.188@xxxxxxxxx> >> --- >> diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt >> index e49d578..d949812 100644 >> --- a/Documentation/git-for-each-ref.txt >> +++ b/Documentation/git-for-each-ref.txt >> @@ -127,6 +127,15 @@ color:: >> Change output color. Followed by `:<colorname>`, where names >> are described in `color.branch.*`. >> >> +align:: >> + Implement an `align` atom which left-, middle-, or >> + right-aligns the content between %(align:..) and > > This documentation seems to be copied a bit too literally from the > commit message. Saying "Implement an `align` atom" makes sense for the > commit message, but not for the documentation of the 'align' atom. > Instead, > > Left-, middle-, or right-align the content between > %(align:...) and %(end). > > would sound better. > Okay! Will do thanks! -- Regards, Karthik Nayak -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html