git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull.rebase config option broken in 2.33.1
@ 2021-11-02 13:58 Dmitry Marakasov
  2021-11-02 14:20 ` Jeff King
  2021-11-27  5:27 ` Elijah Newren
  0 siblings, 2 replies; 11+ messages in thread
From: Dmitry Marakasov @ 2021-11-02 13:58 UTC (permalink / raw)
  To: git

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@amdmi3.ru  ..:     https://github.com/AMDmi3  https://amdmi3.ru


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-02 16:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02 13:58 pull.rebase config option broken in 2.33.1 Dmitry Marakasov
2021-11-02 14:20 ` Jeff King
2021-11-26 18:05   ` Dmitry Marakasov
2021-11-26 21:44     ` Jeff King
2021-11-26 21:45       ` Jeff King
2021-11-26 22:43         ` Elijah Newren
2021-11-27  5:05           ` Jeff King
2021-11-27  5:26             ` Elijah Newren
2021-12-02 15:26         ` Dmitry Marakasov
2021-12-02 16:54           ` Elijah Newren
2021-11-27  5:27 ` Elijah Newren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).