David Fetter <david(at)fetter(dot)org> wrote:
> cvs diff if you're on CVS. If you're using git, commit to your
> local repository and git-diff.
I tried that. When I just did it at the top level, it ignored the new
file. When I specified the file:
kgrittn(at)kgrittn-desktop:~/pg/pgsql$ cvs diff -c -N
contrib/start-scripts/linux-lsb > ../linux-lsb.patch
cvs diff: I know nothing about contrib/start-scripts/linux-lsb
Same behavior with and without the -N flag. What am I missing?
-Kevin