Skip to content

Commit

Permalink
fixup! scalar: enable path-walk during push via config (#698)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
derrickstolee authored Oct 21, 2024
2 parents dda73ee + fb280a9 commit d347ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalar.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int set_recommended_config(int reconfigure)
{ "core.autoCRLF", "false" },
{ "core.safeCRLF", "false" },
{ "fetch.showForcedUpdates", "false" },
{ "push.usePathWalk", "true" },
{ "pack.usePathWalk", "true" },
{ "core.configWriteLockTimeoutMS", "150" },
{ NULL, NULL },
};
Expand Down

0 comments on commit d347ab2

Please sign in to comment.