Message ID | 20191221194936.1346664-1-sandals@crustytoothpaste.net (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=QBG1=2L=vger.kernel.org=git-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 90E9714B7 for <patchwork-git@patchwork.kernel.org>; Sat, 21 Dec 2019 19:50:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 62D92206B7 for <patchwork-git@patchwork.kernel.org>; Sat, 21 Dec 2019 19:50:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (3072-bit key) header.d=crustytoothpaste.net header.i=@crustytoothpaste.net header.b="jkqcQuHA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727217AbfLUTuF (ORCPT <rfc822;patchwork-git@patchwork.kernel.org>); Sat, 21 Dec 2019 14:50:05 -0500 Received: from injection.crustytoothpaste.net ([192.241.140.119]:41944 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727126AbfLUTuF (ORCPT <rfc822;git@vger.kernel.org>); Sat, 21 Dec 2019 14:50:05 -0500 Received: from camp.crustytoothpaste.net (unknown [IPv6:2001:470:b978:101:b610:a2f0:36c1:12e3]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id 967B360787; Sat, 21 Dec 2019 19:50:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1576957804; bh=mxsBzAVdUvuILREuQZQB7PSsCn5Z6UyUn5zG/ABBdvc=; 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=jkqcQuHAC5fm5fbXgxLWmZc7jRTSaHbMe5dMwyZdmEJ2OCVBVIZg2rltHfGGLcTrQ kekfZ74B/+9Jysgh2uFftT7UyzBfYRT01qplo8nZyZ4y3jMKbgqfUPzV1rEedI4CtK ZqzZgqQEW8pnXRFlrW76tGGSF5vgc1Wctlybv3/mL5EM7EJBIjZ9eDhUa1Xuj85DDB fAZWQsbKkq7MU+e+nnyEfIyvdKvUHhUkyPhA79xQ5RWL1S0kf6Wwaf05P5XiH8NDk3 rypBYIASeFv9l/+BrtcBiGFvM0rPRLxLCIU4IKD95ydHDcfFW/DoztbOcsfM2bXyTC AzpscJQjMlWTMkd5ik1dg4Pf37ujggwNAMh6wHZL9F3Or8pC29vlN+4CCKVIBq/nGH WP5Aijp5+IqDXqjLCtQXtYMctXjQWMoc/ojxsaWMhaYSZE0lzspziyFAku2HdCzsPH nuMo6lQBvrk7UPEv8ecmlekpdNYBiUG6s/K+TCm+IThTUJmiiM5 From: "brian m. carlson" <sandals@crustytoothpaste.net> To: <git@vger.kernel.org> Cc: Derrick Stolee <dstolee@microsoft.com>, Junio C Hamano <gitster@pobox.com> Subject: [PATCH 00/20] SHA-256 test fixes, part 7 Date: Sat, 21 Dec 2019 19:49:16 +0000 Message-Id: <20191221194936.1346664-1-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.24.1.658.g99f4b37f93 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
SHA-256 test fixes, part 7
|
expand
|
On 12/21/2019 2:49 PM, brian m. carlson wrote: > This is the seventh in a series of test fixes to make our testsuite work > with SHA-256. Included in this series are fixes to a variety of tests > from t4054 to t5604. Thanks for doing the hard work needed for this important transition. This series looks good to me. I commented only on the parts that I knew a lot about just to say "I'm sorry this was complicated." Thanks, -Stolee