Skip to content

Commit d347ab2

Browse files
fixup! scalar: enable path-walk during push via config (#698)
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. This is a companion to git-for-windows#5220.
2 parents dda73ee + fb280a9 commit d347ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ static int set_recommended_config(int reconfigure)
193193
{ "core.autoCRLF", "false" },
194194
{ "core.safeCRLF", "false" },
195195
{ "fetch.showForcedUpdates", "false" },
196-
{ "push.usePathWalk", "true" },
196+
{ "pack.usePathWalk", "true" },
197197
{ "core.configWriteLockTimeoutMS", "150" },
198198
{ NULL, NULL },
199199
};

0 commit comments

Comments
 (0)