discussion and development of piem
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Support applying patches in a new worktree
@ 2020-11-15  6:15 Kyle Meyer
  2020-11-15  6:15 ` [PATCH 1/6] piem-am: Rephrase CODEREPO description Kyle Meyer
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Kyle Meyer @ 2020-11-15  6:15 UTC (permalink / raw)
  To: piem; +Cc: zimoun

This series is prompted by simon's patch workflow described at
<https://yhetil.org/guix-patches/86361cys9h.fsf@tournier.info>:

> Yes, somehow.  Generally, I create a new checked out worktree with a new
> branch starting at base-commit, then I apply the patches in.  Well, my
> sequence looks like:
>
>   M-C-SPC M-w <base-commmit>
>   C-x b <magit-guix-master>
>   % c /path/to/wk/foo RET C-y RET foo RET
>   C-x b <message-with-patch>
>   | git gam foo
>
> and I am not enough annoyed (yet!) to write some Emacs helper
> functions.  However, if b4+piem could do that for me, should be
> awesome. :-)

With patch 4, something like that should be possible with both piem-am
and piem-b4-am-from-mid.  When the new piem-am-create-worktree option
is set to a non-nil value, the caller will be prompted for a directory
where the new worktree should be created.

Patch 5 makes it possible to trigger this in a one-off fashion with a
prefix argument because, while I don't want this behavior most of the
time, I could see myself using it every now and then.

  [1/6] piem-am: Rephrase CODEREPO description
  [2/6] piem-am: Store "empty string" branch check
  [3/6] am: Support creating a new worktree
  [4/6] am: Add option to configure how worktree is read
  [5/6] am: Allow flipping worktree creation with prefix argument
  [6/6] manual: Document worktree-related options

 piem-b4.el | 15 ++++++++---
 piem.el    | 77 ++++++++++++++++++++++++++++++++++++++++++------------
 piem.texi  | 15 ++++++++++-
 3 files changed, 85 insertions(+), 22 deletions(-)


base-commit: b54ad663fe22811dde804721d4db528ea18a433c
-- 
2.29.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-11-15 23:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-15  6:15 [PATCH 0/6] Support applying patches in a new worktree Kyle Meyer
2020-11-15  6:15 ` [PATCH 1/6] piem-am: Rephrase CODEREPO description Kyle Meyer
2020-11-15  6:15 ` [PATCH 2/6] piem-am: Store "empty string" branch check Kyle Meyer
2020-11-15  6:15 ` [PATCH 3/6] am: Support creating a new worktree Kyle Meyer
2020-11-15  6:15 ` [PATCH 4/6] am: Add option to configure how worktree is read Kyle Meyer
2020-11-15  6:15 ` [PATCH 5/6] am: Allow flipping worktree creation with prefix argument Kyle Meyer
2020-11-15  6:15 ` [PATCH 6/6] manual: Document worktree-related options Kyle Meyer
2020-11-15 13:31 ` [PATCH 0/6] Support applying patches in a new worktree zimoun
2020-11-15 19:26   ` Kyle Meyer
2020-11-15 22:32     ` Kyle Meyer
2020-11-15 23:47       ` zimoun

Code repositories for project(s) associated with this public inbox

	https://git.kyleam.com/piem/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).