diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-05-05 21:40:17 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-05-07 10:09:26 -0400 |
commit | 2bf9c383b2943eef1754e20db24419f8e269a8b7 (patch) | |
tree | 4b2d8747cde49678e455203719fdcee466550b1b /Documentation | |
parent | 6f196480a040c0f57bb0a11ecae97e5b427a9d0f (diff) | |
download | piem-2bf9c383b2943eef1754e20db24419f8e269a8b7.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/piem.texi | 5 |
1 files changed, 4 insertions, 1 deletions
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 |