We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.git/info/
1 parent d17ab9b commit 5320194Copy full SHA for 5320194
pacman-helper.sh
@@ -224,6 +224,7 @@ quick_action () { # <action> <file>...
224
git -C "$dir" config set remote.origin.partialCloneFilter blob:none &&
225
git -C "$dir" config set core.sparseCheckout true &&
226
git -C "$dir" config set core.sparseCheckoutCone false &&
227
+ mkdir -p "$dir"/.git/info &&
228
printf '%s\n' '/git-*.db*' '/git-*.files*' >"$dir"/.git/info/sparse-checkout &&
229
printf '%s\n' '/git-for-windows.db*' '/git-for-windows.files*' >"$dir"/.git/info/exclude &&
230
mkdir "$dir/sources" ||
0 commit comments