From owner-freebsd-git@freebsd.org Sat Dec 26 18:12:20 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 0274F4BF981 for ; Sat, 26 Dec 2020 18:12:20 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3Bjb6gNmz4XWn for ; Sat, 26 Dec 2020 18:12:19 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id D813529253 for ; Sat, 26 Dec 2020 18:12:19 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f180.google.com with SMTP id h4so5926396qkk.4 for ; Sat, 26 Dec 2020 10:12:19 -0800 (PST) X-Gm-Message-State: AOAM530NggFCn1J1BxUEymgst9hMu1PORBunBG4bOqqhhq+CXrdGhhI/ lT8VsORs7vWM8ayeP3aF6MlQLwW26Hu9qb7DeFQ= X-Google-Smtp-Source: ABdhPJwIDaT8DNVLTQekZCnNlN5GdEf8Gpr0jXvTlzosMgt0uJvOpO0Pgy9NtiTw8XB1HvU3lvx2EZ0xdXS2KdEtbH0= X-Received: by 2002:a37:a342:: with SMTP id m63mr39025778qke.120.1609006339338; Sat, 26 Dec 2020 10:12:19 -0800 (PST) MIME-Version: 1.0 From: Kyle Evans Date: Sat, 26 Dec 2020 12:12:02 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: stable branch notes To: freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 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: Sat, 26 Dec 2020 18:12:20 -0000 Hello! So Warner's got a git2svn exporter that will keep svn up-to-date, but will it backfill stable/12 notes (so to speak, if it's even possible) to indicate the svn revision that a git commit ended up with? I'm staring at the EN template and trying to figure out if I'll be able to use the cgit interface to fill it out or if I'd need to use svnweb for this going forward, assuming that SA/EN will continue to refer to svn commits to match the release process for those branches. Thanks, Kyle Evans