summaryrefslogtreecommitdiff
path: root/src/libgit2/diff_print.c
Commit message (Collapse)AuthorAgeFilesLines
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-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.cEdward Thomson2022-04-101-3/+2
|
* diff_delta_format_path: handle null filenameIliyas Jorio2022-03-131-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 Thomson2022-02-221-0/+825