From owner-freebsd-git@freebsd.org Sun Sep 27 16:42:03 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 5A96542171A for ; Sun, 27 Sep 2020 16:42:03 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) (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 4Bzryy4WZyz3yYF for ; Sun, 27 Sep 2020 16:42:02 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by mail-oi1-f179.google.com with SMTP id 185so8793203oie.11 for ; Sun, 27 Sep 2020 09:42:02 -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:from:date:message-id:subject:to; bh=NWzGFq3FKNBnooz2RS+lRzRR3tiQLD5scx431+mMGB0=; b=gFnENGac2GhMx5KHhmAhPetYyIbibesesVq0lLzIA9RSKtl2OuCz+tkkws6WljS1eH PnQpo98NBxGS4gsqGPrgNNT7HWyP3FPOmP2s3IGRh5hwn4foXkTXv43XTw3xq0754XIv 6hX6C7X2ET73cw7iNgNLR07oDMF2XODqWWV95lK4WKZj/0d0gKhWNTV+arAe8JF1zFLm fSi7yfyojMzSmWT74jtlTcKfhQG+fx1x7EKg49Lo8RAyGBrA++WFdBjITcNuollPTIcF H+Em/yKesjJq/WbTzkD+zWIlc7Y2M3t38T3Mn9egR3HZ6HzU9FvvXtAeDfKj95QktUjz vtqQ== X-Gm-Message-State: AOAM533hxFLNHSIeb6+ZIOYFF+Ir+sLp9vW4qbIq7ngIzOp+PzWKFK5Q CrEMKB6MK/nTUwgl6p8JdiGlmBygiGYaLaTFZqVDHRii X-Google-Smtp-Source: ABdhPJyrEdF64RR34BenO5IgivFwxaNeamnfMedLl+ozikaWqMRc6vy9SSGA3tELp6qurmph1ZZzb4QpAqFQdg+1m94= X-Received: by 2002:aca:49c2:: with SMTP id w185mr3685763oia.101.1601224920993; Sun, 27 Sep 2020 09:42:00 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Date: Sun, 27 Sep 2020 18:41:49 +0200 Message-ID: Subject: Heads up: beta git repo hashes changing this weekend To: freebsd-git@freebsd.org X-Rspamd-Queue-Id: 4Bzryy4WZyz3yYF X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of uspoerlein@gmail.com designates 209.85.167.179 as permitted sender) smtp.mailfrom=uspoerlein@gmail.com X-Spamd-Result: default: False [-1.83 / 15.00]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-git@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.76)[-0.759]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.13)[-0.133]; RCVD_IN_DNSWL_NONE(0.00)[209.85.167.179:from]; NEURAL_HAM_MEDIUM(-0.94)[-0.942]; FORGED_SENDER(0.30)[uqs@freebsd.org,uspoerlein@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.167.179:from]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[uqs@freebsd.org,uspoerlein@gmail.com]; MAILMAN_DEST(0.00)[freebsd-git] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 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: Sun, 27 Sep 2020 16:42:03 -0000 Hey folks, another Sunday has rolled around and we've updated the commit history for doc, src, ports to be more true to what really happened. This means all hashes are now different and pulling from the repo will sadly cause almost all commits to be re-fetched. The contents are still the same, so it is theoretically easy to transplant your work from one branch to the other, but the details around this are messy. Cheers Uli