"Marco Costalba" <mcostalba@xxxxxxxxx> writes: > Currently 'git-apply' identify as stealth space a line starting with > spaces followed by a tab. > > This patch updates the algorithm to find spaces + tab also in the > middle of a line and not only at the beginning. > > As example lines like > > "#define MY_VALUE \t 1" > > are now identified and cleaned up if option '--whitespace=strip' is > used. I specifically did not want to do the above, as it would also munge something like this: const char string[] = "abc <HT> de"; - 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