libgit2/tests/merge
Matthew Plough 768f8be31c Fix #3094 - improve use of portable size_t/ssize_t format specifiers.
The header src/cc-compat.h defines portable format specifiers PRIuZ, PRIdZ, and PRIxZ. The original report highlighted the need to use these specifiers in examples/network/fetch.c.  For this commit, I checked all C source and header files not in deps/ and transitioned to the appropriate format specifier where appropriate.
2015-07-12 19:55:19 +02:00
..
trees introduce git_index_entry_is_conflict 2015-05-28 09:47:31 -04:00
workdir merge: work around write-side racy protection when hacking the index 2015-06-22 16:11:58 +02:00
files.c Collapse whitespace flags into git_merge_file_flags_t 2015-03-16 09:53:27 +02:00
merge_helpers.c Fix #3094 - improve use of portable size_t/ssize_t format specifiers. 2015-07-12 19:55:19 +02:00
merge_helpers.h Factor 40 and 41 constants from source. 2014-09-16 13:07:04 +02:00