Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Support for rebase on pull ?

On Tue, Apr 15, 2014 at 2:13 PM, Max Rydahl Andersen <manderse@xxxxxxxxxx> wrote:
I just noticed that when I do a pull egit is not automatically doing a rebase even though when
I use the cli this always happens.

Is it expected egit behaves differently from the cli on how pull does rebases ?

EGit honors branch.autosetuprebase and branch.<name>.rebase 
but AFAIK not yet pull.rebase

--
Matthias

Back to the top