Wykres commitów

2 Commity (3c85ce429989d8cc2b646ccf7c688205afa18d2e)

Autor SHA1 Wiadomość Data
Eric Nemchik 0b522751b6
Fix exclusion regex
`ci` was preventing `audacity` from being included.

Old logic:
`docker-` followed by any characters, but look for pattern X to exclude, so `docker-someXthing` would be excluded.

New logic:
`docker-` followed immediately by pattern X and then a `.` should be excluded, anything else should be included
2022-12-07 11:43:52 -06:00
Eric Nemchik 22d20434d7 Use awesome-pages nav 2022-11-29 01:30:49 +00:00