Code

contrib/diffall: create tmp dirs without mktemp
authorTim Henigan <tim.henigan@gmail.com>
Wed, 14 Mar 2012 16:38:03 +0000 (12:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2012 22:20:21 +0000 (15:20 -0700)
commitc5770f79068fb1317c1fd19da7e7bfcc075132f3
treea2f6fcd8641ce61a32a4531141777a53996ffb1d
parenta22a9477fcd64a58fafc75d12320cda2c3ce9dbb
contrib/diffall: create tmp dirs without mktemp

mktemp is not available on all platforms.  Instead of littering the code
with a work-around, this commit replaces mktemp with a one-line Perl
script.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/diffall/git-diffall