Re: [GSoC][PATCH v2 2/2] rebase -i: support --committer-date-is-author-date

2019-07-20 Thread Phillip Wood
Hi Rohit It's good to see this patch reducing the differences between the rebase backends. On 18/07/2019 20:03, Rohit Ashiwal wrote: 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-b

Re: [PATCH 1/1] Travis CI: Lint for Python syntax errors and undefined names

2019-07-20 Thread SZEDER Gábor
On Fri, Jul 19, 2019 at 07:18:55AM -0700, cclauss via GitGitGadget wrote: > Several things were changed between Python 2 and Python 3. > There are a few Python 3 incompatibilities to work on. > Here we are making changes to make the code run on both Py2 and Py3. > We are doing this because the end