]> git.proxmox.com Git - libgit2.git/commit - include/git2/commit.h
Rename all `_close` methods
authorVicent Marti <tanoku@gmail.com>
Sat, 26 Nov 2011 03:59:21 +0000 (04:59 +0100)
committerVicent Marti <tanoku@gmail.com>
Sat, 26 Nov 2011 07:48:00 +0000 (08:48 +0100)
commit45e79e37012ffec58c754000c23077ecac2da753
tree809092609a4ca641ada8990c9008c7fb96c9cc07
parent9462c471435b4de74848408bebe41d770dc49a50
Rename all `_close` methods

There's no difference between `_free` and `_close` semantics: keep
everything with the same name to avoid confusions.
25 files changed:
examples/general.c
include/git2/blob.h
include/git2/commit.h
include/git2/object.h
include/git2/odb.h
include/git2/repository.h
include/git2/tag.h
include/git2/tree.h
src/blob.c
src/object.c
src/odb.c
src/refs.c
src/revwalk.c
src/status.c
src/tag.c
src/transports/local.c
src/tree.c
tests-clay/object/tree/frompath.c
tests-clay/odb/loose.c
tests-clay/odb/packed.c
tests/t03-objwrite.c
tests/t04-commit.c
tests/t08-tag.c
tests/t09-tree.c
tests/t10-refs.c