Re: [PATCH v3 3/6] rebase -i: support --committer-date-is-author-date

2019-08-20 Thread Phillip Wood
Hi Rohit One thing that struck we was that we should support this with rebase -r which means setting GIT_COMMITTER_DATE when we fork 'git merge'. I've got a couple of other comments below On 20/08/2019 04:45, Rohit Ashiwal wrote: rebase am already has this flag to "lie" about the committer d

[PATCH v3 3/6] rebase -i: support --committer-date-is-author-date

2019-08-19 Thread Rohit Ashiwal
rebase am already has this flag to "lie" about the committer date by changing it to the author date. Let's add the same for interactive machinery. Signed-off-by: Rohit Ashiwal --- Documentation/git-rebase.txt| 10 +++-- builtin/rebase.c| 17 +--- sequencer