3 files changed
+1
-1
lines changedBinary file not shown.
Binary file not shown.
- CMakeLists.txt+1
- examples/network/fetch.c+1-1
- include/git2/oid.h+1-1
- include/git2/tree.h+30
- include/git2/windows.h+59
- src/blob.c+1-1
- src/buffer.c+1-1
- src/cache.c+1-1
- src/commit.c+5-5
- src/config.c+9-9
- src/config_file.c+40-34
- src/delta-apply.c+1-1
- src/errors.c+2-2
- src/filebuf.c+7-7
- src/fileops.c+3-3
- src/hash.c+1-1
- src/hashtable.c+5-5
- src/index.c+12-12
- src/indexer.c+5-5
- src/mwindow.c+3-3
- src/netops.c+1-1
- src/object.c+1-1
- src/odb.c+11-11
- src/odb_loose.c+9-9
- src/odb_pack.c+5-5
- src/oid.c+4-4
- src/pack.c+10-10
- src/path.c+2-2
- src/pkt.c+3-3
- src/pqueue.c+3-3
- src/reflog.c+13-13
- src/refs.c+8-8
- src/refspec.c+1-1
- src/remote.c+10-10
- src/repository.c+7-7
- src/revwalk.c+7-7
- src/signature.c+3-3
- src/status.c+70-69
- src/tag.c+5-5
- src/transports/git.c+9-9
- src/transports/http.c+10-10
- src/transports/local.c+7-7
- src/tree-cache.c+2-2
- src/tree.c+62-10
- src/tsort.c+2-2
- src/util.c+2-2
- src/util.h+2
- src/vector.c+2-2
- src/win32/dir.c+12-11
- src/win32/posix.h+3-3
- src/win32/posix_w32.c+34-34
- src/win32/utf-conv.c+27-7
- src/win32/utf-conv.h+4-4
- tests-clay/clay.h+41-11
- tests-clay/clay_main.c+138-60
- tests-clay/core/path.c+2-2
- tests-clay/core/vector.c+2-2
- tests-clay/object/raw/chars.c+52
- tests-clay/object/raw/compare.c+124
- tests-clay/object/raw/convert.c+75
- tests-clay/object/raw/data.h+323
- tests-clay/object/raw/fromstr.c+30
- tests-clay/object/raw/hash.c+162
- tests-clay/object/raw/short.c+94
- tests-clay/object/raw/size.c+13
- tests-clay/object/raw/type2string.c+54
- tests/resources/status/.gitted/COMMIT_EDITMSG+1-1
- tests/resources/status/.gitted/ORIG_HEAD+1-1
- tests/resources/status/.gitted/index
- tests/resources/status/.gitted/logs/HEAD+1
- tests/resources/status/.gitted/logs/refs/heads/master+1
- tests/resources/status/.gitted/objects/26/a125ee1bfc5df1e1b2e9441bbe63c8a7ae989f+2
- tests/resources/status/.gitted/objects/37/fcb02ccc1a85d1941e7f106d52dc3702dcf0d0
- tests/resources/status/.gitted/objects/e8/ee89e15bbe9b20137715232387b3de5b28972e
- tests/resources/status/.gitted/refs/heads/master+1-1
- tests/resources/status/subdir.txt+2
- tests/t00-core.c+4-4
- tests/t01-rawobj.c+2-2
- tests/t04-commit.c+3-3
- tests/t07-hashtable.c+3-3
- tests/test_helpers.c+1-1
0 commit comments