Skip to content

Commit

Permalink
Update vendored libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Feb 19, 2016
1 parent 6941ccc commit 251d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/libgit2
Submodule libgit2 updated 78 files
+2 −1 .mailmap
+22 −1 CHANGELOG.md
+75 −0 CODE_OF_CONDUCT.md
+1 −5 PROJECTS.md
+18 −0 include/git2/commit.h
+1 −1 include/git2/diff.h
+0 −8 include/git2/merge.h
+32 −2 include/git2/rebase.h
+1 −1 include/git2/stash.h
+34 −25 include/git2/sys/filter.h
+3 −2 script/coverity.sh
+27 −0 script/user_nodefs.h
+3 −2 src/attr_file.c
+7 −4 src/checkout.c
+109 −12 src/commit.c
+6 −0 src/common.h
+5 −1 src/curl_stream.c
+4 −4 src/diff.c
+0 −6 src/fileops.c
+155 −124 src/filter.c
+2 −0 src/filter.h
+56 −162 src/global.c
+31 −17 src/index.c
+1 −1 src/index.h
+12 −5 src/iterator.c
+1 −0 src/iterator.h
+9 −10 src/merge.c
+4 −0 src/netops.c
+121 −1 src/openssl_stream.c
+2 −0 src/openssl_stream.h
+8 −4 src/pack-objects.c
+0 −1 src/pack.c
+6 −1 src/path.c
+14 −4 src/path.h
+1 −2 src/pathspec.c
+262 −118 src/rebase.c
+2 −2 src/refdb_fs.c
+2 −3 src/signature.c
+4 −4 src/stash.c
+5 −5 src/submodule.c
+1 −1 src/thread-utils.h
+3 −0 src/transports/smart_pkt.c
+2 −0 src/transports/smart_protocol.c
+8 −3 src/transports/winhttp.c
+16 −10 src/tree.c
+3 −1 src/unix/posix.h
+6 −4 src/win32/posix.h
+18 −2 src/win32/posix_w32.c
+3 −18 src/win32/utf-conv.c
+44 −11 src/win32/w32_util.h
+7 −0 src/win32/win32-compat.h
+1 −1 tests/checkout/checkout_helpers.c
+71 −0 tests/commit/parse.c
+1 −1 tests/core/posix.c
+2 −2 tests/diff/iterator.c
+2 −2 tests/diff/workdir.c
+1 −1 tests/index/racy.c
+4 −4 tests/merge/workdir/dirty.c
+6 −6 tests/path/core.c
+116 −0 tests/rebase/inmemory.c
+42 −8 tests/rebase/iterator.c
+30 −0 tests/rebase/merge.c
+25 −25 tests/repo/iterator.c
+1 −1 tests/reset/hard.c
+1 −0 tests/resources/win32-forbidden/.gitted/HEAD
+7 −0 tests/resources/win32-forbidden/.gitted/config
+ tests/resources/win32-forbidden/.gitted/index
+6 −0 tests/resources/win32-forbidden/.gitted/info/exclude
+ tests/resources/win32-forbidden/.gitted/objects/10/68072702a28a82c78902cf5bf82c3864cf4356
+ tests/resources/win32-forbidden/.gitted/objects/17/6a458f94e0ea5272ce67c36bf30b6be9caf623
+ tests/resources/win32-forbidden/.gitted/objects/2d/7445a749d25269f32724aa621cb70b196bcc40
+3 −0 tests/resources/win32-forbidden/.gitted/objects/34/96991d72d500af36edef68bbfcccd1661d88db
+2 −0 tests/resources/win32-forbidden/.gitted/objects/8f/45aad6f23b9509f8786c617e19c127ae76609a
+ tests/resources/win32-forbidden/.gitted/objects/da/623abd956bb2fd8052c708c7ed43f05d192d37
+3 −0 tests/resources/win32-forbidden/.gitted/objects/ea/c7621a652e5261ef1c1d3e7ae31b0d84fcbaba
+1 −0 tests/resources/win32-forbidden/.gitted/refs/heads/master
+183 −0 tests/win32/forbidden.c
+1 −1 tests/win32/longpath.c

0 comments on commit 251d89e

Please sign in to comment.