From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LU4it-0000eJ-M7 for mharc-grub-devel@gnu.org; Mon, 02 Feb 2009 14:44:47 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LU4is-0000eE-49 for grub-devel@gnu.org; Mon, 02 Feb 2009 14:44:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LU4ip-0000e2-Mc for grub-devel@gnu.org; Mon, 02 Feb 2009 14:44:44 -0500 Received: from [199.232.76.173] (port=34280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU4ip-0000dz-IG for grub-devel@gnu.org; Mon, 02 Feb 2009 14:44:43 -0500 Received: from mailout01.t-online.de ([194.25.134.80]:32888) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LU4ip-00064s-6C for grub-devel@gnu.org; Mon, 02 Feb 2009 14:44:43 -0500 Received: from fwd10.aul.t-online.de by mailout01.t-online.de with smtp id 1LU4il-0002pg-02; Mon, 02 Feb 2009 20:44:39 +0100 Received: from [10.3.2.2] (ZYi5ycZCwhyJZ26Qzb6GCOR8W-Z1g1mzbJTYGMPMcxdF2OLWAJ3LkndP0Xgj0ULQro@[217.235.193.25]) by fwd10.aul.t-online.de with esmtp id 1LU4ia-27ReT20; Mon, 2 Feb 2009 20:44:28 +0100 Message-ID: <49874D1D.6060804@t-online.de> Date: Mon, 02 Feb 2009 20:44:29 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: grub-devel@gnu.org References: <498382E1.8020107@t-online.de> In-Reply-To: <498382E1.8020107@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: ZYi5ycZCwhyJZ26Qzb6GCOR8W-Z1g1mzbJTYGMPMcxdF2OLWAJ3LkndP0Xgj0ULQro X-TOI-MSGID: 5e2e89ba-f44f-40e7-b227-3e96ca101ee9 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Skip identical lines in hexdump X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 19:44:46 -0000 Christian Franke wrote: > This skips identical lines in hexdump output, like 'od' or 'xxd -a' > also do. > Committed. Christian