4. 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.
5. Commit the result. (You should commit exactly the same changes)
# You run this script instead of git-commit-hash-vanitygen to generate a commit.
#
_self_bin_name="$0"
function where_is_him (){
SOURCE="$1"
while[-h"$SOURCE"];do# resolve $SOURCE until the file is no longer a symlink
DIR="$(cd-P"$(dirname"$SOURCE")"&&pwd)"
SOURCE="$(readlink"$SOURCE")"
[[$SOURCE!= /*]]&&SOURCE="$DIR/$SOURCE"# if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located