From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13111 invoked by alias); 5 Jan 2007 21:51:26 -0000 Received: (qmail 13100 invoked by uid 22791); 5 Jan 2007 21:51:24 -0000 X-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from fmmailgate03.web.de (HELO fmmailgate03.web.de) (217.72.192.234) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Jan 2007 21:51:11 +0000 Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id 70B384E13DA1; Fri, 5 Jan 2007 22:51:08 +0100 (CET) Received: from [80.140.106.91] (helo=[192.168.2.32]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1H2wxu-0005Hs-00; Fri, 05 Jan 2007 22:51:08 +0100 Message-ID: <459EC80F.6020409@users.sourceforge.net> Date: Fri, 05 Jan 2007 21:51:00 -0000 From: SF Markus Elfring User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Tim Waugh CC: patchutils-list@sourceware.org Subject: Re: How to resolve hiccups by patch program? References: <1387612361@web.de> <1167996075.8061.3.camel@cyberelk.elk> In-Reply-To: <1167996075.8061.3.camel@cyberelk.elk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Sender: Markus.Elfring@web.de X-IsSubscribed: yes Mailing-List: contact patchutils-list-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: patchutils-list-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00008.txt.bz2 > In any case, patchutils is not involved. > Well, you are right. - But I hope that your tool box can help to extract code places that might be problematic. Application of your tools: 1. I want to look at a specific patch that is a part of a bigger file. $ filterdiff -i 'app_adsiprog.c' < const4.patch 2. I have tried an example that is provided in your manual. http://man-wiki.net/index.php/1:filterdiff $ filterdiff -i '*.c' --lines=-5 < const4.patch I don't get any output from those commands. Do I make a mistake here? Regards, Markus