Make a section for commits to projects with lots of visibility

This commit is contained in:
Nick Chambers 2022-11-23 17:20:33 -06:00
parent 30ed2fef3b
commit 03fd8ea349
1 changed files with 7 additions and 3 deletions

View File

@ -30,12 +30,16 @@ than a commit where you can count the number of characters changed on one hand.
While these contributions don't fit the letter of the law, they do fit the While these contributions don't fit the letter of the law, they do fit the
spirit. spirit.
- [sed.git - doc: fix missing slash in example](https://git.savannah.gnu.org/cgit/sed.git/commit/?id=9f99a4f51)
- [highlightjs/highlight.js - Fix arithmetic detection in Bash highlighter #3622](https://github.com/highlightjs/highlight.js/pull/3622) - [highlightjs/highlight.js - Fix arithmetic detection in Bash highlighter #3622](https://github.com/highlightjs/highlight.js/pull/3622)
### Commits ### Single-Character Commits
- [progdisc/resources - Fix haskell anchor #70](https://github.com/progdisc/resources/pull/70)
- [github/super-linter - Turn the pipe operator into the proper or operator #217](https://github.com/github/super-linter/pull/217) - [github/super-linter - Turn the pipe operator into the proper or operator #217](https://github.com/github/super-linter/pull/217)
- [progdisc/resources - Fix haskell anchor #70](https://github.com/progdisc/resources/pull/70)
- [wp-cli/core-command - Remove command substitution from is-installed #145](https://github.com/wp-cli/core-command/pull/145) - [wp-cli/core-command - Remove command substitution from is-installed #145](https://github.com/wp-cli/core-command/pull/145)
- [vultr/vultr-cli - Remove extraneous dash from example command-line #279](https://github.com/vultr/vultr-cli/pull/279) - [vultr/vultr-cli - Remove extraneous dash from example command-line #279](https://github.com/vultr/vultr-cli/pull/279)
### Hall of Fame
- [sed.git - doc: fix missing slash in example](https://git.savannah.gnu.org/cgit/sed.git/commit/?id=9f99a4f51)
- [openssl.git - Fix CVE-2022-3602 in punycode decoder](https://git.openssl.org/?p=openssl.git;a=commitdiff;h=3b421ebc64c7b52f1b9feb3812bdc7781c784332)