From 2bf9c383b2943eef1754e20db24419f8e269a8b7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 5 May 2022 21:40:17 -0400 Subject: piem-inboxes: Support mapping inbox to multiple coderepos An inbox may regularly receive patches for multiple repos. Allow an inbox's :coderepo to be a list, and teach piem-inbox-coderepo to select a target repo by prompting the caller with the configured list. Message-Id: <20220506014017.14259-1-kyle@kyleam.com> --- Documentation/piem.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/piem.texi b/Documentation/piem.texi index fc9f795..26962a4 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -163,7 +163,10 @@ buffer can be mapped to an inbox in @code{piem-inboxes}. that contains code related to that archive (in the example above, a local clone of @url{https://git.kernel.org/pub/scm/git/git.git/}). This information is required to apply patches from an archive to a local code -repository (@pxref{Applying patches}). +repository (@pxref{Applying patches}). To map an inbox to more than one +repository (e.g., if the inbox receives patches for multiple projects, +or if you use a few dedicated Git worktrees for different types of +patches), set @code{:coderepo} to a list of locations. @findex piem-merged-inboxes @vindex piem-get-inboxes-from-config -- cgit v1.2.3