On Thu, Nov 11, 2021 at 9:51 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> > writes: > > > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > > --- > > RelNotes: fix a couple of typos for the upcoming release > > Thanks. Relative to -rc2, here is what I have today, taking these > typofixes, and a few topics for regression fixes. > > + * "git pull --ff-only" and "git pull --rebase --ff-only" should make > + it a no-op to attempt pulling from a remote that is behind us, but > + instead the command errored out by saying it was impossible to > + fast-forward, which may technically be true, but not a useful thing > + to diagnose as an error. This has been corrected. > + (merge 361cb52383 jc/fix-pull-ff-only-when-already-up-to-date later to maint). Is this worth calling out in the release notes? I thought the discussion elsewhere on this list pointed out that this bug did not exist in v2.33 or before after all, but rather that it was a regression that was new to the v2.34 development cycle.