mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 03:14:53 +08:00
CHG: Not sure why we fetch all from git in the mkversion script. It just takes time.. Someone who knows better can explain it to me and I'll revert it back.
This commit is contained in:
parent
c9294076e3
commit
507fd2d43a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue