Skip to content

Commit 7e0bb60

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? mingw: allow to specify the symlink type in .gitattributes
Reverse fix-up ;-) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f9be318 commit 7e0bb60

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
@@ -3020,7 +3020,7 @@ static enum symlink_type check_symlink_attr(struct index_state *index, const cha
30203020
if (!check)
30213021
check = attr_check_initl("symlink", NULL);
30223022

3023-
git_check_attr(index, NULL, link, check);
3023+
git_check_attr(index, link, check);
30243024

30253025
value = check->items[0].value;
30263026
if (ATTR_UNSET(value))

0 commit comments

Comments
 (0)