Skip to content

Commit f01a4b7

Browse files
committed
vendor: update libgit2 to a7e36d3d9c47
1 parent 74fe8f6 commit f01a4b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/rugged/rugged_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static VALUE rb_git_config_new(VALUE klass, VALUE rb_path)
4343
for (i = 0; i < RARRAY_LEN(rb_path) && !error; ++i) {
4444
VALUE f = rb_ary_entry(rb_path, i);
4545
Check_Type(f, T_STRING);
46-
error = git_config_add_file_ondisk(config, StringValueCStr(f), i + 1, 1);
46+
error = git_config_add_file_ondisk(config, StringValueCStr(f), i + 1, NULL, 1);
4747
}
4848

4949
if (error) {

vendor/libgit2

Submodule libgit2 updated 153 files

0 commit comments

Comments
 (0)