[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] combining patches
From: |
Jean Delvare |
Subject: |
Re: [Quilt-dev] combining patches |
Date: |
Tue, 27 Dec 2005 22:28:24 +0100 |
Hi Randy,
> There are 2 commands that are documented to combine patches:
> diff --combine and files --combine.
>
> diff --combine Works For Me. I can't get files --combine to work.
> Does it work? What's the secret?
"quilt files --combine" doesn't actually combine patches. It combines
lists of files contained in the said patches. It works for me, although
I was disappointed to see that it doesn't drop duplicates from the
list. I'd prefer it to do, but maybe there is a reason to the current
implementation beyond its simplicity.
If you want to only get the changes made to one file (or a given list
of files), just append the name of the file(s) to your "quilt diff
--combine" command.
Hope that helps,
--
Jean Delvare