Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39d036e

Browse files
committed
repository: support the 'worktreeConfig' extension
1 parent a20800c commit 39d036e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/repository.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,8 @@ static int check_repositoryformatversion(int *version, git_config *config)
14321432
}
14331433

14341434
static const char *builtin_extensions[] = {
1435-
"noop"
1435+
"noop",
1436+
"worktreeconfig",
14361437
};
14371438

14381439
static git_vector user_extensions = GIT_VECTOR_INIT;

0 commit comments

Comments
 (0)