git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git rebase fast-forward fails with abbreviateCommands
@ 2020-03-27 11:44 Jan Alexander Steffens (heftig)
  2020-03-27 15:46 ` Alban Gruin
  2020-03-30 12:42 ` [PATCH v1 0/2] rebase --merge: fix fast forwarding when `rebase.abbreviateCommands' is set Alban Gruin
  0 siblings, 2 replies; 11+ messages in thread
From: Jan Alexander Steffens (heftig) @ 2020-03-27 11:44 UTC (permalink / raw)
  To: git

Hi,

Since 2.26.0 a simple "git rebase" fails to fast-forward a
branch, reporting "error: nothing to do."

It started to work again after removing my gitconfig. I've
reduced it to the following:

    git init foo; cd foo
    git commit --allow-empty -m foo
    git commit --allow-empty -m bar
    git checkout -tb foo
    git reset HEAD~
    git -c rebase.abbreviateCommands=true rebase


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

end of thread, other threads:[~2020-03-30 18:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27 11:44 git rebase fast-forward fails with abbreviateCommands Jan Alexander Steffens (heftig)
2020-03-27 15:46 ` Alban Gruin
2020-03-27 18:39   ` Elijah Newren
2020-03-27 18:44     ` Jan Alexander Steffens (heftig)
2020-03-28 12:21     ` Alban Gruin
2020-03-27 21:33   ` Junio C Hamano
2020-03-30 12:42 ` [PATCH v1 0/2] rebase --merge: fix fast forwarding when `rebase.abbreviateCommands' is set Alban Gruin
2020-03-30 12:42   ` [PATCH v1 1/2] sequencer: don't abbreviate a command if it doesn't have a short form Alban Gruin
2020-03-30 17:50     ` Junio C Hamano
2020-03-30 18:15     ` Eric Sunshine
2020-03-30 12:42   ` [PATCH v1 2/2] t3432: test `--merge' with `rebase.abbreviateCommands = true', too Alban Gruin

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