Skip to content

Commit f64a772

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? mingw: allow to specify the symlink type in .gitattributes
This is required by `jc/attr-source-tree`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c9a5ebf commit f64a772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ static enum symlink_type check_symlink_attr(struct index_state *index, const cha
30253025
if (!check)
30263026
check = attr_check_initl("symlink", NULL);
30273027

3028-
git_check_attr(index, NULL, link, check);
3028+
git_check_attr(index, link, check);
30293029

30303030
value = check->items[0].value;
30313031
if (ATTR_UNSET(value))

0 commit comments

Comments
 (0)