commit | c5770f79068fb1317c1fd19da7e7bfcc075132f3 | [log] [tgz] |
---|---|---|
author | Tim Henigan <tim.henigan@gmail.com> | Wed Mar 14 12:38:03 2012 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Mar 14 15:20:21 2012 -0700 |
tree | a2f6fcd8641ce61a32a4531141777a53996ffb1d | |
parent | a22a9477fcd64a58fafc75d12320cda2c3ce9dbb [diff] |
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>