From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: Magit reports binary files that don't exist Date: Sat, 23 Aug 2014 12:00:20 +0700 Message-ID: References: <878umg7opp.fsf@gmail.com> <87ppfsbpx0.fsf@wanadoo.es> <87r40861f7.fsf@gmail.com> <87lhqgbmsr.fsf@wanadoo.es> <87lhqga4r0.fsf@gmail.com> <874mx4b2pe.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1408770047 5256 80.91.229.3 (23 Aug 2014 05:00:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2014 05:00:47 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Thorsten Jolitz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 23 07:00:41 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XL3RP-0000el-7Y for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2014 07:00:39 +0200 Original-Received: from localhost ([::1]:39986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XL3RO-0001DN-Ra for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2014 01:00:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XL3R7-0001DI-SQ for help-gnu-emacs@gnu.org; Sat, 23 Aug 2014 01:00:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XL3R7-0005ES-54 for help-gnu-emacs@gnu.org; Sat, 23 Aug 2014 01:00:21 -0400 Original-Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:55703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XL3R6-0005DF-Vc for help-gnu-emacs@gnu.org; Sat, 23 Aug 2014 01:00:21 -0400 Original-Received: by mail-ig0-f179.google.com with SMTP id h18so648352igc.0 for ; Fri, 22 Aug 2014 22:00:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Ql0c7HEIYJfeaAm4br4AxuTnO5q0UkHmxAYBEsIPCnw=; b=yPFCjcoujExAGdZ1QDIUP4Hps8hOP7JlwNlQCp9aa7P1WBu5tCbmELW+Sj/n6jvvu/ 9ngduKiDhHoKNTcozcLnch9HXpqgHTfBnXzAcSfJy/33vCInPuAeZUULthdI1m6mYBOD e5IgpqaQIL+OCA6dc7gqGdSky0sQmwhCF/ZUnQCc53USACMNvcUNXLdNlo9FwraufTt7 +q9kQ8sDxoHQoum4pCpbhfaRduqnHDiMBa3u42y4uxmUHQ89x7wDq/y4LTlC/AGLdY0j byzUK2UKwVz4Zl56noFEWfDBXCe6Q9FlHd+fjnME80N5zgvd2UyoQ5hN0ne5jCnL7D0A uEBQ== X-Received: by 10.50.79.132 with SMTP id j4mr2753738igx.9.1408770020064; Fri, 22 Aug 2014 22:00:20 -0700 (PDT) Original-Received: by 10.107.130.3 with HTTP; Fri, 22 Aug 2014 22:00:20 -0700 (PDT) In-Reply-To: <874mx4b2pe.fsf@gmail.com> X-Google-Sender-Auth: zcJpxtTHF6fpJB6eAn1jBpbZjF8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::233 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99364 Archived-At: On Sat, Aug 23, 2014 at 5:05 AM, Thorsten Jolitz 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 ". This gives you all commits that modified , and how they modified it.