]> git.99rst.org Git - git.git/commit
ref-filter: drop unused parameters from email_atom_option_parser()
authorJeff King <redacted>
Sat, 17 Aug 2024 07:29:45 +0000 (03:29 -0400)
committerJunio C Hamano <redacted>
Sat, 17 Aug 2024 16:44:41 +0000 (09:44 -0700)
commit4d7de2cf6e4dd453b0aa1760703728b2fdb75b45
tree87c029ba10cef7222c56f4bf20ec4c2df5884f6d
parent47564945046f8cda634ee72c5b3838c1b0aa4582
ref-filter: drop unused parameters from email_atom_option_parser()

This code was extracted from person_email_atom_parser() in a3d2e83a17
(ref-filter: add mailmap support, 2023-09-25), but the part that was
extracted doesn't care about the atom struct or the error strbuf.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
ref-filter.c
git clone https://git.99rst.org/PROJECT