Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: fix some typos | Zhizhen He | 2023-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> | ||||
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 1 | -2/+1 |
| | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com> | ||||
* | examples: Add example for SHA256 repositories | Paulo Gomes | 2023-03-08 | 1 | -0/+66 |
Add a new example on initializing a new repository with object format SHA256. A new Makefile target was created to run the example to ensure that new changes won't break SHA256 support going forwards. Relates to the SHA256 implementation, defined in #706. Signed-off-by: Paulo Gomes <pjbgf@linux.com> |