git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Multiple empty "remote:" lines during remote update
@ 2019-11-18  8:34 Jiri Slaby
  2019-11-18 11:44 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Slaby @ 2019-11-18  8:34 UTC (permalink / raw)
  To: git

Hi,

since some time (weeks or months), I am seeing this:
$ git --version
git version 2.24.0
$ git remote update
Fetching origin
remote:
        remote:
                remote:
                        remote:
                                remote:
                                        remote:
                                                remote:
                                                        remote:
                                                                remote:
Enumerating objects: 7180748, done.
remote:
        remote:
                remote:
                        remote:
                                <lot of lines>
                                          remote:
                                                  remote:
                                                          remote:

remote: Counting objects: 100% (7180748/7180748), done.
remote:
        remote:
                remote:
                        remote:

<lot of lines>
remote:
        remote:
                remote:
                        remote:
                                remote:
                                        remote:
                                                remote:
                                                        remote:
Compressing objects: 100% (1079308/1079308), done.


It looks like the self-overwriting line showing the current state (count
of objects, percents, ...) does not work properly. It looks like the
part after semicolon is removed, but a newline is emitted anyway. And a
new "remote: ..." is printed again.

Any ideas?

thanks,
-- 
js
suse labs

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

* Re: Multiple empty "remote:" lines during remote update
  2019-11-18  8:34 Multiple empty "remote:" lines during remote update Jiri Slaby
@ 2019-11-18 11:44 ` Jeff King
  2019-11-18 11:59   ` Jiri Slaby
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff King @ 2019-11-18 11:44 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: git

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.

-Peff

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

* Re: Multiple empty "remote:" lines during remote update
  2019-11-18 11:44 ` Jeff King
@ 2019-11-18 11:59   ` Jiri Slaby
  2019-11-18 13:35     ` Konstantin Ryabitsev
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Slaby @ 2019-11-18 11:59 UTC (permalink / raw)
  To: Jeff King; +Cc: git, Konstantin Ryabitsev

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

thanks,
-- 
js
suse labs

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

* Re: Multiple empty "remote:" lines during remote update
  2019-11-18 11:59   ` Jiri Slaby
@ 2019-11-18 13:35     ` Konstantin Ryabitsev
  0 siblings, 0 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2019-11-18 13:35 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: Jeff King, git, dev

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

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

end of thread, other threads:[~2019-11-18 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-18  8:34 Multiple empty "remote:" lines during remote update Jiri Slaby
2019-11-18 11:44 ` Jeff King
2019-11-18 11:59   ` Jiri Slaby
2019-11-18 13:35     ` Konstantin Ryabitsev

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).