mirror of
https://github.com/curl/curl.git
synced 2026-07-28 01:53:05 +03:00
delta: get contributors without changing THANKS
Give contrithanks.sh the option to send the list of names to stdout so that delta can use it appropriately for counting. Closes #16449
This commit is contained in:
parent
dfdd380844
commit
db2fd7c3de
2 changed files with 19 additions and 7 deletions
|
|
@ -52,7 +52,7 @@ $acommitters = `git shortlog -s | wc -l`;
|
|||
$ncommitters = $acommitters - $bcommitters;
|
||||
|
||||
# number of contributors right now
|
||||
$acontribs = `./scripts/contrithanks.sh | grep -c '^[^ ]'`;
|
||||
$acontribs = `./scripts/contrithanks.sh stdout | wc -l`;
|
||||
# number when the tag was set
|
||||
$bcontribs = `git show $start:docs/THANKS | grep -c '^[^ ]'`;
|
||||
# delta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue