On Mon, Jul 16, 2012 at 10:21 AM, York Zhao <[email protected]> wrote:
>> to see only the commits that touch a file.  Is there a way to do this in
>> magit?
>
> `magit-file-log' does this.

Thanks York. I didn't know about that function. But when I ran it it gave me

    magit-filename: Wrong type argument: numberp, nil

The problem was in magit-filename which was expanding symlinks when
computing topdir, but not when computing file.  So, I fixed it and
issued a pull request that swaps expand-file-name for file-truename,
https://github.com/magit/magit/pull/447.

--
Ron Parker
Don't type things you find on the Internet into your computer!
:(){ :|:&};:

Reply via email to