git-publish icon indicating copy to clipboard operation
git-publish copied to clipboard

Prepare and store patch revisions as git tags

Results 17 git-publish issues
Sort by recently updated
recently updated
newest added

So much of my workflow is in emacs org-mode that I want to better support scripted calls to git-publish. After modernising the options parsing code I add a few new...

I lost a bunch of work documenting a patch after `git send-email` failed (because it didn't exist in the Git distribution I was using). `send-email` can fail for a number...

Stopping so you can inspect the patch emails: cd C:\Users\lygstate\AppData\Local\Temp\tmph3bhg60q [PATCH] cirrus: upgrade mingw base packages. (mbox) Adding cc: Yonggang Luo from line 'From: Yonggang Luo ' (body) Adding cc:...

`git-publish --pull-request` push a tag to the repository. When this repository is hosted on Gitlab.com and has Continuous Integration enabled, this triggers a new pipeline by default. Pipelines aren't free....

Patch https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg07570.html and https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg07571.html

**Feature request** Add the GitHub _Feature request_ tag to this repository so user filling such request can tag them :) (this is a feature request).

**Feature request** I found myself sending series with uncommitted changes few times already. As I believe it happened to others, maybe displaying a dumb warning would be useful to all....

**Feature request** When respinning a series, list in the cover the patches that don't contain Reviewed-by or Acked-by tags, to help reviewers to look at them first (useful with long...

**Feature request** When respinning a pull request, we could use `git-backport-diff` to find unmodified patches, and only send the new/modified ones. Example: https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg06956.html

When invoked as a git subcommand, git-publish won't respect configuration overrides given on the git command line with the -c option. e.g. git -c sendemail.smtpserver=smtp.example.com publish ... Will still use...