From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 081D7C43603 for ; Fri, 13 Dec 2019 22:35:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DEAA920706 for ; Fri, 13 Dec 2019 22:35:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725948AbfLMWfz (ORCPT ); Fri, 13 Dec 2019 17:35:55 -0500 Received: from cloud.peff.net ([104.130.231.41]:46564 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1725799AbfLMWfz (ORCPT ); Fri, 13 Dec 2019 17:35:55 -0500 Received: (qmail 4352 invoked by uid 109); 13 Dec 2019 22:35:55 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Fri, 13 Dec 2019 22:35:55 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 31202 invoked by uid 111); 13 Dec 2019 22:40:23 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Fri, 13 Dec 2019 17:40:23 -0500 Authentication-Results: peff.net; auth=none Date: Fri, 13 Dec 2019 17:35:54 -0500 From: Jeff King To: Charles Diza Cc: git@vger.kernel.org Subject: Re: Regression in 2.24.1 wrt progress indication Message-ID: <20191213223554.GA918826@coredump.intra.peff.net> References: <20191213172835.GA2315@349209-PHI-GMNO-CLAHS> <20191213173858.GA117158@coredump.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Dec 13, 2019 at 05:21:56PM -0500, Charles Diza wrote: > > The bug in question typically showed due to the server side of the > > connection. Do you see it during a fetch (or pull) or push? If so, what > > server are you using? Is it possible that that server upgraded recently, > > and it has nothing to do with what version you're running on the client? > > It happens during pull. I've seen this when pulling from gitlab. > Reverting to 2.24.0 fixes the problem. gitlab.com is running v2.22.2, which has the bug. And I see it whether my client is v2.24.0 or v2.24.1. Are you sure it comes and goes between client versions? Note that it is impacted by your terminal width, as well (it only shows up if your terminal is lower than some width; 80 chars, I think). -Peff