File tree
8 files changed
+4
-399
lines changed- External
- ObjectiveGit
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitTests
8 files changed
+4
-399
lines changed- CHANGELOG.md+190-90
- CMakeLists.txt+4-2
- README.md+14-1
- THREADING.md+15-6
- appveyor.yml+19
- cmake/Modules/FindLIBSSH2.cmake-44
- examples/network/clone.c+9-3
- include/git2.h-1
- include/git2/merge.h+8
- include/git2/push.h-110
- include/git2/remote.h+30-1
- include/git2/revert.h+1-1
- include/git2/submodule.h+80-1
- include/git2/sys/hashsig.h+49-22
- include/git2/sys/index.h+2-2
- include/git2/sys/openssl.h+10-12
- include/git2/sys/refs.h+11
- include/git2/tree.h+1-1
- include/git2/version.h+3-3
- src/attr_file.c+3-1
- src/buffer.c+2-1
- src/checkout.c+1-1
- src/config_file.c+5-7
- src/crlf.c+2
- src/describe.c+6-2
- src/diff.c+1
- src/diff_tform.c+15-22
- src/global.c+1-1
- src/hashsig.c+12-15
- src/ident.c+2
- src/index.c+4-4
- src/merge.c+4-8
- src/notes.c+1-1
- src/pack.c+1
- src/path.c+1-1
- src/push.h+110
- src/rebase.c+4-2
- src/remote.c+237-16
- src/remote.h+2
- src/repository.c+7-3
- src/submodule.c+229-18
- src/transports/local.c+61-2
- src/transports/smart_protocol.c+5-3
- src/tree.c+2-2
- src/util.h+14-3
- src/win32/mingw-compat.h+2
- src/win32/path_w32.h+2
- tests/buf/oom.c+31
- tests/checkout/tree.c+80-13
- tests/clar_libgit2.c+5
- tests/clar_libgit2.h+1
- tests/diff/rename.c+35-19
- tests/index/tests.c+8
- tests/network/fetchlocal.c+363
- tests/network/remote/local.c+14-21
- tests/network/remote/remotes.c+9-5
- tests/object/tree/attributes.c+3-4
- tests/object/tree/duplicateentries.c+1-1
- tests/object/tree/write.c+10-10
- tests/online/push.c+16-28
- tests/path/core.c+15
- tests/repo/init.c+40-9
- tests/repo/iterator.c+1-1
- tests/resources/submodule_simple/.gitmodules+3
- tests/resources/submodule_simple/.gitted/HEAD+1
- tests/resources/submodule_simple/.gitted/config+8
- tests/resources/submodule_simple/.gitted/description+1
- tests/resources/submodule_simple/.gitted/index
- tests/resources/submodule_simple/.gitted/objects/22/9cea838964f435d4fc2c11561ddb7447003609
- tests/resources/submodule_simple/.gitted/objects/5b/19f7523fbf55c96153ff5a94875583f1115a36
- tests/resources/submodule_simple/.gitted/objects/a8/575e6aaececba78823993e4f11abbc6172aabd
- tests/resources/submodule_simple/.gitted/objects/b4/f28943fad380f4ee3a9c6b95259b28204cc25a
- tests/resources/submodule_simple/.gitted/objects/d6/9ff504a3ba631f2fdb35bff93cc8cb8e85f4f8
- tests/resources/submodule_simple/.gitted/packed-refs+3
- tests/resources/submodule_simple/.gitted/refs/heads/alternate_1+1
- tests/resources/submodule_simple/.gitted/refs/heads/master+1
- tests/resources/template/hooks/link.sample-1
- tests/structinit/structinit.c+5
- tests/submodule/init.c+115
- tests/submodule/lookup.c+1-1
- tests/submodule/modify.c+5-5
- tests/submodule/repository_init.c+1
- tests/submodule/submodule_helpers.c+14
- tests/submodule/submodule_helpers.h+1
- tests/submodule/update.c+380
Lines changed: 0 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 | 48 |
|
Lines changed: 0 additions & 134 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 | 63 |
| |
72 | 64 |
| |
73 | 65 |
| |
| |||
167 | 159 |
| |
168 | 160 |
| |
169 | 161 |
| |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 | 162 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
311 | 310 |
| |
312 | 311 |
| |
313 | 312 |
| |
| |||
568 | 567 |
| |
569 | 568 |
| |
570 | 569 |
| |
571 |
| - | |
572 | 570 |
| |
573 | 571 |
| |
574 | 572 |
| |
| |||
719 | 717 |
| |
720 | 718 |
| |
721 | 719 |
| |
722 |
| - | |
723 | 720 |
| |
724 | 721 |
| |
725 | 722 |
| |
| |||
1268 | 1265 |
| |
1269 | 1266 |
| |
1270 | 1267 |
| |
1271 |
| - | |
1272 | 1268 |
| |
1273 | 1269 |
| |
1274 | 1270 |
| |
|
0 commit comments