]> git.proxmox.com Git - libgit2.git/commit - src/attr.c
Convert attr and other files to new errors
authorRussell Belfer <arrbee@arrbee.com>
Wed, 14 Mar 2012 18:07:14 +0000 (11:07 -0700)
committerRussell Belfer <arrbee@arrbee.com>
Wed, 14 Mar 2012 18:07:14 +0000 (11:07 -0700)
commitab43ad2fd822504446e7876d6352c968a74beb53
treef18b845bcfa83c72f4b4b3e1cedd0efb79f56691
parente3c475107045cb89c53c114716bafebc7538433f
Convert attr and other files to new errors

This continues to add other files to the new error handling
style.  I think the only real concerns here are that there are
a couple of error return cases that I have converted to asserts,
but I think that it was the correct thing to do given the new
error style.
src/attr.c
src/attr_file.c
src/attr_file.h
src/hashtable.c
src/ignore.c
src/path.c