From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id WkixGovHsF8ZKQAAsNZ9tg (envelope-from ) for ; Sun, 15 Nov 2020 06:15:39 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id wP/eFYvHsF9GcAAAbx9fmQ (envelope-from ) for ; Sun, 15 Nov 2020 06:15:39 +0000 Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0502194042E for ; Sun, 15 Nov 2020 06:15:39 +0000 (UTC) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id EF358107512; Sun, 15 Nov 2020 01:15:36 -0500 (EST) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=sasl; bh=fBaDD9lkq6N3m5a6MRgJsCpOq /8=; b=PtEoojnYAfTF0+BgMZdGFZJPvDInmGOMVN+fLl4ulOBs0CEfK9qSALdgZ 0li83Mz6NAur5g6YEI4cTk6ltcLiA112shhrFWNCIkadPZxnSOy8I3u+FsNjSaEP 1OretW0naEk0tyGJboo/R+P4mE6bl/rAF8YM+npeTr28fCz//A= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id E8784107511; Sun, 15 Nov 2020 01:15:36 -0500 (EST) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:date:message-id:in-reply-to:references:mime-version:content-transfer-encoding; s=mesmtp; bh=9aC90TDX0aI+IFOydv2iHYT7sKKhUo9hd2m5bQ+pZdU=; b=Z+032on/44omRoTCNFP6KQ5FVxEUok5+BTUYNOgmZHruQbrVVrIIGUqmzyZDlwdT0WFGsTn3yLKa5R6nd6inFcOzJ1B6fA6OmKzmzLqpdWHvXFdX1Oa+Lw+mlxPig5clfZ7a+PpPLEvTVc4MXpEvsznWqlB6EMQ02POPovtjYZg= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 69D29107510; Sun, 15 Nov 2020 01:15:34 -0500 (EST) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: piem@inbox.kyleam.com Cc: zimoun Subject: [PATCH 1/6] piem-am: Rephrase CODEREPO description Date: Sun, 15 Nov 2020 01:15:13 -0500 Message-Id: <20201115061518.22191-2-kyle@kyleam.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201115061518.22191-1-kyle@kyleam.com> References: <20201115061518.22191-1-kyle@kyleam.com> MIME-Version: 1.0 X-Pobox-Relay-ID: F8A190BC-2709-11EB-ABC8-E43E2BB96649-24757444!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=pobox.com header.s=sasl header.b=PtEoojnY; dkim=fail (body hash did not verify) header.d=kyleam.com header.s=mesmtp header.b=Z+032on/; dmarc=none; spf=pass (aspmx1.migadu.com: domain of kyle@kyleam.com designates 173.228.157.52 as permitted sender) smtp.mailfrom=kyle@kyleam.com X-Spam-Score: 2.50 X-TUID: c6tbqMFdqj9e Describing CODEREPO in terms of where git-am is called is a bit confusing because piem-am does other things here as well (e.g. reading the base and checking out a branch). And it won't necessarily be where git-am is called once worktree support is added. Give a more generic description. --- piem.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piem.el b/piem.el index 5ad2b94..8ee5b0b 100644 --- a/piem.el +++ b/piem.el @@ -650,8 +650,8 @@ (defun piem-am (mbox &optional format info coderepo) branch name or starting point (see `piem-default-branch-function' for a list of possible properties). =20 -If CODEREPO is given, switch to this directory before calling -`git am'." +CODEREPO, if given, indicates the code repository to operate +within. If not specified, the default directory is used." (interactive (pcase-let ((`(,mbox . ,format) (or (piem-am-ready-mbox) --=20 2.29.2