]> git.proxmox.com Git - libgit2.git/commit - include/git2/signature.h
errors: Rename the generic return codes
authorVicent Martí <tanoku@gmail.com>
Thu, 17 May 2012 23:21:06 +0000 (01:21 +0200)
committerVicent Martí <tanoku@gmail.com>
Thu, 17 May 2012 23:26:26 +0000 (01:26 +0200)
commite172cf082e62aa421703080d0bccb7b8762c8bd4
treec19f7b1be056a9176d4e865f5be5c69a5c2912c6
parent2e2e97858de18abd43f7e59fcc6151510c6d3272
errors: Rename the generic return codes
90 files changed:
examples/diff.c
examples/general.c
examples/network/git2.c
examples/network/index-pack.c
examples/network/ls-remote.c
include/git2/blob.h
include/git2/branch.h
include/git2/commit.h
include/git2/config.h
include/git2/errors.h
include/git2/index.h
include/git2/notes.h
include/git2/object.h
include/git2/odb.h
include/git2/oid.h
include/git2/reflog.h
include/git2/refs.h
include/git2/refspec.h
include/git2/remote.h
include/git2/repository.h
include/git2/revwalk.h
include/git2/signature.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/delta-apply.c
src/delta-apply.h
src/diff.c
src/fileops.c
src/fileops.h
src/filter.c
src/filter.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/refspec.h
src/remote.c
src/repository.c
src/revwalk.c
src/signature.c
src/status.c
src/submodule.c
src/tag.c
src/transport.c
src/transports/git.c
src/transports/http.c
src/tree.c
src/vector.c
tests-clar/commit/signature.c
tests-clar/config/multivar.c
tests-clar/config/write.c
tests-clar/core/path.c
tests-clar/core/vector.c
tests-clar/index/tests.c
tests-clar/network/remotelocal.c
tests-clar/network/remotes.c
tests-clar/notes/notes.c
tests-clar/object/lookup.c
tests-clar/object/tag/read.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/basic.c
tests-clar/revwalk/mergebase.c
tests-clar/status/submodules.c
tests-clar/status/worktree.c