3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- .github/workflows/experimental.yml+1-1
- AUTHORS+1
- CMakeLists.txt+1-1
- cmake/DefaultCFlags.cmake+1-1
- cmake/SelectSSH.cmake+1-1
- docs/changelog.md+97
- 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/util/hash/builtin.c+14-4
- src/util/hash/openssl.c-4
- 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/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
0 commit comments