Re: pull.rebase config option broken in 2.33.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Jeff King (peff@xxxxxxxx) wrote:

> > After update from 2.33.0 to 2.33.1 the pull.rebase = true option
> > no longer works: `git pull` no longer tries to rebase (however manual
> > `git pull --rebase` works fine):
> > 
> > % git config pull.rebase
> > true
> > % git pull
> > fatal: Not possible to fast-forward, aborting.
> > % git pull --rebase
> > Successfully rebased and updated refs/heads/local-fixes.
> > % git pull
> > fatal: Not possible to fast-forward, aborting.
> > % grep -C1 rebase .git/config
> > [pull]
> > 	rebase = true
> > [rebase]
> > 	autostash = true
> > 
> > After downgrade to 2.33.0:
> > 
> > % git pull
> > Current branch local-fixes is up to date.
> 
> This looks like the same bug discussed in:
> 
>   https://lore.kernel.org/git/CH2PR06MB650424B4205102AC6A48F489B1BD9@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/
> 
> There's a fix in that thread. It's currently in "next", but didn't quite
> make the cutoff for the upcoming v2.34.0.

For the record, the problem is still present in 2.34.1

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@xxxxxxxxx  ..:     https://github.com/AMDmi3  https://amdmi3.ru




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux