From: Jakub Narebski <hidden> Date: 2016-06-15 22:42:27
Linus Torvalds wrote:
git repack -a
#
# Stupid sleep to make sure that nobody is still
# using any unpacked objects after the pack got
# generated
#
sleep 10
git prune-packed
Is it really necessary (on Linux at least)? Git boast it's atomicity...
--
Jakub Narebski
Warsaw, Poland