]> git.proxmox.com Git - libgit2.git/commit - src/errors.c
Resolve comments from pull request
authorRussell Belfer <arrbee@arrbee.com>
Tue, 13 Mar 2012 21:23:24 +0000 (14:23 -0700)
committerRussell Belfer <arrbee@arrbee.com>
Tue, 13 Mar 2012 21:23:24 +0000 (14:23 -0700)
commite3c475107045cb89c53c114716bafebc7538433f
treeeb6df56dc41633a30a935058477e45b8e39ef77a
parent1736799d2a15d912cfc46b7089c2bff02a1cbd0e
Resolve comments from pull request

This converts the map validation function into a macro, tweaks
the GITERR_OS system error automatic appending, and adds a
tentative new error access API and some quick unit tests for
both the old and new error APIs.
include/git2/errors.h
src/errors.c
src/map.c [deleted file]
src/map.h
src/unix/map.c
src/win32/map.c
tests-clar/core/errors.c [new file with mode: 0644]