Hi, On Sun, 6 Jul 2008, Ittay Dror wrote: > How can I find files with a given name (or pattern) in my history (where > I don't know the exact path and some files have been removed)? I'd grep in the output of "git rev-list --objects". Then I'd have the full name, and "git log --all -- <fullpath>" is my friend. Ciao, Dscho -- 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