lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vanity counter: update Github name search

+1 -1
+1 -1
maintainers/scripts/vanity.sh
··· 28 28 )" 29 29 userid="$( 30 30 curl https://github.com/NixOS/nixpkgs/commit/"$commitid" 2>/dev/null | 31 - grep authored -B10 | grep 'href="/' | 31 + grep committed -B10 | grep 'href="/' | 32 32 sed -re 's@.* href="/@@; s@".*@@' | 33 33 grep -v "/commit/" 34 34 )";