Junio C Hamano [off-list ref] writes:
Greg Brockman [off-list ref] writes:
...
quoted
I had a submitted a revised patch that just uses HOME, see
http://thread.gmane.org/gmane.comp.version-control.git/152050/focus=152135.
I guess that didn't make it in yet.
No, it didn't; because you said
Err, actually it would probably be a good idea to
s/char *home = getenv("HOME");/const char *home = getenv("HOME");/
Greg
hinting me not to pick it up.
Ok, I'll replace 1/3 with
http://thread.gmane.org/gmane.comp.version-control.git/152050/focus=152133
and hand-tweak the constness.
Thanks.