Re: [PATCH v10 1/2] doc: git-format-patch: describe the option --always
From: Johannes Schindelin <hidden> Date: 2021-11-22 12:00:48
Hi Aleen,
On Mon, 22 Nov 2021, Aleen via GitGitGadget wrote:
From: Aleen <redacted>
FWIW this information comes from your commit, specifically from the
author information recorded when you committed first. To re-set it in
these two patches, run something like this:
git config --global user.name "徐沛文 (Aleen)"
git rebase -x "git commit --amend --no-edit --reset-author" HEAD~2
and then force-push to your branch.
Ciao,
Dscho