From: Denton Liu Date: Wed, 20 Nov 2019 00:51:03 +0000 (-0800) Subject: SubmittingPatches: use generic terms for hash X-Git-Tag: v2.25.0-rc0~48^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd00717eab1f2c9e9f50d8bca3fa81f7f953f283;p=thirdparty%2Fgit.git SubmittingPatches: use generic terms for hash Since Git is planning on upgrading from SHA-1 to be more hash-agnostic, replace specific references to SHA-1 with more generic terminology. Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 6d589e118c..5a00329d5a 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -142,7 +142,7 @@ archive, summarize the relevant points of the discussion. [[commit-reference]] If you want to reference a previous commit in the history of a stable -branch, use the format "abbreviated sha1 (subject, date)", +branch, use the format "abbreviated hash (subject, date)", with the subject enclosed in a pair of double-quotes, like this: ....