Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2000 07:50:03 -0700 (PDT)
From:      Nik Clayton <nik@freebsd.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/20044: which order to put files in diff for patch?
Message-ID:  <200007231450.HAA21751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/20044; it has been noted by GNATS.

From: Nik Clayton <nik@freebsd.org>
To: Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/20044: which order to put files in diff for patch?
Date: Fri, 21 Jul 2000 22:57:43 +0000

 On Wed, Jul 19, 2000 at 03:22:15PM -0500, Stephen Montgomery-Smith wrote:
 > If you are like me, when you create a patch, you don't know whether
 > to write
 > diff old-file new-file
 > or
 > diff new-file old-file
 
     cp old-file new-file
     
     mv old-file new-file
 
     ln old-file new-file
 
     diff old-file new-file
 
 Unix is pretty consistent about this stuff.
 
 N
 -- 
 Internet connection, $19.95 a month.  Computer, $799.95.  Modem, $149.95.
 Telephone line, $24.95 a month.  Software, free.  USENET transmission,
 hundreds if not thousands of dollars.  Thinking before posting, priceless.
 Somethings in life you can't buy.  For everything else, there's MasterCard.
   -- Graham Reed, in the Scary Devil Monastery
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007231450.HAA21751>