We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f52381 commit 9420dedCopy full SHA for 9420ded
script/lookup-commit.sh
@@ -239,7 +239,7 @@ test notes != "$mode" || {
239
240
# gitk,git-gui patches are often taken via Pull Requests, let's look only at patches from known git.git (interim) maintainers
241
case "$(git -C "$GITGIT_DIR" show -s --format=%cn "$commit")" in
242
- "Linus Torvalds"|"Junio C Hamano"|"Shawn O. Pearce"|"Jeff King"|"Jonathan Nieder") ;; # these should be mostly on the mailing list
+ "Linus Torvalds"|"Junio C Hamano"|"Shawn O. Pearce"|"Jeff King"|"Jonathan Nieder"|"Taylor Blau") ;; # these should be mostly on the mailing list
243
*) continue;; # these are not expected to have been discussed on the mailing list
244
esac
245
0 commit comments