Re: Empty temp files in the .git/objects subdirectories
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:10
Nick Hengeveld [off-list ref] writes:
These are created by git-http-fetch to hold data as it's being
fetch from the remote repository. They are left behind after a transfer
error so that the next time git-http-fetch runs it can pick up where it
left off. If they're empty though, it would make more sense to delete
them rather than leaving them behind for the next attempt.