[PATCH] git_mkstemp() fix
authorHolger Eitzenberger <holger@my-eitzenberger.de>
Mon, 8 Aug 2005 20:33:08 +0000 (22:33 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 9 Aug 2005 05:51:44 +0000 (22:51 -0700)
commit35c3c6298308563a3dd4a5c4bb0870748833643f
treee5672b98ff21287058c5809c87420a272a4da714
parentaffa40d2f8c5e72af5896cf395ef77d4162908cd
[PATCH] git_mkstemp() fix

git_mkstemp() attempted to use TMPDIR environment variable, but it botched
copying the templates.

[jc: Holger, please add your own Signed-off-by line, and also if you can,
send in future patches as non attachments.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
path.c