diff mbox series

[v3,01/10] SubmittingPatches: use generic terms for hash

Message ID 5a9e19b37ea77660a2f3900f98fe24c2569af76d.1573764280.git.liu.denton@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v3,01/10] SubmittingPatches: use generic terms for hash | expand

Commit Message

Denton Liu Nov. 14, 2019, 8:47 p.m. UTC
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>
---
 Documentation/SubmittingPatches | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 1a60cc1329..bb7e33ce15 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:
 
 ....