Re: Request to add option to interactive rebase to preserve latest commit date

2019-05-07 Thread Jeff Schwartz
Yes, exactly. When squashing or fixup-ing commits via rebase I really want "git log" to show the date and time of the rebase operation and not the date and time of the commit I rebased onto, which could be months or even years in the past. I once worked on a project where part of the code-base hadn

Request to add option to interactive rebase to preserve latest commit date

2019-04-25 Thread Jeff Schwartz
Using interactive rebase has one flaw IMHO and that is the way it handles dating its commit. Can you add an option to interactive rebase that would make it use the date from the commit that is most recent and not the date from the commit that is the oldest? - *Jeff*