On Wed, Jun 02, 2010 at 11:23:32AM +0100, Bruce Stephens wrote: > Something like this is probably part of the answer, which allows an > alias like this to work: > > locate = !cd $GIT_CWD && sh -c 'git ls-files "*$1*"' - > > That doesn't give you all the files (just those below where you are). Once relative path support for ls-files is done (patch pending) you can do git ls-files $(git rev-parse --show-cdup). Clemens -- 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