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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=1.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 717A81F670 for ; Thu, 3 Mar 2022 16:29:26 +0000 (UTC) Received: by mail-pl1-x630.google.com with SMTP id 9so4997712pll.6 for ; Thu, 03 Mar 2022 08:29:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coup.net.nz; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=ZBZvcBZtF5iAl/kzuEa5XFsE/L0vtR9htPW63XzXWNA=; b=FKAEaykpApcN6pUwviGmDt9u75MHE6E2OBCe30FQHWJ9j///T0Fcayt2IKaKDDDIT7 R7M8uh7J3AUMXV/H2QDngwFeao4UEUG/h5iff7gjYwovNavNcwwflfx2yUmJAGtbPDqb fup2e/uWcy7uFpy8Bu0QXhEPO0Lg8InqjuPm4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=ZBZvcBZtF5iAl/kzuEa5XFsE/L0vtR9htPW63XzXWNA=; b=WRbKUJTDz56iW2TpZ4jSGYbJskbOV6kmauf4KQrMWQmdif2T5EnVlq11gavKRsN00m 4aiPlCsiATjZKd9dCVitG58hquCgqouYgyMSVgtTXB+eeAoWxsAwKoDmJO2XXVZdYMwl ka/cHY2vkeiP9KsuH7TgspnktT4j0vdJphLiYsVN7d6+BCtPr9mlNfI1Ib+Kul/URBnd +087sFN61JQ5upCbGMEhV1DFvxB4TtX+sWSesldg9g3u0nlQeU3WigUlYIkJ/rzlMbes vry49t5gQV0twJqsMp/wz+q3xRszoB+m5IC6sChaHRbhuPAp7kd85kKp/pYik86RmZPf Ilzg== X-Gm-Message-State: AOAM532fJomm+kH/sBRUFqLOcxYzOcP+9H+TF+GlqU9DlW37CCv/jOkB bz42O5SdBano0ogHq0Ea7iRwnzXouqQNkCUtCOC68+gzrqBC5HLm X-Google-Smtp-Source: ABdhPJy0plkLOMgfqKMSm5u0dviodBnOIY/kvQ9qzSKZEOgwSj0rfH8cqg8QWAM4wLgfEg0Kpzp1bhlDFQLi7eDKxlk= X-Received: by 2002:a17:90a:bc89:b0:1bd:33ac:d293 with SMTP id x9-20020a17090abc8900b001bd33acd293mr6093198pjr.51.1646324965230; Thu, 03 Mar 2022 08:29:25 -0800 (PST) MIME-Version: 1.0 From: Robert Coup Date: Thu, 3 Mar 2022 16:29:13 +0000 Message-ID: Subject: [BUG] Junio's recent messages missing from public-inbox.org/git/ To: meta@public-inbox.org Cc: Junio C Hamano Content-Type: text/plain; charset="UTF-8" List-Id: Hi folks, Junio's recent messages to the git mailing list seem to not be showing up at public-inbox.org/git/ but they are visible at lore.kernel.org/git/ Compare https://public-inbox.org/git/pull.1138.v2.git.1645719218.gitgitgadget@gmail.com/ vs https://lore.kernel.org/git/pull.1138.v2.git.1645719218.gitgitgadget@gmail.com/ A reply to Junio's email which public-inbox says is missing https://public-inbox.org/git/CABPp-BEpQaHwyj_0h5V8tMWSPsqhSg3E42McAow-q50=MNpyyA@mail.gmail.com/ Comparing below seems to indicate something changed around 4-5 Feb: https://public-inbox.org/git/?q=cooking vs https://lore.kernel.org/git/?q=cooking I don't know if anyone else is affected. Cheers, Rob :)