File tree
27 files changed
+867
-125
lines changed- Carthage/Checkouts
- External
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitFramework.xcworkspace
- ObjectiveGitTests
- ObjectiveGit
- script
27 files changed
+867
-125
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
Submodule ZipArchive added at 60312c1
- 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 135 | | |
139 | 136 | | |
140 | 137 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 226 | | |
| 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 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
| |||
0 commit comments