diff --git a/tools/mkversion.pl b/tools/mkversion.pl index 2a47903ca..795b50a47 100644 --- a/tools/mkversion.pl +++ b/tools/mkversion.pl @@ -12,7 +12,7 @@ $ENV{'LC_ALL'} = "C"; $ENV{'LANG'} = "C"; -my $githistory = `git fetch --all`; +#my $githistory = `git fetch --all`; my $gitversion = `git describe --dirty`; my $gitbranch = `git rev-parse --abbrev-ref HEAD`; my $clean = $gitversion =~ '-dirty' ? 0 : 1;