diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-11-19 16:51:03 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-20 13:33:36 +0900 |
commit | bd00717eab1f2c9e9f50d8bca3fa81f7f953f283 (patch) | |
tree | e63e7111ad2743c6ccf77aa39a9eec02578e1ae4 /Documentation/SubmittingPatches | |
parent | Git 2.23 (diff) | |
download | tgif-bd00717eab1f2c9e9f50d8bca3fa81f7f953f283.tar.xz |
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 <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
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: .... |