Skip to content

Commit

Permalink
update libgit2 submodule to recent main
Browse files Browse the repository at this point in the history
This is specifically to pick up the fix
at libgit2/libgit2#5839
  • Loading branch information
staktrace committed May 15, 2021
1 parent 9972c24 commit d794a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgit2-sys/libgit2
Submodule libgit2 updated 47 files
+34 −0 include/git2/deprecated.h
+9 −17 include/git2/filter.h
+3 −4 src/attr_file.c
+1 −2 src/blob.c
+0 −316 src/buf_text.c
+0 −122 src/buf_text.h
+309 −11 src/buffer.c
+92 −0 src/buffer.h
+1 −2 src/checkout.c
+1 −2 src/config.c
+3 −5 src/config_parse.c
+4 −5 src/crlf.c
+2 −3 src/diff_driver.c
+1 −4 src/diff_file.c
+2 −2 src/diff_tform.c
+64 −20 src/filter.c
+9 −0 src/filter.h
+1 −2 src/ident.c
+1 −3 src/odb.c
+2 −3 src/pathspec.c
+0 −1 src/submodule.c
+0 −1 tests/apply/fromdiff.c
+0 −1 tests/apply/fromfile.c
+0 −1 tests/apply/partial.c
+44 −45 tests/core/buffer.c
+0 −1 tests/diff/patch.c
+56 −2 tests/diff/rename.c
+64 −52 tests/filter/crlf.c
+20 −10 tests/filter/custom.c
+0 −1 tests/filter/custom_helpers.c
+0 −1 tests/filter/stream.c
+6 −13 tests/filter/wildcard.c
+1 −2 tests/mailmap/parsing.c
+4 −5 tests/object/blob/filter.c
+1 −0 tests/resources/renames/.gitted/ORIG_HEAD
+ tests/resources/renames/.gitted/index
+5 −0 tests/resources/renames/.gitted/logs/HEAD
+ tests/resources/renames/.gitted/objects/41/2a2eaf2c13103ea976b3b02c17abee7a358432
+ tests/resources/renames/.gitted/objects/5a/71babaaac78a758b52576a60cea3c218c8b546
+2 −0 tests/resources/renames/.gitted/objects/7e/7bfb88ba9bc65fd700fee1819cf1c317aafa56
+2 −0 tests/resources/renames/.gitted/objects/bf/102db0c9c0c1513909a90e0611b5dddfc87c93
+ tests/resources/renames/.gitted/objects/cc/980ffac5f1393696d4cd703ea9d2fde67dd367
+ tests/resources/renames/.gitted/objects/db/98035f715427eef1f5e17f03e1801c05301e9e
+ tests/resources/renames/.gitted/objects/eb/b3b7af1d25c8492d2f626826c92458b7cefd60
+ tests/resources/renames/.gitted/objects/ed/2a95c4a6c295b9afcea50baff63ec544ccf600
+ tests/resources/renames/.gitted/objects/f6/7e2f70efe89665e829ea0d77c46965ad1307e4
+1 −0 tests/resources/renames/.gitted/refs/heads/break_rewrite

0 comments on commit d794a15

Please sign in to comment.