On Thu, Dec 15, 2011 at 6:38 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Erik Faye-Lund <kusmabite@xxxxxxxxx> writes: > >> +extern int xsetenv(const char *name, const char *val, int override); >> +extern int xputenv(const char *string); > > Actually, putenv(3) takes "char *string". Ah, thanks for spotting. > I adjusted 3 & 4 locally before queuing, so there is no need for resend, > and judging from the later part of the discussion, it seems that it may be > better to use only the first two patches from this series after all. Yeah, I agree; patch 1 and 2 are the only ones that makes sense. -- 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