Comment #6 on issue 1044 by pnorcks: strip-whitespace in lily-git
http://code.google.com/p/lilypond/issues/detail?id=1044
This commit definitely has 3 trailing spaces on the first line of the patch.
However, after running the "git rebase --whitespace=fix HEAD^" command, the
3
trailing spaces are removed from the patch. This is with Git 1.7.0.3.
This is the command sequence I used to verify:
$ git am 0001-BAD-COMMIT-added-whitespace.patch
$ git rebase --whitespace=fix HEAD^
$ git format-patch -o ~ origin
$ vim ~/0001-BAD-COMMIT-added-whitespace.patch
Graham: maybe it's a bug in your version of Git?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond