X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 2 Feb 2009 17:56:10 +0000 Message-ID: <2ca21dcc0902020956j30564770qe7ccba425461bb53@mail.gmail.com> Subject: Re: diff inserts tab into header ? From: Dave Korn To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com xerces8 wrote: > Spiro Trikaliotis wrote: > >>> I discovered this when trying to send a patch to a project and >>> they rejected it because of this tab chars. >> Are you sure this is the case? Can you send the exact message they sent >> you when they rejected the patch? > > Sure, they said this: > >>> Which version of diffutils do you use? >>> How come there is a tab after file name in the header? They must be using a custom version or something strange like that. The TAB is placed there by the routine 'print_context_label()' in context.c, you can view the CVS history at http://cvs.savannah.gnu.org/viewvc/diffutils/src/context.c?root=diffutils&view=log and it's been right there since version 1.1, seventeen years ago (see line 46). So AFAICT GNU diff has /always/ done this. cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/