Skip to content

Commit fb280a9

Browse files
committed
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 <johannes.schindelin@gmx.de>
1 parent dda73ee commit fb280a9

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)