Skip to content

Commit bd00717

Browse files
Denton-Lgitster
authored andcommitted
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>
1 parent 5fa0f52 commit bd00717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ archive, summarize the relevant points of the discussion.
142142

143143
[[commit-reference]]
144144
If you want to reference a previous commit in the history of a stable
145-
branch, use the format "abbreviated sha1 (subject, date)",
145+
branch, use the format "abbreviated hash (subject, date)",
146146
with the subject enclosed in a pair of double-quotes, like this:
147147

148148
....

0 commit comments

Comments
 (0)