Commit a6a58e2
File tree
6 files changed
+23
-5
lines changed- libgit2-sys
6 files changed
+23
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | 22 | | |
5 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- .github/workflows/experimental.yml+1-1
- AUTHORS+1
- CMakeLists.txt+1-1
- cmake/DefaultCFlags.cmake+4-1
- cmake/SelectSSH.cmake+1-1
- docs/changelog.md+111
- fuzzers/CMakeLists.txt+3-1
- include/git2/oid.h-1
- include/git2/remote.h+3-3
- include/git2/stdint.h+1-1
- include/git2/version.h+4-2
- package.json+1-1
- src/cli/opt.c+1-1
- src/libgit2/CMakeLists.txt+3-3
- src/libgit2/attr_file.c+9-2
- src/libgit2/diff_stats.c+19-12
- src/libgit2/odb.c+2-6
- src/libgit2/tag.c+3-1
- src/libgit2/transports/credential.c+1-1
- src/libgit2/transports/ssh_exec.c+57-18
- src/util/fs_path.c+66-6
- src/util/fs_path.h+6
- src/util/hash/builtin.c+14-4
- src/util/hash/openssl.c-4
- src/util/process.h+2-1
- src/util/str.c+18-6
- src/util/str.h+5-3
- src/util/unix/process.c+91-14
- src/util/util.c+15-2
- src/util/util.h+1
- src/util/win32/path_w32.c+81-5
- src/util/win32/process.c+22-6
- tests/benchmarks/benchmark.sh+3-3
- tests/clar/clar.c+147-78
- tests/clar/clar.h+62-21
- tests/clar/clar/fixtures.h+3-3
- tests/clar/clar/fs.h+6-10
- tests/clar/clar/print.h+10-5
- tests/clar/clar/sandbox.h+159-48
- tests/clar/clar/summary.h+5-9
- tests/clar/clar_libgit2.c+2-2
- tests/libgit2/CMakeLists.txt+1
- tests/libgit2/checkout/conflict.c+11-11
- tests/libgit2/config/global.c+5
- tests/libgit2/diff/stats.c+20
- tests/libgit2/filter/query.c+12
- tests/libgit2/filter/systemattrs.c+17-4
- tests/libgit2/odb/alternates.c+36
- tests/libgit2/online/clone.c+4-4
- tests/libgit2/online/push.c+4-3
- tests/libgit2/refs/tags/name.c+2
- tests/libgit2/transport/register.c+2
- tests/resources/diff_format_email/.gitted/index
- tests/resources/diff_format_email/.gitted/objects/7f/4c6d9d6ba363e3352f7c21807ca3a7835072b2+1
- tests/resources/diff_format_email/.gitted/objects/7f/9b9a5984d19db4a566151374762e2628ec26b3
- tests/resources/diff_format_email/.gitted/objects/8f/6fa527fd62979afab1d2346828c7e801daac32
- tests/resources/diff_format_email/.gitted/objects/eb/d0b64ca4dd3e5dbcd9d1a12a1f2b84f893a22d
- tests/resources/diff_format_email/.gitted/objects/ff/03799ab60143654e260d91049a99551299b2a5
- tests/resources/diff_format_email/.gitted/refs/heads/master+1-1
- tests/resources/diff_format_email/dir/rerenamed.txt
- tests/resources/diff_format_email/file3.txt+1-1
- tests/util/CMakeLists.txt+1
- tests/util/gitstr.c+19-3
- tests/util/path/core.c+72-8
- tests/util/process/start.c+46
0 commit comments