Re: git rebase -i without altering the committer date

2016-04-20 Thread Shaun Jackman
On April 20, 2016 at 13:37:01, Junio C Hamano (gits...@pobox.com(mailto:gits...@pobox.com)) wrote: > Shaun Jackman writes: > > > I'd like to insert a commit between two commits without changing > > the committer date or author date of that commit or the subsequent > &

git rebase -i without altering the committer date

2016-04-20 Thread Shaun Jackman
I'd like to insert a commit between two commits without changing the committer date or author date of that commit or the subsequent commits. I'd planned on using `git rebase -i` to insert the commit. I believe it retains the author date, but changes the committer date to the current time. I've