mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:27:17 +03:00
parent
67890d6951
commit
7378f9cc32
3 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ $ncommitters = $acommitters - $bcommitters;
|
|||
|
||||
# number of contributors right now
|
||||
$acontribs = `./scripts/contrithanks.sh | grep -c '^[^ ]'`;
|
||||
# number when the tag tag was set
|
||||
# number when the tag was set
|
||||
$bcontribs = `git show $start:docs/THANKS | grep -c '^[^ ]'`;
|
||||
# delta
|
||||
$contribs = $acontribs - $bcontribs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue