On Sat, Aug 10, 2013 at 1:50 AM, Junio C Hamano <gits...@pobox.com> wrote: > Felipe Contreras <felipe.contre...@gmail.com> writes: > >> If I clone ~/git, and then change my username, and move my home >> directory, doing a 'git fetch' in ~/git wouldn't work anymore, because >> we have expanded the path and fixed it to my old home, if instead we >> simply return without fixing, it would still work just fine. > > Antoine's patch runs expanduser() only to see if the given one gets > modified to absolute path, and makes fix_path() return without > calling the extra 'git config', so it is my understanding that the > above describes exactly what the patch does. Am I reading the patch > incorrectly?
Antoine's *second* patch, which I missed, does that, yeah. That should work fine. -- Felipe Contreras -- 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