Comment on Colliding with the SHA prefix of Linux's initial Git commitparentComments−chrishill891yPresumably the problem is that these tools only take the abbreviated hash into account. Not also the subject:Well the first mentioned script:> Tools like linux-next's “Fixes tag checker”,has `get_full_hash`[1] which uses the subject to search through the abbreviated matches.Edit: And that check was added two weeks ago by Kees [2].[1]: https://github.com/kees/kernel-tools/blob/trunk/helpers/chec...[2]: https://github.com/kees/kernel-tools/commit/5bf6a1e71df59a23...
Comments
Well the first mentioned script:
has `get_full_hash`[1] which uses the subject to search through the abbreviated matches.
Edit: And that check was added two weeks ago by Kees [2].
[1]: https://github.com/kees/kernel-tools/blob/trunk/helpers/chec...
[2]: https://github.com/kees/kernel-tools/commit/5bf6a1e71df59a23...