git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Jeff King <peff@peff.net>
Cc: "Michael Strawbridge" <michael.strawbridge@amd.com>,
	"Junio C Hamano" <gitster@pobox.com>,
	"Luben Tuikov" <luben.tuikov@amd.com>,
	"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>,
	"Taylor Blau" <me@ttaylorr.com>,
	"Git Mailing List" <git@vger.kernel.org>
Subject: Re: [REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
Date: Tue, 26 Sep 2023 18:33:02 +0700	[thread overview]
Message-ID: <f5c6a72b-f888-4d43-8be8-3ce2c878c669@gmail.com> (raw)
In-Reply-To: <20230925080010.GA1534025@coredump.intra.peff.net>

On 25/09/2023 15:00, Jeff King wrote:
> Do you have any other send-email related config? Can you show us the
> output of "git config --list"?
> 

Hi Jeff, sure here is the output from my git.git clone:

```
$ git config --list
core.abbrev=10
alias.am-failed=am --show-current-patch=diff
alias.fixwhat=show -s --pretty=fixes
user.name=Bagas Sanjaya
user.email=bagasdotme@gmail.com
user.signingkey=D0A10F5A447A37A42A63419FD7B55A665D5C863D
format.signature=An old man doll... just what I always wanted! - Clara
diff.algorithm=histogram
sendemail.smtpencryption=tls
sendemail.smtpserver=smtp.gmail.com
sendemail.smtpserverport=587
sendemail.smtpuser=bagasdotme@gmail.com
sendemail.smtppass=<app password>
pack.deltacachesize=225M
pack.window=13
pack.windowmemory=460M
pack.threads=2
pretty.fixes=Fixes: %h ("%s")
pretty.fixup=fixup for "%s"
pretty.kreference=%h ("%s")
pretty.upstream=commit %H upstream.
pretty.upstreamsasha=[ Upstream commit %H ]
merge.conflictstyle=diff3
tar.xz.command=xz -c
tar.zst.command=zstd -c
diff.algorithm=histogram
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
tag.sort=creatordate
remote.origin.url=https://git.kernel.org/pub/scm/git/git.git
remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master
remote.origin.fetch=+refs/heads/main:refs/remotes/origin/main
remote.origin.fetch=+refs/heads/next:refs/remotes/origin/next
remote.origin.fetch=+refs/heads/seen:refs/remotes/origin/seen
remote.origin.fetch=+refs/heads/maint:refs/remotes/origin/maint
remote.origin.fetch=+refs/heads/todo:refs/remotes/origin/todo
sendemail.sendmailcmd=/usr/sbin/sendmail
sendemail.envelopesender=auto
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.next.remote=origin
branch.next.merge=refs/heads/next
branch.seen.remote=origin
branch.seen.merge=refs/heads/seen
branch.maint.remote=origin
branch.maint.merge=refs/heads/maint
branch.todo.remote=origin
branch.todo.merge=refs/heads/todo
sendemail.sendmailcmd=/usr/sbin/sendmail
sendemail.envelopesender=auto
branch.main.remote=origin
branch.main.merge=refs/heads/main
remote.gitnode.url=git@gitnode.io:bagas/git.git
remote.gitnode.fetch=+refs/heads/*:refs/remotes/gitnode/*
```

Thanks.

-- 
An old man doll... just what I always wanted! - Clara


      parent reply	other threads:[~2023-09-26 11:33 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22  9:27 [REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas Bagas Sanjaya
2023-09-24  3:36 ` Jeff King
2023-09-25  7:45   ` Bagas Sanjaya
2023-09-25  8:00     ` Jeff King
2023-09-25 14:48       ` Todd Zullinger
2023-09-25 16:17         ` Jeff King
2023-10-11 13:41           ` Bagas Sanjaya
2023-10-11 19:27             ` Michael Strawbridge
2023-10-11 20:22               ` [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error Michael Strawbridge
2023-10-11 20:25                 ` Michael Strawbridge
2023-10-11 21:27                 ` Junio C Hamano
2023-10-11 22:18                   ` Jeff King
2023-10-11 22:37                     ` Junio C Hamano
2023-10-11 22:47                       ` Jeff King
2023-10-13 20:25                         ` Michael Strawbridge
2023-10-20  6:45                           ` Jeff King
2023-10-20  7:14                             ` Jeff King
2023-10-20 10:03                               ` [PATCH 0/3] some send-email --compose fixes Jeff King
2023-10-20 10:09                                 ` [PATCH 1/3] doc/send-email: mention handling of "reply-to" with --compose Jeff King
2023-10-20 10:13                                 ` [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine" Jeff King
2023-10-20 10:45                                   ` Oswald Buddenhagen
2023-10-23 18:40                                     ` Jeff King
2023-10-23 19:50                                       ` Oswald Buddenhagen
2023-10-25  6:11                                         ` Jeff King
2023-10-25  9:23                                           ` Oswald Buddenhagen
2023-10-27 22:31                                             ` Junio C Hamano
2023-10-30  9:13                                             ` Jeff King
2023-10-20 21:45                                   ` Junio C Hamano
2023-10-23 18:47                                     ` Jeff King
2023-10-20 10:15                                 ` [PATCH 3/3] send-email: handle to/cc/bcc from --compose message Jeff King
2023-10-20 17:30                                   ` Eric Sunshine
2023-10-20 21:42                                 ` [PATCH 0/3] some send-email --compose fixes Junio C Hamano
2023-10-23 18:51                                   ` Jeff King
2023-10-24 20:12                                     ` Michael Strawbridge
2023-10-24 20:19                                       ` [PATCH] send-email: move validation code below process_address_list Michael Strawbridge
2023-10-24 21:55                                         ` Junio C Hamano
2023-10-24 22:03                                           ` Junio C Hamano
2023-10-25 18:48                                             ` Michael Strawbridge
2023-10-25 18:51                                             ` [PATCH v2] " Michael Strawbridge
2023-10-26 12:44                                               ` Junio C Hamano
2023-10-26 13:11                                                 ` Michael Strawbridge
2023-10-25  6:50                                         ` [PATCH] " Jeff King
2023-10-25 18:47                                           ` Michael Strawbridge
2023-10-25  7:43                                         ` Uwe Kleine-König
2023-10-27 13:04                                           ` Junio C Hamano
2023-10-20  2:50                 ` [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error Bagas Sanjaya
2023-09-26 11:33       ` Bagas Sanjaya [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f5c6a72b-f888-4d43-8be8-3ce2c878c669@gmail.com \
    --to=bagasdotme@gmail.com \
    --cc=avarab@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=luben.tuikov@amd.com \
    --cc=me@ttaylorr.com \
    --cc=michael.strawbridge@amd.com \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).