On Tue, Mar 4, 2008 at 12:21 AM, Ping Yin <pkufranky@xxxxxxxxx> wrote: > On Tue, Mar 4, 2008 at 1:02 AM, Charles Bailey <charles@xxxxxxxxxxxxx> wrote: > > > > Does 'git fsck' report some dangling blobs? If so (some of) them > > should be the content of your missing files. > > > Good news. So can "--recover" help me find the lost blobs? git fsck --lost-found. Look under .git/lost-found/other for your blobs. Anything that's not 41 bytes is a file. j. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html