Re: git-rebase(1) prior to a PR in in the github.com/freebsd area

From: Graham Perrin <grahamperrin_at_gmail.com>
Date: Fri, 15 Sep 2023 20:45:46 UTC
On 15/09/2023 02:15, Kevin P. Neal wrote:
>> …
>>
>> % git -C /usr/src log -n 1
>> commit 9de94bcad3dab199829e2755e816a1b30e23054c (HEAD -> bhyve,
>> origin/bhyve)
>> Author: Graham Perrin<grahamperrin@gmail.com>
>> Date:   Sat Aug 19 08:41:09 2023 +0100
> Is that the right date?

Good point, thanks.

It does precede me taking the hints about additional changes, however 
I'm inclined to not fix the date in this case (unless it's requested as 
part of the review). Less noise.

> When I squash a branch I never get the right
> timestamp. I think it reuses the timestamp from first commit that
> is "pick" instead of "squash". But I think "git commit --amend --date=now"
> is good enough for me. Or something like that... I don't have my notes
> handy.
<https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---dateltdategt>