From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 7875920248 for ; Wed, 13 Mar 2019 20:20:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727048AbfCMUUM (ORCPT ); Wed, 13 Mar 2019 16:20:12 -0400 Received: from cloud.peff.net ([104.130.231.41]:49502 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726889AbfCMUUM (ORCPT ); Wed, 13 Mar 2019 16:20:12 -0400 Received: (qmail 22510 invoked by uid 109); 13 Mar 2019 20:20:12 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Wed, 13 Mar 2019 20:20:12 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 15416 invoked by uid 111); 13 Mar 2019 20:19:16 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.94) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) SMTP; Wed, 13 Mar 2019 16:19:16 -0400 Authentication-Results: peff.net; auth=none Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 13 Mar 2019 16:18:55 -0400 Date: Wed, 13 Mar 2019 16:18:54 -0400 From: Jeff King To: Junio C Hamano Cc: git@vger.kernel.org, Johannes Schindelin , Roberto Tyley Subject: Re: [RFC/PATCH] point pull requesters to Git Git Gadget Message-ID: <20190313201854.GA5530@sigill.intra.peff.net> References: <20190312213246.GA6252@sigill.intra.peff.net> <20190313193909.GB3400@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190313193909.GB3400@sigill.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Mar 13, 2019 at 03:39:09PM -0400, Jeff King wrote: > On Wed, Mar 13, 2019 at 10:49:22AM +0900, Junio C Hamano wrote: > > > Jeff King writes: > > > > > infrequent contributors. And there are a few reasons to prefer GGG: > > > > > > 1. submitGit seems to still have a few rough edges. E.g., it doesn't > > > munge timestamps to help threaded mail readers handled out-of-order > > > delivery. > > > > Hmph, I had an impression that the recent "why aren't these sorted" > > topics were via GGG, not submitGit, though. > > We did have one case a few months ago, but I think it was since fixed. > Whereas it cannot be fixed for submitGit without major re-architecting, > because the mails go out through Amazon SES, which writes its own > timestamp. > > I could be wrong about GGG being fixed though. I haven't noticed the > problem lately, but we definitely had a submitGit-related one a few > weeks ago. Hmm. I guess it is still an issue in GGG. This thread has identical timestamps on patches 1 and 2 (and my server received them out of order by 2 seconds, so mutt orders them wrong): https://public-inbox.org/git/pull.163.git.gitgitgadget@gmail.com/ I do still think GGG has a more feasible path forward on this particular bug, though. -Peff