Skip to content

Commit fa116df

Browse files
committed
portable: enable FSCache by default
Enable `core.fscache` in the portable git by default as [discussed](git-for-windows/git#2467 (comment)).
1 parent 9198f30 commit fa116df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portable/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ git config -f "$SCRIPT_PATH/root/$etc_gitconfig" \
112112
die "Could not configure Git-Credential-Manager as default"
113113
test 64 != $BITNESS ||
114114
git config -f "$SCRIPT_PATH/root/$etc_gitconfig" --unset pack.packSizeLimit
115+
git config -f "$SCRIPT_PATH/root/$etc_gitconfig" core.fscache true
115116

116117
case "$LIST" in
117118
*/git-credential-helper-selector.exe*)

0 commit comments

Comments
 (0)