Ok, should be sent now: jrlab-ThinkPad-T490:~/Desktop/Git/password-store/src/completion [autocomplete-ordering L|✔]> git send-email --to="[email protected]" -1 --subject-prefix="PATCH bash ordered autocomplete" /tmp/GSip9ngIFj/0001-Order-the-autocompletion-in-bash.patch (mbox) Adding cc: jerabaul29 <[email protected]> from line 'From: jerabaul29 <[email protected]>'
From: jerabaul29 <[email protected]> To: [email protected] Cc: jerabaul29 <[email protected]> Subject: [PATCH bash ordered autocomplete] Order the autocompletion in bash Date: Sun, 29 Mar 2020 13:54:27 +0200 Message-Id: <[email protected]> X-Mailer: git-send-email 2.17.1 The Cc list above has been expanded by additional addresses found in the patch commit message. By default send-email prompts before sending whenever this occurs. This behavior is controlled by the sendemail.confirm configuration setting. For additional information, run 'git send-email --help'. To retain the current behavior, but squelch this message, run 'git config --global sendemail.confirm auto'. Send this email? ([y]es|[n]o|[q]uit|[a]ll): y OK. Log says: Sendmail: /usr/sbin/sendmail -i [email protected] [email protected] From: jerabaul29 <[email protected]> To: [email protected] Cc: jerabaul29 <[email protected]> Subject: [PATCH bash ordered autocomplete] Order the autocompletion in bash Date: Sun, 29 Mar 2020 13:54:27 +0200 Message-Id: <[email protected]> X-Mailer: git-send-email 2.17.1 Result: OK On Sat, Mar 28, 2020 at 10:05 PM Artur Juraszek <[email protected]> wrote: > > > > The tutorial shows: > > > > git send-email --to="~sircmpwn/[email protected]" HEAD^ > > > > which address should I use in --to and / or maybe even better: could > > you write the exact command you would use to send that patch if you > > were me? > > > > Sorry for my n00bness on this matter, I got too used to github... > > This slash is actually not a feature of git nor posting patches in > general, but a detail of how mailing list addresses on lists.sr.ht > service are constructued - internal namespacing, one could say. > > For the rest of the world the value of --to is simply an email address - > so for your patch to make its way here, you'd use the very same address > you have been posting to already - i.e. [email protected]. > > -- > BR, > Artur Juraszek
