]> git.proxmox.com Git - libgit2.git/commit - src/util.c
Migrating diff to new error handling
authorRussell Belfer <arrbee@arrbee.com>
Wed, 7 Mar 2012 00:14:31 +0000 (16:14 -0800)
committerRussell Belfer <arrbee@arrbee.com>
Wed, 7 Mar 2012 00:27:13 +0000 (16:27 -0800)
commitae9e29fde7e7d1c0c3e95bdabbb5c96fc71b1c71
tree65d8215f898fc30b579b72d815e6adc78823dd6c
parentcb8a79617b15e347f26d21cedde0f2b8670c1876
Migrating diff to new error handling

Ended up migrating a bunch of upstream functions as well
including vector, attr_file, and odb in order to get this
to work right.
14 files changed:
src/attr_file.c
src/diff.c
src/diff_output.c
src/errors.c
src/filebuf.c
src/fileops.c
src/fileops.h
src/index.c
src/odb.c
src/path.c
src/refs.c
src/util.c
src/util.h
src/vector.c