Re: Report on the pull request experiment so far
- Reply: Brooks Davis : "Re: Report on the pull request experiment so far"
- In reply to: Warner Losh : "Report on the pull request experiment so far"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Feb 2023 22:12:37 UTC
On Sat, 25 Feb 2023 at 18:54, Warner Losh <imp@bsdimp.com> wrote: > > I also landed one commit that was from 2021. Yikes. The commit date is right, but the author date is in the past. I suggest that we add a git commit --amend --date="`date`" to the process. This likely is a good thing. There's no simple --reset-date, alas: only a reset that also resets the author. IMO we should just accept git's notion of separate author and commit dates, and not worry about author dates being in the past.