[PATCH] Splits long lines in manual

Tim Wootton tim at tee-jay.demon.co.uk
Thu Dec 19 07:44:09 UTC 2013


Actually that diff color is really neat, and now I've used it: I broke
way more lines than that. The spaces that are left are the lines that my
awk script accidentally broke in the right place and I thought I didn't
need to visit on my by-hand edit.

 I'll send you a patch shortly to take out the additional spaces.

cheers,

Tim

On 19/12/13 15:27, Dirk Hohndel wrote:
> On Thu, 2013-12-19 at 09:36 +0000, Tim Wootton wrote:
>> This allows patches to be read more easily
>> This prevents the "lines longer than 998" error in git send-email
>> Breaks lines at somewhere near 80 chars where possible
> I applied this (even though it might have been easier to do it myself).
> And of course I noticed that in each and every case where you broke a
> line you left trailing whitespace behind.
>
> Granted, this isn't a big deal in a text input file, but still...
>
> Recommendation for everyone:
>
> git config --global diff.color auto
>
> then if you do a git show on your commit, the trailing whitespace (and a
> few other whitespace issues) will be blaringly obvious :-)
>
> /D
>
>



More information about the subsurface mailing list