]> git.proxmox.com Git - libgit2.git/commit
errors: Rename error codes
authorVicent Martí <tanoku@gmail.com>
Thu, 17 May 2012 23:48:50 +0000 (01:48 +0200)
committerVicent Martí <tanoku@gmail.com>
Thu, 17 May 2012 23:48:50 +0000 (01:48 +0200)
commit904b67e69fa15b7a3246e43b3d78645ffa2331f6
tree3be54c31248759ba27a08cef52558385116d9b19
parente172cf082e62aa421703080d0bccb7b8762c8bd4
errors: Rename error codes
61 files changed:
examples/diff.c
include/git2/branch.h
include/git2/errors.h
include/git2/odb.h
include/git2/refspec.h
include/git2/status.h
include/git2/submodule.h
include/git2/tag.h
include/git2/tree.h
src/attr.c
src/attr_file.c
src/branch.c
src/commit.c
src/config.c
src/config_cache.c
src/config_file.c
src/crlf.c
src/diff.c
src/fileops.c
src/fileops.h
src/ignore.c
src/index.c
src/indexer.c
src/iterator.c
src/notes.c
src/object.c
src/odb.c
src/odb.h
src/odb_loose.c
src/odb_pack.c
src/pack.c
src/path.c
src/pkt.c
src/protocol.c
src/refs.c
src/refspec.c
src/remote.c
src/repository.c
src/revwalk.c
src/status.c
src/submodule.c
src/tag.c
src/transports/git.c
src/transports/http.c
src/tree.c
src/vector.c
tests-clar/config/write.c
tests-clar/core/path.c
tests-clar/core/vector.c
tests-clar/index/tests.c
tests-clar/network/remotes.c
tests-clar/notes/notes.c
tests-clar/object/lookup.c
tests-clar/object/tree/frompath.c
tests-clar/refs/branches/delete.c
tests-clar/refs/branches/move.c
tests-clar/repo/discover.c
tests-clar/repo/open.c
tests-clar/revwalk/mergebase.c
tests-clar/status/submodules.c
tests-clar/status/worktree.c