Skip to content

Commit

Permalink
fixup??? scalar: enable path-walk during push via config
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.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 22, 2024
1 parent 8c961fa commit ae4d463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalar.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ static int set_recommended_config(int reconfigure)
{ "core.autoCRLF", "false" },
{ "core.safeCRLF", "false" },
{ "fetch.showForcedUpdates", "false" },
{ "pack.usePathWalk", "true" },
{ NULL, NULL },
};
int i;
Expand Down

0 comments on commit ae4d463

Please sign in to comment.