quoted
quoted
quoted
quoted
"LT" == Linus Torvalds [off-list ref] writes:
LT> I'll instead make it do
LT> git-update-cache --add --cacheinfo ... &&
LT> git-checkout-cache -u -f "$4"
LT> which seems even simpler.
I like that one much much better. Consistently using
checkout-cache -f everywhere is much preferred. It creates the
leading paths itself, and even nukes interfering files it finds
while creating leading directories, which the verify_path using
mkdir -p would not give you.