commit | 6ff0b1c56c451445f7dc45b652a4dc60213eac19 | [log] [tgz] |
---|---|---|
author | Alex Riesen <raa.lkml@gmail.com> | Thu Jan 05 12:52:07 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Thu Jan 05 17:24:51 2006 -0800 |
tree | 837ecb10dadf8f3202bbfab4682ec3d952ecdc89 | |
parent | 2ccd2027b012f481018b9a95929fa8df6ce1d33f [diff] |
use GIT_DIR instead of /var/tmp Not every system (will not one microsoft windows system) have /var/tmp, whereas using GIT_DIR for random temporary files is more or less established. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>