Skip to content

Commit ab0dc08

Browse files
committed
feat(sys): add GIT_REPOSITORY_INIT_RELATIVE_GITLINK
Added in libgit2/libgit2#2530.
1 parent b6d2d31 commit ab0dc08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libgit2-sys/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ git_enum! {
12401240
GIT_REPOSITORY_INIT_MKDIR = 1 << 3,
12411241
GIT_REPOSITORY_INIT_MKPATH = 1 << 4,
12421242
GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE = 1 << 5,
1243+
GIT_REPOSITORY_INIT_RELATIVE_GITLINK = 1 << 6,
12431244
}
12441245
}
12451246

0 commit comments

Comments
 (0)