dmgk / modules2tuple

Generate GH_TUPLE/GL_TUPLE from modules.txt
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

Always use full-length commit hashes #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

With 7 chars collisions are more likely and there could be a good reason why it uses more than 7 or 12 chars in modules.txt. Unless there is some technical reason I'm unaware of I think modules2tuple should just use the entire hash as it appears in modules.txt.

dmgk commented 5 years ago

Merged, thanks!