[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] Bug#332676: quilt: option use generic names in diff +++/
From: |
Greg KH |
Subject: |
Re: [Quilt-dev] Bug#332676: quilt: option use generic names in diff +++/--- paths. |
Date: |
Wed, 4 Jan 2006 15:24:15 -0800 |
User-agent: |
Mutt/1.5.11 |
On Thu, Jan 05, 2006 at 12:07:30AM +0100, Martin Quinson wrote:
> So I was wondering if it might be possible for quilt to use bogus, but
> consistent path names in these paths, i.e. perhaps just use old and
> new:
>
> --- old/...
> +++ new/...
--- a/...
+++ b/...
is what other SCM tools use (git, bk, etc.) and might be good to do here
too.
thanks,
greg k-h