teams: Allow a patch-file argument to cc-members.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 27 Dec 2022 14:57:56 +0000 (09:57 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 28 Dec 2022 20:21:11 +0000 (15:21 -0500)
commita6b98cdc07dff83413a3f32687e4671517991721
tree807f4eb05c55aba0289df80913adf8599fd421f0
parent4f5ea195ffd2cb97b80a706c231d998304cecafc
teams: Allow a patch-file argument to cc-members.

* etc/teams.scm.in (git-patch->revisions): New procedure.
(main) [cc-members]: New match pattern to support patch file argument.
[get-maintainer]: Simplify using the newly introduced procedure from above.
(main): Update usage doc.

Series-changes: 2
- New: support passing a patch file to the cc-members command
etc/teams.scm.in