git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unusual output on 'git pull' on Fedora 31 server
@ 2019-11-01 23:38 Jeffrey Walton
  2019-11-02  0:19 ` Bryan Turner
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey Walton @ 2019-11-01 23:38 UTC (permalink / raw)
  To: Git List

Hi Everyone,

I upgrade a server today from F30 Server to F31 Server. The server
hosts a Git-based project over SSH.

Since the upgrade I've noticed the following on a Windows machine and
Armbian machine. All the extra 'remote:' are actually on one line.
There does not seem to be a eol in the output in the extra 'remote:".

The server provides:

    $ git --version
    git version 2.23.0

Any ideas what might be going on?

Thanks in advance.

$ git checkout master -f && git pull
Already on 'master'
Your branch is up to date with 'origin/master'.
Enter passphrase for key '/home/jwalton/.ssh/id_ecdsa':
remote:
remote: Enumerating objects: 9, done.
remote:
         remote:
                  remote:
                           remote:
                                    remote:
                                             remote:
                                                      remote:
                                                               remote:

 remote:
          remote:
                   remote: Counting objects: 100% (9/9), done.
remote:
         remote:
                  remote:
                           remote:
                                    remote:
                                             remote:
                                                      remote:
Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 4), reused 0 (delta 0)
Unpacking objects: 100% (5/5), done.
From ssh://callmaster:/var/callboot-src
   ee5b8ff..0c05cca  master     -> origin/master
Updating ee5b8ff..0c05cca
Fast-forward
...

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

* Re: Unusual output on 'git pull' on Fedora 31 server
  2019-11-01 23:38 Unusual output on 'git pull' on Fedora 31 server Jeffrey Walton
@ 2019-11-02  0:19 ` Bryan Turner
  0 siblings, 0 replies; 2+ messages in thread
From: Bryan Turner @ 2019-11-02  0:19 UTC (permalink / raw)
  To: noloader; +Cc: Git List

On Fri, Nov 1, 2019 at 4:39 PM Jeffrey Walton <noloader@gmail.com> wrote:
>
> Hi Everyone,
>
> I upgrade a server today from F30 Server to F31 Server. The server
> hosts a Git-based project over SSH.
>
> Since the upgrade I've noticed the following on a Windows machine and
> Armbian machine. All the extra 'remote:' are actually on one line.
> There does not seem to be a eol in the output in the extra 'remote:".

It's a known issue in Git 2.22.1 and 2.23.0.
Some discussion:
http://public-inbox.org/git/20190822141928.GA3163@323642-phi-gmno-clahs/
Patch series cover letter:
http://public-inbox.org/git/20190916205412.8602-1-szeder.dev@gmail.com/

Hope this helps!
Bryan

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

end of thread, other threads:[~2019-11-02  0:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 23:38 Unusual output on 'git pull' on Fedora 31 server Jeffrey Walton
2019-11-02  0:19 ` Bryan Turner

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