git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git rebase -i without altering the committer date
@ 2016-04-20 20:24 Shaun Jackman
  2016-04-20 20:36 ` Junio C Hamano
  2016-04-20 21:47 ` Andreas Schwab
  0 siblings, 2 replies; 6+ messages in thread
From: Shaun Jackman @ 2016-04-20 20:24 UTC (permalink / raw)
  To: git

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 seen the options `--committer-date-is-author-date` and `--ignore-date`, but I don't believe either of those options does what I want. If no such option currently exists to leave the committer and author date unchanged, is there any chance that this functionality could please be implemented?

For a relevant SO question, see 
How to make a git rebase and keep the commit timestamp?
http://stackoverflow.com/questions/30790645/how-to-make-a-git-rebase-and-keep-the-commit-timestamp

Thanks, 
Shaun

-- 
http://sjackman.ca

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-21  7:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20 20:24 git rebase -i without altering the committer date Shaun Jackman
2016-04-20 20:36 ` Junio C Hamano
2016-04-20 21:15   ` Shaun Jackman
2016-04-20 21:47 ` Andreas Schwab
2016-04-21  5:23   ` Johannes Sixt
2016-04-21  7:17     ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).