Commit ed58afe
File tree
6 files changed
+3
-22
lines changed- Classes
- External
6 files changed
+3
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 84 | + | |
88 | 85 | | |
89 | 86 | | |
90 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | 199 | | |
203 | 200 | | |
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
207 | | - | |
208 | 204 | | |
209 | 205 | | |
210 | 206 | | |
| |||
240 | 236 | | |
241 | 237 | | |
242 | 238 | | |
243 | | - | |
244 | | - | |
245 | 239 | | |
246 | 240 | | |
247 | 241 | | |
248 | | - | |
249 | 242 | | |
250 | 243 | | |
251 | 244 | | |
| |||
- .editorconfig+14
- .travis.yml+8-2
- CHANGELOG.md+13
- README.md+3-1
- examples/general.c+2-2
- examples/network/fetch.c+1-1
- examples/rev-list.c+2-2
- examples/showindex.c+2-2
- examples/tag.c+1-1
- include/git2/errors.h+2
- include/git2/merge.h+16
- include/git2/oidarray.h+40
- include/git2/remote.h+13-16
- include/git2/repository.h+3
- include/git2/submodule.h+18
- include/git2/sys/repository.h+13
- include/git2/sys/transport.h+1-3
- include/git2/transport.h+83
- include/git2/types.h+38
- script/cibuild.sh+12-5
- src/attr.c+8-4
- src/blame.c-1
- src/clone.c+24-25
- src/fileops.c+4-4
- src/global.h+2-1
- src/graph.c+2-2
- src/ignore.c+2-2
- src/merge.c+64-4
- src/netops.c+5-7
- src/netops.h-4
- src/odb_loose.c+1-1
- src/oidarray.c+21
- src/oidarray.h+18
- src/pack.c-3
- src/path.c+77-5
- src/path.h+12-1
- src/remote.c+17-20
- src/remote.h-1
- src/repository.c+50-8
- src/revparse.c+15-18
- src/signature.c+2-2
- src/stash.c+2-1
- src/submodule.c+73-33
- src/transport.c+26-48
- src/transports/cred.c+58
- src/transports/cred.h+14
- src/transports/cred_helpers.c+3
- src/transports/http.c+57-10
- src/transports/smart.c+2
- src/transports/smart.h+1
- src/transports/smart_protocol.c+4-4
- src/transports/ssh.c+181-37
- src/transports/winhttp.c+134-32
- tests/attr/repo.c+43
- tests/blame/blame_helpers.c+1-1
- tests/checkout/conflict.c+3-3
- tests/cherrypick/workdir.c+41
- tests/commit/signature.c+2-2
- tests/core/path.c+38-15
- tests/fetchhead/fetchhead_data.h+15
- tests/merge/merge_helpers.h+4-4
- tests/network/remote/defaultbranch.c+58
- tests/network/remote/remotes.c+65-16
- tests/object/raw/chars.c+1-1
- tests/online/clone.c+182-3
- tests/online/fetchhead.c+12
- tests/online/push.c+10-2
- tests/online/push_util.h+1-1
- tests/pack/packbuilder.c+2-2
- tests/path/core.c+53
- tests/repo/init.c+79
- tests/revwalk/basic.c+4-4
- tests/revwalk/mergebase.c+36-18
- tests/submodule/add.c+20
- tests/submodule/repository_init.c+40
- tests/transport/register.c+68
0 commit comments