rconradharris / ply

Git Based Patch Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old versions of Git shorten SHA1

rconradharris opened this issue · comments

Looks like older versions of Git use a shorter version of the SHA1 which can lead to collisions. This causes missing BLOB breakage.

-index 12e80f78..23cd274 100644
2063
+index 12e80f7..23cd274 100644

Note that '...78' became '...7'