Skip to content

Commit 889e344

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? scalar: enable path-walk during push via config
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]>
1 parent 9c943b4 commit 889e344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scalar.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ static int set_recommended_config(int reconfigure)
170170
{ "core.autoCRLF", "false" },
171171
{ "core.safeCRLF", "false" },
172172
{ "fetch.showForcedUpdates", "false" },
173+
{ "pack.usePathWalk", "true" },
173174
{ NULL, NULL },
174175
};
175176
int i;

0 commit comments

Comments
 (0)