3 files changed
+26
-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
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
77 | 89 |
| |
78 | 90 |
| |
79 | 91 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
74 | 87 |
| |
75 | 88 |
| |
76 | 89 |
| |
|
0 commit comments