From: jxzhu <zhujiaxinabc@xxxxxxxxx> Signed-off-by: Jiaxin Zhu <zhujiaxinabc@xxxxxxxxx> --- Makefile: add the missing period in the 'SHA-1 implementations' comment Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1833%2Fjxshin%2Fmaster-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1833/jxshin/master-v1 Pull-Request: https://github.com/git/git/pull/1833 Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d06c9a8ffa7..a1fe141f7e0 100644 --- a/Makefile +++ b/Makefile @@ -527,7 +527,7 @@ include shared.mak # # If don't enable any of the *_SHA1 settings in this section, Git will # default to its built-in sha1collisiondetection library, which is a -# collision-detecting sha1 This is slower, but may detect attempted +# collision-detecting sha1. This is slower, but may detect attempted # collision attacks. # # ==== Options for the sha1collisiondetection library ==== base-commit: 04eaff62f286226f501dd21f069e0e257aee11a6 -- gitgitgadget