help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Magit reports binary files that don't exist


From: Yuri Khan
Subject: Re: Magit reports binary files that don't exist
Date: Sat, 23 Aug 2014 12:00:20 +0700

On Sat, Aug 23, 2014 at 5:05 AM, Thorsten Jolitz <tjolitz@gmail.com> wrote:

> I'm only working on the console, so I cannot use the mouse. But I will
> follow your recipe anyway, although it seems likely now that my use of
> literal NUL chars in regexps convinced git that my .el files are binary
> files.

Yes, NULs are certainly a reason to consider a file binary.

In console, the recipe is "git log --patch <filename>". This gives you
all commits that modified <filename>, and how they modified it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]