From owner-freebsd-git@freebsd.org Wed Jun 10 19:44:18 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 40AB233D9FC for ; Wed, 10 Jun 2020 19:44:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f181.google.com (mail-il1-f181.google.com [209.85.166.181]) (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 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49hy9Y3N4Tz4T6P; Wed, 10 Jun 2020 19:44:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f181.google.com with SMTP id a13so3170385ilh.3; Wed, 10 Jun 2020 12:44:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ho8j6PXVWQKZj88lxd35knM3rTfsutlbk7oMd3E/l48=; b=ordapummXGq2jqvuTV8tbCnPazcSdk3VJTomNyZ3p17WRl+5KlRo9Kx4Hf30y/qOGm oblHrWol2jrahCUmeReXEgfnPXija4o3aNz5bBjuTJBTfQ3X6ZN071UAFeZdet53KD15 pVbdXJIHpBMxOxnWVj5fhCJx/1uSo1rn/Qo5+qmwterb+bchF2pPi1SwvFpGhChPuXPY szjJKtzTikgu5UpAN50ppDwo3oKyjpXwN/pbJLwQVcTDo6qrKflwcFP4lij3ahE0sV8q z+0HgzL+7NVzCcv1xCgZqFN7oIJQFgHcbYHtO2jLCLJSu8De3AxG8glilSgwzL3sAWSo v+nQ== X-Gm-Message-State: AOAM531epLeW+5aDuA6vo/ms79DwuUYbfdj63uHk0xnRguXMOeE22bQW KFXQ5Ml94qtbbC76Mulaw4P121OaTsqq/gjuENTmMg== X-Google-Smtp-Source: ABdhPJx1Vy330WbTIwiXk/Ws2ggCAYdQjHxVGyEfo3K/2nuYo2QDCXyKDGQLHaRQ6KllZjLmsWwxeQYtg4NnKP1dnU4= X-Received: by 2002:a92:5b86:: with SMTP id c6mr4743274ilg.100.1591818256449; Wed, 10 Jun 2020 12:44:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Wed, 10 Jun 2020 15:44:04 -0400 Message-ID: Subject: Re: When were the stable and release branches actually created? To: Warner Losh Cc: Scott Long , Peter Wemm , Scott Long , freebsd-git@freebsd.org, kensmith@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49hy9Y3N4Tz4T6P X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.181 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-0.15 / 15.00]; ARC_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; NEURAL_HAM_LONG(-0.63)[-0.630]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.78)[-0.782]; RCPT_COUNT_FIVE(0.00)[6]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.26)[0.259]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.181:from]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.181:from]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2020 19:44:18 -0000 On Wed, 10 Jun 2020 at 10:28, Ed Maste wrote: > > We could perhaps skip converting branches before stable/10, although > it doesn't buy us too much - uqs@ is not spending much time. I should clarify this - Uli is spending a lot of time and putting substantial effort into the conversion. What I mean here is that high fidelity conversion old branches is both a low priority and I believe a relatively small portion of the overall effort, and that dropping it won't make a material difference in when we're finished with the conversion, in light of the effort required to make sure that we're ready to deal with subtree / vendor updates in the git world.