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-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 7E8E01F4B4 for ; Thu, 15 Oct 2020 19:06:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728278AbgJOTGj (ORCPT ); Thu, 15 Oct 2020 15:06:39 -0400 Received: from cloud.peff.net ([104.130.231.41]:33324 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727923AbgJOTGj (ORCPT ); Thu, 15 Oct 2020 15:06:39 -0400 Received: (qmail 24025 invoked by uid 109); 15 Oct 2020 19:06:39 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Thu, 15 Oct 2020 19:06:39 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 32001 invoked by uid 111); 15 Oct 2020 19:06:38 -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; Thu, 15 Oct 2020 15:06:38 -0400 Authentication-Results: peff.net; auth=none Date: Thu, 15 Oct 2020 15:06:38 -0400 From: Jeff King To: Junio C Hamano Cc: "Dipl. Ing. Sergey Brester" , "brian m. carlson" , git@vger.kernel.org Subject: Re: [PATCH] fast-import: fix over-allocation of marks storage Message-ID: <20201015190638.GC1108210@coredump.intra.peff.net> References: <1eeb49305cb7c712e141dcae2c434d96@sebres.de> <20201015012636.GA387901@coredump.intra.peff.net> <72a4d4d8dff95351122bd192976dd6b1@sebres.de> <20201015153849.GA551964@coredump.intra.peff.net> <20201015190532.GB1108210@coredump.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201015190532.GB1108210@coredump.intra.peff.net> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Oct 15, 2020 at 03:05:32PM -0400, Jeff King wrote: > Personally I make a branch for almost every patch/series I submit, no > matter how trivial[1]. And then part of my daily ritual is seeing which I forgot my footnote. It wasn't very interesting, but to avoid confusion, it was: I very occasionally will not bother to create a branch, but my mental checklist for that is always: will I be sad if this patch gets lost in the discussion and never applied? And the answer is almost always "yes", so I create a branch. -Peff