git commit -m "edit S1 and add S2"
would assign a new 40 character SHA1 hash for that latest commit in a commit graph.
1) Is SHA1 hash generator creating hash for string "edit S1 and add S2"
?
2) If yes, does git author recommend a standard practice on content of this string("edit S1 and add S2"
)? Because there could be a chance to generate same hash value for using same string, for different commits...