From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/415 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts daily reports 8/13 - pthread_eintr expanded Date: Sat, 13 Aug 2011 21:42:35 +0200 Message-ID: <4E46D3AB.7000606@gmail.com> References: <4E46CC0D.4040601@gmail.com> <20110813192000.GA12982@openwall.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1313264711 8933 80.91.229.12 (13 Aug 2011 19:45:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Aug 2011 19:45:11 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-416-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 13 21:45:08 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QsK8o-0000Ev-Jw for gllmg-musl@lo.gmane.org; Sat, 13 Aug 2011 21:45:06 +0200 Original-Received: (qmail 25787 invoked by uid 550); 13 Aug 2011 19:45:06 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 25779 invoked from network); 13 Aug 2011 19:45:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=R38Ve0VDZcmFLvujmq70k5P2bNPzfC70SQ4EUBzkl8U=; b=TN9d2oB/DwwwoakQTGovfwqInqMhedchP8GWwlFqwGpSAJ3+f72UJ9gC8LSShXzI0w 43nyF6TT448w02c6hhs4wGOgeWCO7qxsmndPZg/5qGjHA1PCPL7zZtK4V2fRYEyedLCa tRxXH4vWl5BFekADNa1XuIurOqtPnMwaufPic= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: <20110813192000.GA12982@openwall.com> Xref: news.gmane.org gmane.linux.lib.musl.general:415 Archived-At: On 08/13/2011 09:20 PM, Solar Designer wrote: > On Sat, Aug 13, 2011 at 09:10:05PM +0200, Luka Mar??eti?? wrote: >> `to-report` may be uninformative (.git gets in the way) > Try: > > diff -urNx .git cluts.old cluts | diffstat > > or: > > diff -urNX nopatch cluts.old cluts | diffstat > > where nopatch will contain things like: > > .git > *~ > *.o > core > > Whenever you get something unneeded in diffstat output, you simply edit > nopatch and re-run the command. Don't edit its output. > > Alexander Very nice. thanks, will do. Luka.