On Fri, Mar 1, 2013 at 10:39 PM, [off-list ref] wrote:
Is there some way to get 'git fetch'
to be more verbose?
It seems that the remote is running the 'dumb' http protocol, you
might want to try setting the GIT_CURL_VERBOSE environment variable
for more verbosity.
Have you tried running git-update-server-info on the remote side?
Perhaps a push/fetch led to packs being created so the f981a2b object
isn't available as a loose object but in a pack but the remote still
indicates otherwise.
--
Cheers,
Ray Chuan