libgit2/tests/merge
Matthew Plough 38dc994031 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-28 08:25:23 +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 merge_files: don't add trailing newlines 2015-07-28 08:18:37 +02:00
merge_helpers.c Fix #3094 - improve use of portable size_t/ssize_t format specifiers. 2015-07-28 08:25:23 +02:00
merge_helpers.h Factor 40 and 41 constants from source. 2014-09-16 13:07:04 +02:00