Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
19
third-party/vendor/wasm-bindgen/releases/friends.sh
vendored
Executable file
19
third-party/vendor/wasm-bindgen/releases/friends.sh
vendored
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
if [[ -z "${1+x}" ]]; then
|
||||
read -p "List friends since which commit/tag? " since
|
||||
echo
|
||||
else
|
||||
since=$1
|
||||
fi
|
||||
|
||||
git shortlog -s -n "$since.." \
|
||||
| cut -f 2- \
|
||||
| sort -u \
|
||||
| grep -v bors\-servo \
|
||||
| xargs -d '\n' -I{} echo "- {}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue