"Sam G." [off-list ref] writes:
And, just in case, is there any way to
search raw objects for text, either commit text, file name or content?
Thanks very much!
Or run "git lost-found" and grep for blobs in .git/lost-found/other/*
git-lost-found actually did it... she had git-stashed it a number of
times throughout development, so through some grepping of the lost-
found objects, we were able to find a very close version. What a
relief! Thanks to everyone for your help!
-Sam
On Jun 25, 2008, at 6:00 PM, Junio C Hamano wrote:
"Sam G." [off-list ref] writes:
quoted
And, just in case, is there any way to
search raw objects for text, either commit text, file name or
content?
Thanks very much!
Or run "git lost-found" and grep for blobs in .git/lost-found/other/*