Skip to content

Commit 9420ded

Browse files
ttaylorrdscho
andcommitted
lookup-commit.sh: add Taylor to the list of interim maintainers
Co-authored-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Taylor Blau <me@ttaylorr.com>
1 parent 8f52381 commit 9420ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/lookup-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ test notes != "$mode" || {
239239

240240
# gitk,git-gui patches are often taken via Pull Requests, let's look only at patches from known git.git (interim) maintainers
241241
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
242+
"Linus Torvalds"|"Junio C Hamano"|"Shawn O. Pearce"|"Jeff King"|"Jonathan Nieder"|"Taylor Blau") ;; # these should be mostly on the mailing list
243243
*) continue;; # these are not expected to have been discussed on the mailing list
244244
esac
245245

0 commit comments

Comments
 (0)