pull.rebase config option broken in 2.33.1

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

 



Hi!

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.

-- 
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