Michael Witten <mfwitten@xxxxxxxxx> writes: > All lines should be < 80 characters. > > Signed-off-by: Michael Witten <mfwitten@xxxxxxxxx> > --- > git-send-email.perl | 16 +++++++++++----- > 1 files changed, 11 insertions(+), 5 deletions(-) > > diff --git a/git-send-email.perl b/git-send-email.perl > index 481bf36..c3e3598 100755 > --- a/git-send-email.perl > +++ b/git-send-email.perl > @@ -42,6 +42,9 @@ package main; > > > sub usage { > + > + # All printed lines should be less than 80 characters. > + Perhaps a good idea. It would have been nicer if this were early in the series. -- 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