From 3d58156772f3bfd5b1ab303b05dc8f8c1483e845 Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Fri, 11 Feb 2022 19:29:39 +0800 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dee1192..09a771d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 1. Run `git commit` 2. Run `git cat-file commit HEAD` -3. Modify the `catfile_text` and `commit_msg` in `main()` , also modify the hash condition `if(unlikely(*(uint16_t *)hashbuf == 0))`. +3. Modify the `catfile_text` and `commit_msg` in `main()` , also modify the hash condition `if(unlikely(*(uint16_t *)hashbuf == 0))`. Also search for `+0800` if you need to modify timezone. 4. build and run 5. Run `git reset HEAD~1` and then commit with the result. -- GitLab