[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] how to merge patches?
From: |
Jean Delvare |
Subject: |
Re: [Quilt-dev] how to merge patches? |
Date: |
Sat, 3 Sep 2005 10:02:51 +0200 |
Hi Ashok,
[Ashok Raj]
> Seems like quilt fold will work, just I need to remove the entry from
> series file?
Yup, quilt fold is what you need if you want to merge several patches
into one. Assuming that you have patches 1, 2 and 3 applied, and want to
merge 2 and 3 together, you would do:
quilt pop
quilt delete 3
quilt fold < patches/3
# Verify that it worked OK, quilt diff should show 2 and 3 merged
rm patches/3
--
Jean Delvare