Graham Percival wrote Sunday, December 20, 2009 9:01 PM


There's some git command that removes whitespaces at the end of
lines.

Yes, it's git rebase.  That has a --whitespace=fix option.
So if your mods are in branch mymods, say, just enter

git rebase --whitespace=fix master mymods

You'll normally want to rebase before you create a patch
anyway, so this is a handy way of removing whitespace.

Trevor




_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to