author | Tim Henigan <tim.henigan@gmail.com> | |
Wed, 14 Mar 2012 16:38:03 +0000 (12:38 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 Mar 2012 22:20:21 +0000 (15:20 -0700) | ||
commit | c5770f79068fb1317c1fd19da7e7bfcc075132f3 | |
tree | a2f6fcd8641ce61a32a4531141777a53996ffb1d | tree | snapshot |
parent | a22a9477fcd64a58fafc75d12320cda2c3ce9dbb | commit | 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>
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 | diff | blob | history |