Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | Implement the same SHA1 collision resistent algorithm used by both the Git CLI and libgit2. Only commits with input that match the unavoidable bit conditions will be further processed, which will result in different hashes. Which is the same behaviour experienced in the Git CLI and Libgit2. Users can override the hash algorithm used with: hash.RegisterHash(crypto.SHA1, sha1.New) xref links: https://github.com/libgit2/libgit2/pull/4136/commits/2dfd1294f7a694bfa9e864a9489ae3cb318a5ed0 https://github.com/git/git/commit/28dc98e343ca4eb370a29ceec4c19beac9b5c01e Signed-off-by: Paulo Gomes <pjbgf@linux.com> | ||||
* | config: RefSpec.IsExactSHA1, validates if the refspec describes an exact ↵ | Máximo Cuadros | 2020-05-10 | 1 | -0/+10 |
| | | | | SHA1 ref | ||||
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com> | ||||
* | plumbing/protocol: paktp avoid duplication of haves, wants and shallow (#158) | Máximo Cuadros | 2016-12-05 | 1 | -0/+15 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -0/+58 |
* plumbing: now core was renamed to core, and formats and clients moved inside |