From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: imagemagick patch v1 Date: Sun, 02 Aug 2009 09:46:49 +0900 Message-ID: <87ljm3ca9y.fsf@uwakimon.sk.tsukuba.ac.jp> References: <837hxnp7nu.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249173453 15124 80.91.229.12 (2 Aug 2009 00:37:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 00:37:33 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 02 02:37:26 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXP4m-0007Dq-8S for ged-emacs-devel@m.gmane.org; Sun, 02 Aug 2009 02:37:24 +0200 Original-Received: from localhost ([127.0.0.1]:39555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXP4l-0007Vb-OL for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2009 20:37:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXP4h-0007VW-8S for emacs-devel@gnu.org; Sat, 01 Aug 2009 20:37:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXP4b-0007VK-5t for emacs-devel@gnu.org; Sat, 01 Aug 2009 20:37:18 -0400 Original-Received: from [199.232.76.173] (port=48289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXP4b-0007VH-3N for emacs-devel@gnu.org; Sat, 01 Aug 2009 20:37:13 -0400 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:52194) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXP4Y-0006Si-Qx; Sat, 01 Aug 2009 20:37:11 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id CF82D821F; Sun, 2 Aug 2009 09:37:07 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 9E4FD1A27C1; Sun, 2 Aug 2009 09:46:49 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" 5bbff3553494+ XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113536 Archived-At: joakim@verona.se writes: > I removed the configure hunks manually this time. > Do you know of a way to do it automatically? (1) remove configure from git control (2) git diff -- file1 file2 ... It's probably easiest to do something like (3) git ls-files -m -x configure | xargs git diff -- if that works.