Skip to content

Commit 780390c

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
Needed by `kn/attr-from-tree`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 16d9c15 commit 780390c

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

3019-
git_check_attr(index, link, check);
3019+
git_check_attr(index, NULL, link, check);
30203020

30213021
value = check->items[0].value;
30223022
if (ATTR_UNSET(value))

0 commit comments

Comments
 (0)