pub/scm/infra/patchwork/procmail.git  about / heads / tags
Patchwork mail pre-processing rules
$ git log --pretty=format:'%h %s (%cs)%d'
47f722e Add rules to force alsa-devel as linux-sound (2023-10-19)
	(HEAD -> master)
534b832 Add drivers/ptp to netdev user delegation (2021-12-15)
85c6093 Add delegation for drivers/nfc per BZ#211769 (2021-02-15)
a0afc92 Fix paths for the new installation (2020-12-03)
280ae26 Wait for parsemail to finish (2020-11-17)
315689b Use -c to unfold header lines (2020-11-17)
6ee6f9f Log message-id of each message as well (2020-11-17)
f0761b5 Fix missing quote (2020-11-17)
9b32077 Log list-id as well (2020-11-17)
d48b605 Tweak log output (2020-11-17)
...

$ git cat-file blob HEAD:README
This is a collection of procmail filters applied
to incoming mail before it is fed to patchwork.kernel.org
parsemail routines.

common.rc   : variable definitions
default.rc  : for projects without specific filtering rules
projname.rc : applied by specific projects

You may submit patches to admin@kernel.org.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Add rules to force alsa-devel as linux-sound (2023-10-19)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 dpdk-dev

git clone https://80x24.org/lore/pub/scm/infra/patchwork/procmail.git