From owner-freebsd-git@freebsd.org Wed Sep 2 15:18:48 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 9586D3D9CC6; Wed, 2 Sep 2020 15:18:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (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 4BhSJR5xqxz4r85; Wed, 2 Sep 2020 15:18:47 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f53.google.com with SMTP id d18so6136997iop.13; Wed, 02 Sep 2020 08:18:47 -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=i0n4pSJHw42Y/xh0FsKHDL3FxVl1FQhhWLD4zHHA/tA=; b=I18m8Evctr/Ly+Mgh02nMd2LjV2FYmn0eg9z9/mbNVofG5OTCEegetnI62MeHsgR6a IEKls6b2juioVnIRtk2HZ5eNwy5G8wgMWqYTqMpMkMYZdrKN/s5gFc1XCsj2JE8NW8HK LfAF4kb8y8blGzMINiNeOBESxsb6ApTrA6rAtvcLLPtPg6tae4dUDPZrFfTbMUY6RF3Z haQIidGNqnhf8BfcX1mok6dIwfK5FXZmYfEW46NQt91kXLhkLjQuqSspZtX1busZn3Z8 3/m39Rvd9uMyTkcrHd4uXxcURK28Q3aLXousSzPRaMu68srD49fIwqAA0Ogv+DGg7Zav r5zA== X-Gm-Message-State: AOAM533OF9njGSDOJGjKsPpeRVDRy6guB2jVKxRIb135B5BHyQd05Xkh bJ6LG4j8F7rfq3cu/E0dKSeGBIMfr6Odfcf91Eo3aV6d X-Google-Smtp-Source: ABdhPJxD112hiYEPUN5tZvFhzluka1rUji1ds2wIgJO6AA7b1QKQgF3hf6h1MOdGcUGPloxwETuYHorFd6px8uNRl2c= X-Received: by 2002:a5d:8ad6:: with SMTP id e22mr3981880iot.102.1599059925769; Wed, 02 Sep 2020 08:18:45 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902115055.hen6uwjjmqsdmaby@aching.in.mat.cc> In-Reply-To: <20200902115055.hen6uwjjmqsdmaby@aching.in.mat.cc> From: Ed Maste Date: Wed, 2 Sep 2020 11:18:33 -0400 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Mathieu Arnold Cc: grarpamp , FreeBSD Current , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhSJR5xqxz4r85 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] 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, 02 Sep 2020 15:18:48 -0000 On Wed, 2 Sep 2020 at 07:51, Mathieu Arnold wrote: > > > Git also supports sha-256 soon now, adoption should > > be researched from various online article series and > > work product before committing plans... > > https://lwn.net/Articles/823352/ > > https://git-scm.com/docs/hash-function-transition > > "soon now" seems a bit vague, from what I have read on the subject, > whilst the local repository operations are working with SHA256 hashes, > it is still lacking remote transport, clones, and such. Yes, Git will migrate to SHA256 but will not be completely finished sufficiently soon to matter for our needs. We'll eventually deal with the migration the same way as everyone else.