mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 15:30:17 +00:00
![]() If the strings match, git__fnmatch returns GIT_SUCCESS and GIT_ENOMATCH on failure to match. MSVC fixes: Added a test for _MSC_VER and (in that case) defined HAVE_STRING_H to 1 so it doesn't try to include <strings.h> which doesn't exist in the MSVC world. Moved the function declarations to use the modern inline ones so MSVC doesn't have a fit. Added casts everywhere so MSVC doesn't crap its pants. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> |
||
---|---|---|
.. | ||
blob.h | ||
branch.h | ||
commit.h | ||
common.h | ||
config.h | ||
errors.h | ||
index.h | ||
object.h | ||
odb_backend.h | ||
odb.h | ||
oid.h | ||
refs.h | ||
refspec.h | ||
remote.h | ||
repository.h | ||
revwalk.h | ||
signature.h | ||
tag.h | ||
thread-utils.h | ||
tree.h | ||
types.h | ||
zlib.h |