Re: git rebase fast-forward fails with abbreviateCommands
From: Junio C Hamano <hidden> Date: 2020-03-27 21:33:08
Alban Gruin [off-list ref] writes:
Three approach to fix this:
1) add an abbreviation to `noop'; this is the simplest fix, and "n" is
not taken.
2) if a command has no short form, do not abbreviate it; this is
trivial to do, and should not break anything.