Hey all, Could we add a: git locate <filename> or git find <filename> that is just an alias to "git ls-files | grep filename" ? Reasons: 1) git ls-files does not autocomplete, since it's an low-level plumbing command 2) It's nice having shell equivalents - e.g. git grep etc John -- 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