From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/414 Path: news.gmane.org!not-for-mail From: Solar Designer Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts daily reports 8/13 - pthread_eintr expanded Date: Sat, 13 Aug 2011 23:20:00 +0400 Message-ID: <20110813192000.GA12982@openwall.com> References: <4E46CC0D.4040601@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1313263214 397 80.91.229.12 (13 Aug 2011 19:20:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Aug 2011 19:20:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-415-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 13 21:20:09 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 1QsJke-00049H-Ru for gllmg-musl@lo.gmane.org; Sat, 13 Aug 2011 21:20:08 +0200 Original-Received: (qmail 32723 invoked by uid 550); 13 Aug 2011 19:20:08 -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 32715 invoked from network); 13 Aug 2011 19:20:08 -0000 Content-Disposition: inline In-Reply-To: <4E46CC0D.4040601@gmail.com> User-Agent: Mutt/1.4.2.3i Xref: news.gmane.org gmane.linux.lib.musl.general:414 Archived-At: 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