Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE` | Edward Thomson | 2022-06-14 | 1 | -5/+5 |
| | | | | | In preparation for SHA256 support, `GIT_OID_RAWSZ` and `GIT_OID_HEXSZ` need to indicate that they're the size of _SHA1_ OIDs. | ||||
* | Update src/libgit2/diff_print.c | Edward Thomson | 2022-04-10 | 1 | -3/+2 |
| | |||||
* | diff_delta_format_path: handle null filename | Iliyas Jorio | 2022-03-13 | 1 | -0/+6 |
| | | | | | | This fixes a crash in test cases test_diff_parse__new_file_with_space_and_regenerate_patch and test_diff_parse__delete_file_with_space_and_regenerate_patch | ||||
* | refactor: `src` is now `src/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+825 |