aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
authorRussell Sim <russell.sim@gmail.com>2022-09-19 22:12:50 +0200
committerYuchen Pei <id@ypei.org>2023-10-01 00:10:52 +1000
commit528647fa3ab01b384a9a98a5d9529de7295ad716 (patch)
treecb4f3070b097740e6f656be6cc8d83b1385010ed /git-email.el
parentb5ebade3a48dc0ce0c85699f25800808233c73be (diff)
git-email-magit: base git-email-patch-send off magit-patch-createHEADmaster
This bases the implementation of git-email-patch-send off the magit upstream magit-patch-create. This makes it more intuitive since it's not defining a different way to work with patches. This means by default you'll be presented with a revision range prompt with the expectation that you would use a range like upstream/master..master or something to calculate the patches to be created. This on the surface seems more complicated than just choosing a starting point, but it's more powerful and simple range selection can be done interactively using the log buffer. If you want to create a single patch thing can be done by pressing `C-SPC` in the magit log buffer on a single commit then proceeding with `W c s` or you can create any arbitrary interactive range via `C-SPC` and navigating around the log. Signed-off-by: Russell Sim <russell.sim@gmail.com>
Diffstat (limited to 'git-email.el')
0 files changed, 0 insertions, 0 deletions