Skip to content

Commit f561554

Browse files
committed
fixup! scalar: enable path-walk during push via config
Signed-off-by: Derrick Stolee <[email protected]>
1 parent b3cf5e2 commit f561554

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scalar.c

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

0 commit comments

Comments
 (0)