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 <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Oct 23, 2024
1 parent 5e576c5 commit 4b79d9c
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 @@ -170,7 +170,7 @@ static int set_recommended_config(int reconfigure)
{ "core.autoCRLF", "false" },
{ "core.safeCRLF", "false" },
{ "fetch.showForcedUpdates", "false" },
{ "push.usePathWalk", "true" },
{ "pack.usePathWalk", "true" },
{ NULL, NULL },
};
int i;
Expand Down

0 comments on commit 4b79d9c

Please sign in to comment.