Jan Hudec wrote:
And does the .git/logs/refs/heads/upstream-fixes still exist?
Nope.
If it does not, as last resort you'd have to git fsck --unreachable (this gives you all things that are not reachable from any ref), filter out only commit objects and than remember which one should have been on that branch after reading it's log, date and changes.
Yeah, that will probably recover it. I wound up digging the emails out of the trash bin, and applying them again.
Jeff - 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