Commit 3fc761a
1 file changed
+1
-1
lines changed- CHANGELOG.md+4
- CMakeLists.txt+2-1
- include/git2/errors.h+1-12
- include/git2/repository.h+1-1
- include/git2/sys/config.h+1-1
- include/git2/sys/diff.h+4-4
- include/git2/sys/odb_backend.h+1-1
- include/git2/sys/refdb_backend.h+4-3
- src/blob.c+6
- src/branch.c+1-12
- src/clone.c+2-2
- src/common.h+9-4
- src/describe.c+1-1
- src/errors.c+75-40
- src/filebuf.c+6-1
- src/filebuf.h+2
- src/filter.c+9-7
- src/global.c+8-6
- src/global.h+1
- src/index.c+75-2
- src/indexer.c+1-1
- src/iterator.c+6-3
- src/pack-objects.c+1-1
- src/pack.c+2-2
- src/path.c+25-4
- src/path.h+6-1
- src/push.h+3-1
- src/refdb_fs.c+7
- src/revwalk.c+1-1
- src/submodule.c+11
- src/transports/git.c+2
- src/transports/http.c+1-1
- src/transports/ssh.c+2
- src/util.c+1-1
- src/win32/w32_buffer.c+1-2
- src/win32/w32_buffer.h
- tests/core/errors.c+49-3
- tests/core/filebuf.c+27
- tests/index/bypath.c+48
- tests/refs/branches/delete.c+2
- tests/repo/iterator.c+1-5
- tests/submodule/add.c+1
- tests/submodule/lookup.c+23
0 commit comments