Skip to content

Commit 6b6f8e4

Browse files
authored
fixup! scalar: enable path-walk during push via config (#5220)
There was a typo in the configuration Scalar registers, which was missed by author and reviewer 🤦. No big harm done, let's just fix this in time for the next Git for Windows version.
2 parents 8597dce + 8ca850e commit 6b6f8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalar.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static int set_recommended_config(int reconfigure)
170170
{ "core.autoCRLF", "false" },
171171
{ "core.safeCRLF", "false" },
172172
{ "fetch.showForcedUpdates", "false" },
173-
{ "push.usePathWalk", "true" },
173+
{ "pack.usePathWalk", "true" },
174174
{ NULL, NULL },
175175
};
176176
int i;

0 commit comments

Comments
 (0)