On Mon, Nov 18, 2019 at 12:59:52PM +0100, Jiri Slaby wrote: > On 18. 11. 19, 12:44, Jeff King wrote: > > On Mon, Nov 18, 2019 at 09:34:46AM +0100, Jiri Slaby wrote: > > > >> since some time (weeks or months), I am seeing this: > >> $ git --version > >> git version 2.24.0 > >> $ git remote update > >> Fetching origin > >> remote: > >> remote: > > > > This was a bug in v2.22.1, which has been fixed in v2.24.0. However, the > > bug is on the remote side, so whether you see it depends on which > > version of Git the server has installed. > > OK, thanks. > > $ git remote -v > origin > git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git > (fetch) > origin > git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git (push) > > CCing Konstantin, in case he does not know yet... I'm aware of it, but I'm hoping IUS starts providing either a patched git222 package, or a new git-224 package where this bug is fixed. Since it's a purely cosmetic problem, I don't want to patch it locally. CCing devs at IUS for their info. -K