On Sun, Apr 24, 2016 at 9:33 AM, Christian Couder <christian.cou...@gmail.com> wrote: > Signed-off-by: Christian Couder <chrisc...@tuxfamily.org> > --- > diff --git a/apply.c b/apply.c > @@ -0,0 +1,80 @@ > +#include "cache.h" > +#include "apply.h" > + > + > +
Too many blank lines? > +static void git_apply_config(void) > +{ > + git_config_get_string_const("apply.whitespace", > &apply_default_whitespace); > + git_config_get_string_const("apply.ignorewhitespace", > &apply_default_ignorewhitespace); > + git_config(git_default_config, NULL); > +} -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html