1 file changed
+1
-1
lines changed- CHANGELOG.md+18-1
- CMakeLists.txt+25-4
- COPYING+46
- include/git2/config.h+22-2
- include/git2/cred_helpers.h+1-1
- include/git2/diff.h+6-2
- include/git2/index.h+11
- include/git2/sys/config.h+14
- include/git2/sys/transport.h+22
- include/git2/transport.h+11
- src/checkout.c+22-10
- src/config.c+36
- src/config.h+15
- src/config_file.c+91-18
- src/config_file.h+10
- src/curl_stream.c+1
- src/diff.c+68-31
- src/diff_driver.c+6-7
- src/filebuf.c+81-3
- src/idxmap.h+92
- src/ignore.c+9-7
- src/index.c+243-43
- src/index.h+2
- src/iterator.c+297-67
- src/iterator.h+28-20
- src/merge.c+26-13
- src/notes.c+1-1
- src/odb_mempack.c+6-2
- src/oidmap.h+2
- src/pathspec.c+12-12
- src/refdb_fs.c+4-2
- src/repository.c+2-2
- src/stash.c+17-12
- src/submodule.c+221-146
- src/transaction.c+42
- src/transaction.h+14
- src/transports/cred.c+8
- src/transports/http.c+9-1
- src/transports/smart.c+14
- src/transports/smart_pkt.c+9-2
- src/transports/smart_protocol.c+1-1
- src/transports/ssh.c+3-1
- src/win32/w32_util.c+29-5
- src/win32/w32_util.h+13-3
- tests/config/write.c+50
- tests/core/filebuf.c+79
- tests/core/futils.c+68
- tests/diff/drivers.c+26
- tests/diff/iterator.c+46-14
- tests/diff/workdir.c+253
- tests/index/addall.c+35
- tests/index/bypath.c+194
- tests/index/filemodes.c+1
- tests/index/rename.c+31
- tests/index/tests.c+54
- tests/merge/trees/treediff.c+6-6
- tests/repo/iterator.c+690-137
- tests/status/ignore.c+17
- tests/status/worktree_init.c+2-2
- tests/submodule/lookup.c+55
- tests/submodule/status.c+4-2
- tests/threads/iterator.c+4-1
0 commit comments