On Mon, 2010-07-19 at 21:05 -0600, Joshua Jensen wrote: > For my sake, how is the previous tip the easiest-to-recover part of a > deleted branch? How do you go about finding the lost object? > > Josh git fsck | grep '^dangling commit' | while read dangling commit hash; do git log -1 --format='%at %h %s' $hash done | sort -nr | less -FRSX -- -- Will -- 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