I've pushed the two modified commits to both main and cygwin-3_5-branch.
When I pushed to main, I got back the following message from git:
remote: Committer: Ken Brown <kbr...@server2.sourceware.org>
remote: Your name and email address were configured automatically based
remote: on your username and hostname. Please check that they are accurate.
remote: You can suppress this message by setting them explicitly.
I don't recall ever seeing this before, but it's been awhile since I've
pushed to main. Is this to be expected or did I do something wrong? I
do have my name and email address set in ~/.gitconfig:
$ cat ~/.gitconfig
[user]
name = Ken Brown
email = kbr...@cornell.edu
[...]
Ken