add git pack settings
This commit is contained in:
@ -29,6 +29,8 @@
|
|||||||
color.ui = true;
|
color.ui = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
format.signoff = true;
|
format.signoff = true;
|
||||||
|
pack.windowMemory = "2g";
|
||||||
|
pack.packSizeLimit = "1g";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user