Thomas Badie <thomas.badie@xxxxxxxxx> writes: > 2012/6/25 Junio C Hamano <gitster@xxxxxxxxx>: >> "Thomas \"Enki\" Badie" <thomas.badie@xxxxxxxxx> writes: >> >>> The patch 8f0bef6 refactors this script and leaves the `$fh' variable >>> unused in `diff_applies' and `patch_update_file'. >>> >>> Signed-off-by: Thomas Badie <badie@xxxxxxxxxxxxx> >>> --- >>> Hello, >>> This is my first patch. It introduces a really minor change, and I >>> also want to be sure the way I submit it is the right way. Thanks :) >> >> The patch submission is almost perfect, except that: >> >> (1) the patch seems to be whitespace damaged; and >> > > The only damage I see is a space on the deleted lines which doesn't > exist in the patch. Is that you're talking about ? > I need to investigate why it appears... A typical context line would begin with SP and typically then tab (because our code is indented with leading tabs) but your context lines all have two SPs in front and indented with more SPs. This is a symptom of your MUA mangling your patch, and the reason can be seen in the "Content-Type: text/plain; charset=ISO-8859-1; format=flowed" header. -- 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