fix ts check

This commit is contained in:
duanfuxiang
2025-01-05 21:14:35 +08:00
parent 0c7ee142cb
commit 5465d5fca3
46 changed files with 11974 additions and 91 deletions

View File

@@ -0,0 +1,12 @@
# Git sha hash checksums
Every snapshot in git is check summed before it is stored using an SHA-1. This produces a 40-char string with hexadecimal chars (0-9 & a-f).
This hash is based on the following information:
- The source tree of the commit (content of all the files in the repo and their locations).
- The parent commit sha1
- The author info
- The committer info (right, those are different!)
- The commit message