On Sat, May 19, 2007 at 03:30:11AM -0700, Robin H. Johnson wrote: > Problem: > -------- > A bunch of my commits are NOT present in git-log, git-rev-list, or any > tool that provides the history of my branches. > > If I hack around and recover the commitid, I can pass it to git-show, > and the commit does still exist in the data. > > git-fsck --unreachable does not list the commit in question either, but > does list other blobs and trees. Are you sure it isn't in your reflog? Try 'git reflog show' or 'git log -g'. -Peff - 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