quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] How to add a new file to a patch


From: Randy Dunlap
Subject: Re: [Quilt-dev] How to add a new file to a patch
Date: Sat, 21 Nov 2009 10:29:25 -0800

On Fri, 20 Nov 2009 12:49:24 +0100 Alex Hermann wrote:

> Hello all,
> 
> 
> how do I add a new file to a patch?
> 
> The manpage only mentions adding existing files to a patch.
> "quilt add" doesn't work because the file does not exist yet, and calling it 
> after creation of the file has the unwanted effect of an empty patch...

Adding it before creating the new file works for me.
Why doesn't it work for you?  are there errors, messages?

I do:

$ quilt new this.patch
$ quilt add this.file
$ vim this.file
  <save file/exit vim>
$ quilt ref
$ quilt header
$ quilt diff


> Please cc me on replies.


---
~Randy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]