Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: OT: cvs diff for files not in repository?
- X-seq: zsh-workers 12671
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: OT: cvs diff for files not in repository?
- Date: Wed, 16 Aug 2000 20:23:03 -0700 (PDT)
- Cc: ZSH workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <000201c00770$8fb99650$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
On Wed, 16 Aug 2000, Andrej Borsenkow wrote:
> Is it possible to diff against newly added files without first
> committing them?
Sounds like you want to use "cvs diff -N". This will generate a patch
that looks like you diffed each of the new files against an empty file,
and it will also generate a patch for removed files.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author