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"). Hth, Dscho - 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