public inbox for virtio-comment@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3] git-publish: add profile
@ 2025-03-05 16:45 Matias Ezequiel Vara Larsen
  2025-03-06  5:22 ` Stefan Hajnoczi
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Matias Ezequiel Vara Larsen @ 2025-03-05 16:45 UTC (permalink / raw)
  To: virtio-comment; +Cc: aesteve, sgarzare, Matias Ezequiel Vara Larsen

Add git-publish profile and document how to use it.

Signed-off-by: Matias Ezequiel Vara Larsen <mvaralar@redhat.com>
---
v2 -> v3:
   * remove uppercase and the line split and use italic 
v1 -> v2:
   * add link to git-publish
   * document that the project contains a profile already
---
 .gitpublish |  3 +++
 README.md   | 15 +++++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 .gitpublish

diff --git a/.gitpublish b/.gitpublish
new file mode 100644
index 0000000..d412896
--- /dev/null
+++ b/.gitpublish
@@ -0,0 +1,3 @@
+[gitpublishprofile "default"]
+base = master
+to = virtio-comment@lists.linux.dev
diff --git a/README.md b/README.md
index c06caf6..b521978 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,21 @@ git format-patch -o proposal1/ HEAD~1..<br>
 git send-email --to=virtio-comment@lists.linux.dev proposal1/0001-*
 </code>
 
+<dl>Optionally, you can use <a
+href="https://github.com/stefanha/git-publish">git-publish</a> to submit a
+patch. This project already contains a <em>git-publish</em> profile that will
+configure some fields, e.g., <em>To</em> field with the right address. After you have
+installed <em>git-publish</em>, the procedure is the following:
+
+<code>
+<p>
+git checkout master -b my-feature<br>
+# work on new commits, add your 'Signed-off-by' lines to each<br>
+git publish<br>
+# more work, rebase on master, ...<br>
+git publish # will send a v2<br>
+</code>
+</dl>
 <dl>
 <dt>When to use the virtio-comment mailing list:</dt>
 <dd>
-- 
2.42.0


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

end of thread, other threads:[~2025-09-23 12:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05 16:45 [PATCH v3] git-publish: add profile Matias Ezequiel Vara Larsen
2025-03-06  5:22 ` Stefan Hajnoczi
2025-03-06  9:40   ` Matias Ezequiel Vara Larsen
2025-03-06  9:58   ` Stefano Garzarella
2025-03-06 10:43     ` Albert Esteve
2025-03-06 10:51       ` Stefano Garzarella
2025-03-06 16:13         ` Albert Esteve
2025-03-11  2:17           ` Stefan Hajnoczi
2025-03-06 10:04 ` Stefano Garzarella
2025-03-06 16:15 ` Albert Esteve
2025-03-10 13:21 ` Cornelia Huck
2025-09-23  8:09 ` Matias Ezequiel Vara Larsen
2025-09-23 12:14   ` Parav Pandit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox