[ot][spam][person] snippets

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Wed Apr 6 04:00:50 PDT 2022


add remotes for and fetch forks of a github repository, 2022-04:

export ORIGIN_USER=github-user ORIGIN_REPO=github-repo
curl -v https://github.com/"$ORIGIN_USER"/"$ORIGIN_REPO"/network/members
| sed -ne 's!.*class="" href="/\([^/]\{1,\}\)/\([^/]\{1,\}\)">.*!\1
\2!p' | while read forkuser forkrepo; do git remote add "$forkuser"
https://github.com/"$forkuser"/"$forkrepo"; git fetch "$forkuser";
done

can then likely review all history in parallel with git log --all


More information about the cypherpunks mailing list