From c48b51151d787f531a3d50942c795bd3a7e7ce08 Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Fri, 11 Feb 2022 19:24:40 +0800 Subject: [PATCH] Update doc G" --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2dce84..dee1192 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ 1. Run `git commit` 2. Run `git cat-file commit HEAD` -3. Modify the `catfile_text`, +3. Modify the `catfile_text` and `commit_msg` in `main()` , also modify the hash condition `if(unlikely(*(uint16_t *)hashbuf == 0))`. +4. build and run +5. Run `git reset HEAD~1` and then commit with the result. -- GitLab