Message ID | 20190212012256.1005924-1-sandals@crustytoothpaste.net (mailing list archive) |
---|---|
Headers | show
Return-Path: <git-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C89D513A4 for <patchwork-git@patchwork.kernel.org>; Tue, 12 Feb 2019 01:23:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B427B2AC23 for <patchwork-git@patchwork.kernel.org>; Tue, 12 Feb 2019 01:23:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A433B2AC2D; Tue, 12 Feb 2019 01:23:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 104DC2AC23 for <patchwork-git@patchwork.kernel.org>; Tue, 12 Feb 2019 01:23:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726310AbfBLBXP (ORCPT <rfc822;patchwork-git@patchwork.kernel.org>); Mon, 11 Feb 2019 20:23:15 -0500 Received: from injection.crustytoothpaste.net ([192.241.140.119]:34228 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726147AbfBLBXP (ORCPT <rfc822;git@vger.kernel.org>); Mon, 11 Feb 2019 20:23:15 -0500 Received: from genre.crustytoothpaste.net (unknown [IPv6:2001:470:b978:101:3dc7:72ec:75fa:fee5]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id 294776042D; Tue, 12 Feb 2019 01:23:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1549934593; bh=0FQEBefpYxIKYB/wSSYPKG1hbTLydfZ2DvLiz8zyH6A=; h=From:To:Cc:Subject:Date:From:Reply-To:Subject:Date:To:CC: Resent-Date:Resent-From:Resent-To:Resent-Cc:In-Reply-To:References: Content-Type:Content-Disposition; b=SQLmAbphYpRH3dReyrcDnu+TOaT06pgWEYjWciauUmgxhM25EXxURIyGuq+NVxsTh X8TAtGVPlzNuuCB13YF5Qmz4gmFik6Fe/83csGm6Ge4NJAtR5v69GBv8lcr5lOn0A1 fnzDzjwZtl0rgXPF2V5mOw3kMRlfiH5koAnkFP+hWgp3ZB7qeSEnN16snb3UMUVV0W zrWpYVL0LLYdpzUjVMTedU65v5eAWEA4nfwxNIBJmLyvpXv4FoOxU3b+a+ioPqqj8q qAJx+eDXrm7e7r+UYDWMs1rJirSPSTL4DlBRTaV4aiCtApHYvRCAkKs8bq80sC59Pt KWYew1oG1lRLesSPdFUdXqgkhZ8GzREbCrACXoPDZp3ycvxh1FtXyih6SJbyh9N12e LyweqN+vGLQLKgYZJU+fTrhErWY5aZ4Be+2o/jda33adyj/Q+fsDRCBxUGY4FRX7sL PAh7Jem8t7SHCkXEyyfQHGRdzUEWtJY5OpN43ooRxvWC6Q93FGd From: "brian m. carlson" <sandals@crustytoothpaste.net> To: <git@vger.kernel.org> Cc: =?utf-8?q?Ren=C3=A9_Scharfe?= <l.s.r@web.de>, Duy Nguyen <pclouds@gmail.com> Subject: [PATCH 00/31] Hash function transition part 16 Date: Tue, 12 Feb 2019 01:22:25 +0000 Message-Id: <20190212012256.1005924-1-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.20.1.791.gb4d0f1c61a MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 127.0.1.1 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Hash function transition part 16
|
expand
|
On Tue, Feb 12 2019, brian m. carlson wrote: > This is the sixteenth series of hash function transition patches. This > series contains various fixes, mostly focused around the pack bitmap > code, the HTTP code, the archive code, the index, and parts of our Perl > code. > > This is the second to last series required for a "stage 0" Git; that is, I skimmed most of this, but decided to stop when I came to "am" since I was just going to start repeating the same question I had in other patches, i.e. for the parts of this that deal with on-disk formats how does just e.g. search-replacing s/40/64/ interact with needing to read existing files (bitmaps, "am" patches, untracked cache etc.) which may be in the "old" format.