aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/piem.texi10
-rw-r--r--piem.el6
2 files changed, 10 insertions, 6 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi
index 17bb085..3e3ccf9 100644
--- a/Documentation/piem.texi
+++ b/Documentation/piem.texi
@@ -159,11 +159,11 @@ name at the end of the @code{:url} value. Specifying either
@code{:listid} or @code{:address} is important so that a message in a
buffer can be mapped to an inbox in @code{piem-inboxes}.
-@code{:coderepo} points to a local Git repository 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}).
+@code{:coderepo} points to the working tree of a local Git repository
+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}).
@node Enabling integration libraries
@section Enabling integration libraries
diff --git a/piem.el b/piem.el
index 6546615..cf176bd 100644
--- a/piem.el
+++ b/piem.el
@@ -76,7 +76,11 @@ list that supports the following properties:
:listid
The email address and List-ID for the inbox.
:coderepo
- Local path of the code repository associated with the inbox.
+ Local path to the code repository associated with the inbox.
+ This value should point to the working tree. Note that this
+ differs from public-inbox-config's coderepo, which is a link to
+ another section that must point to the repository's git
+ directory.
:url
A URL hosting HTTPS archives. This value must end with a slash.
:maildir