Jonathan del Strother <maillist@xxxxxxxxxxxxxx> writes: >>> + strbuf_addf(&buf, "GIT_INDEX_FILE="); >> >> This should be: >> >> strbuf_addf(&buf, "GIT_INDEX_FILE"); > > Sorry, I'm not sure I follow your amendment - it looks exactly like > the patch you originally supplied? Lack of the last "=" tells: "Instead of exporting GIT_INDEX_FILE with an empty string as its value, unexport it." -- 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