On Ubuntu 11.04, this functionality is provided via `git ls-files`. I can't open files under git without it trying to execute `git-ls-files`. This line is causing the error ``` 494: (apply #'git--exec-buffer "ls-files" "-t" "-z" args) ```
On Ubuntu 11.04, this functionality is provided via
git ls-files. I can't open files under git without it trying to executegit-ls-files.This line is causing the error