git: add rebase commit date as author date notes

This commit is contained in:
Marcello 2025-04-14 09:54:54 +02:00
parent d872337de4
commit c8d02e4bf2
Signed by: m-lamonaca
SSH key fingerprint: SHA256:8db8uii6Gweq7TbKixFBioW2T8CbgtyFETyYL3cr3zk

View file

@ -228,6 +228,7 @@ A repository has one main worktree (if its not a bare repository) and zero or
`git rebase -i|--interactive <commit>`: modify (reword, edit, drop, squash, merge, ...) *from* commit to latest
`git rebase --autostash`: automatically create a temporary stash entry before rebasing
`git rebase --autosquash`: automatically apply "squash!" or "fixup!" or "amend!" commits
`git rebase --committer-date-is-author-date`: use the author date of the commit being rebased as the committer date (instead of current time)
## [Git Revisions](https://git-scm.com/docs/gitrevisions)