6 files changed
+2
-2
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
- .travis.yml+1-1
- CMakeLists.txt+1-1
- README.md+2
- include/git2.h+1
- include/git2/clone.h+6-3
- include/git2/config.h+20
- include/git2/diff.h+2-1
- include/git2/errors.h+1
- include/git2/ignore.h+6-3
- include/git2/pack.h+89
- include/git2/status.h+6-4
- include/git2/submodule.h+9-2
- include/git2/tag.h+15
- include/git2/types.h+3
- src/attr_file.h+4-4
- src/branch.c+4-5
- src/buffer.c+40
- src/buffer.h+3
- src/clone.c+20-4
- src/compress.c+53
- src/compress.h+16
- src/config.c+31-2
- src/config.h+1
- src/delta.c+491
- src/delta.h+112
- src/diff.c+48-11
- src/diff_output.c+36-15
- src/fetch.c+9-3
- src/fileops.c+36-74
- src/fnmatch.c+16-4
- src/fnmatch.h+4-3
- src/ignore.c+65-4
- src/indexer.c-5
- src/iterator.c+12
- src/iterator.h+8
- src/odb.c+3
- src/pack-objects.c+1.3k
- src/pack-objects.h+84
- src/posix.h+1
- src/refs.c+21-7
- src/repository.c+15-4
- src/reset.c+5-3
- src/status.c+20-3
- src/tag.c+40-9
- src/thread-utils.h+7-7
- src/transports/http.c+11-10
- src/unix/posix.h-7
- src/win32/findfile.c+149
- src/win32/findfile.h+23
- src/win32/posix.h-1
- src/win32/pthread.c+65
- src/win32/pthread.h+7
- tests-clar/clar+40-5
- tests-clar/clone/network.c+116
- tests-clar/clone/nonetwork.c+7-67
- tests-clar/core/buffer.c+25
- tests-clar/core/env.c+5-7
- tests-clar/diff/diff_helpers.c+27-2
- tests-clar/diff/diff_helpers.h+4
- tests-clar/diff/iterator.c+3-3
- tests-clar/diff/tree.c+9-9
- tests-clar/diff/workdir.c+74
- tests-clar/network/fetch.c+72
- tests-clar/object/tag/write.c+2-2
- tests-clar/pack/packbuilder.c+67
- tests-clar/refs/branches/create.c+1-1
- tests-clar/refs/branches/move.c+1-1
- tests-clar/refs/read.c+2
- tests-clar/refs/rename.c+11
- tests-clar/reset/hard.c+14
- tests-clar/resources/attr/gitignore-1
- tests-clar/resources/attr/sub/ign-1
- tests-clar/resources/attr/sub/ign/file+1
- tests-clar/resources/attr/sub/ign/sub/file+1
- tests-clar/resources/testrepo.git/FETCH_HEAD+2
- tests-clar/status/ignore.c+109-5
0 commit comments