Re: how to force a commit date matching info from a mbox ?
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:46:00
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:46:00
Hi, On Thu, 22 Jan 2009, Christian MICHON wrote:
I've a big set of patches in a mbox file: there's sufficient info inside for git-am to work. Yet, each time I do import these, my sha1sums are changing because of different commit dates. I'd like to force the commit date to match the info/date from the time I received the email (and therefore always get back the right sha1sums). is this possible ?
Have you tried setting GIT_COMMITTER_DATE to the given date? Alternatively, you can always use a commit-message filter with filter-branch to fix it up. Ciao, Dscho