On Wed, 18 Sep 2019 02:29:18 -0700 Martin Becze wrote: > also if i do something like `git send-email HEAD~3` won't it send > multiple emails? is the advised way to do it? If you would send all n patches directly to guix-patches, we would receive the patches distributed over n bug-entries. This is documented here: https://guix.gnu.org/manual/en/guix.html#Sending-a-Patch-Series-1 As you already generated a bug-number with your first patch, you can directly use it: 37444@debbugs.gnu.org Thanks, Björn