Re: [GSoC][PATCH v2 6/6] rebase: add --author-date-is-committer-date

2019-08-19 Thread Rohit Ashiwal
Hi Everyone Please ignore this patch. I forgot to clean the output dir before sending this iteration. Thanks Rohit

[GSoC][PATCH v2 6/6] rebase: add --author-date-is-committer-date

2019-08-19 Thread Rohit Ashiwal
The previous commit introduced --ignore-date flag to interactive rebase, but the name is actually very vague in context of rebase -i since there are two dates we can work with. Add an alias to convey the precise purpose. Signed-off-by: Rohit Ashiwal --- Documentation/git-rebase.txt | 1 + builti

Re: [GSoC][PATCH v2 6/6] rebase: add --author-date-is-committer-date

2019-08-13 Thread Junio C Hamano
Rohit Ashiwal writes: > The previous commit introduced --ignore-date flag to interactive > rebase, but the name is actually very vague in context of rebase -i > since there are two dates we can work with. Add an alias to convey > the precise purpose. This sounds more like the existing "--reset-a

[GSoC][PATCH v2 6/6] rebase: add --author-date-is-committer-date

2019-08-12 Thread Rohit Ashiwal
The previous commit introduced --ignore-date flag to interactive rebase, but the name is actually very vague in context of rebase -i since there are two dates we can work with. Add an alias to convey the precise purpose. Signed-off-by: Rohit Ashiwal --- Documentation/git-rebase.txt | 1 + builti