Re: What's cooking in git.git (May 2011, #13; Mon, 30)
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:51:21
Am 5/30/2011 14:08, schrieb Ævar Arnfjörð Bjarmason:
On Mon, May 30, 2011 at 10:16, Junio C Hamano [off-list ref] wrote:quoted
* ab/i18n-scripts (2011-05-21) 48 commits (merged to 'next' on 2011-05-23 at 69164a3) [...] Rerolled. Will cook a bit longer.This being ready for master is waiting on Johannes Sixt's patches to supply a fallback getenv() on Win32. Johannes, what's the status of that, and is there anything I can do to help with that?
I've started with something I thought would be trivial, but I early tripped over a pitfall where getenv is asked to look for "PATH", and it is expected to find "Path" when we only have the latter in the environment. Sigh. I think that's solvable. Another worry is that the home-grown getenv is not thread-safe. I think it does not matter today, but who knows... Anyway, I've at most an hour of quality git time during the week, so it will take some time... -- Hannes