From: Luben Tuikov Date: Mon, 10 Jul 2006 03:07:27 +0000 (-0700) Subject: gitweb.cgi: Create $git_temp if it doesn't exist X-Git-Tag: v1.4.2-rc1~51 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9af25117963382b5f4c342bc9dbae7b4e60c4a11?ds=inline;hp=9af25117963382b5f4c342bc9dbae7b4e60c4a11 gitweb.cgi: Create $git_temp if it doesn't exist Unless we'd done diffs, $git_temp doesn't exist and then mime lookups fail. Explicitly create it, if it doesn't exist already. Signed-off-by: Luben Tuikov Signed-off-by: Junio C Hamano ---