2 files changed
+20
-30
lines changedLines changed: 19 additions & 29 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 | 48 |
| |
72 | 49 |
| |
73 | 50 |
| |
| |||
86 | 63 |
| |
87 | 64 |
| |
88 | 65 |
| |
| 66 | + | |
89 | 67 |
| |
90 | 68 |
| |
91 | 69 |
| |
| |||
95 | 73 |
| |
96 | 74 |
| |
97 | 75 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 | 76 |
| |
104 | 77 |
| |
105 |
| - | |
| 78 | + | |
106 | 79 |
| |
107 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
108 | 98 |
| |
109 | 99 |
| |
110 | 100 |
| |
|
- .travis.yml+3-3
- CMakeLists.txt+15-8
- appveyor.yml+2-7
- git.git-authors+1
- include/git2/message.h+17-10
- include/git2/notes.h+89
- include/git2/tree.h+4-3
- script/cibuild.sh+7-21
- src/CMakeLists.txt+39-27
- src/checkout.c+5-2
- src/diff.h+1
- src/diff_driver.c+10-7
- src/diff_driver.h+3-1
- src/diff_file.c+7-3
- src/diff_generate.c+2
- src/fetchhead.c+1-1
- src/fileops.c+10
- src/fileops.h+5
- src/hash/hash_common_crypto.h+15-2
- src/hash/hash_openssl.h+18-3
- src/hash/hash_win32.c+24-6
- src/indexer.c+12-2
- src/iterator.c+36-1
- src/iterator.h+2
- src/notes.c+164-48
- src/object.c+11-2
- src/object.h+2
- src/odb_loose.c+97-98
- src/pack-objects.c+5-1
- src/pack.c+10-7
- src/patch_parse.c+42-8
- src/push.c+2-169
- src/refdb_fs.c+1
- src/remote.c+17
- src/streams/openssl.c+30-17
- src/streams/stransport.c+3-1
- src/trailer.c+27-14
- src/transports/local.c+18-5
- src/transports/winhttp.c+13-4
- src/tree.c+10-10
- src/util.c+28-16
- src/util.h+1
- src/zstream.c+18-12
- tests/CMakeLists.txt+4-6
- tests/checkout/tree.c+2
- tests/core/string.c+42
- tests/diff/blob.c+39
- tests/fetchhead/nonetwork.c+80-8
- tests/iterator/iterator_helpers.c+1-2
- tests/iterator/workdir.c+3-1
- tests/merge/workdir/submodules.c+36
- tests/message/trailer.c+67-77
- tests/notes/notes.c+274
- tests/odb/largefiles.c+114
- tests/online/clone.c+17-7
- tests/pack/indexer.c+68
- tests/patch/parse.c+6
- tests/patch/patch_common.h+10
- tests/perf/merge.c-13
- tests/refs/iterator.c+66-18
- tests/repo/open.c+2
- tests/resources/merge-resolve/.gitted/objects/50/c5dc8cdfe40c688eb0a0e23be54dd57cae2e78+2
- tests/resources/merge-resolve/.gitted/objects/7a/a825857f87aea74ddf13d954568aa30dfcdeb4
- tests/resources/merge-resolve/.gitted/refs/heads/delete-submodule+1
- tests/status/worktree.c+4
0 commit comments