On Wed, Aug 11, 2010 at 3:57 PM, Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: >> Actually cut-and-paste is often a major source of whitespace breakage >> (including tabs silently being expanded), and I personally think a patch >> like this to encourage the practice is going in a wrong direction. > > I disagree and think git-am should be smarter. Any human looking at > something like a GMail mail.txt download will clearly see that it's a > patch, but git-am is pedantic and doesn't skip past whitespace at the > beginning of the file. The point of git-am being pedantic is to prevent the original patch from being applied w/silent corruption (e.g., tabs-to-spaces). Perhaps, before making git-am less strict, we should modify format-patch to include a sha1 of the diff output so that corruption can be reliably detected by git-am. Just a thought. j. -- 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