Johannes Schindelin wrote: > Hi, > > On Fri, 6 Jul 2007, Brandon Casey wrote: > >> Uwe Kleine-K?nig wrote: >>> Hello Brandon, >>> >>> Brandon Casey wrote: >>>> struct passwd *pw = NULL; >>>> + char *email; >>> Indention error. Otherwise it looks good (just from reading the patch). >> huh. It doesn't look like that in my mail reader. >> I have >> struct passwd... >> + char *email; >> >> and the patch applied cleanly when I saved the email and applied it >> using git-am >> >> cat git_email.patch | git-am > > Yes, it applies cleanly. But it has 8 spaces before "char *email", not a > tab (otherwise it would be lined up with "struct passwd"). Ahh. I have expandtab set in .vimrc This wouldn't happen to be part of the war on white space? converting spaces to tabs where applicable? Is the recommended tab stop 8 characters as it is for linux? or 4? -brandon - 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