At 07:57 PM 04/17/2001, you wrote:
>1. Unified diffs are easier than context diffs to review (diff -u
>blah rather than diff -C3 blah). We document for folks to use
>context diffs because unified diff is not available on all OSes but
>most of us prefer reviewing unified diffs. So post unified diffs if
>possible.
This is what we currently document:
http://dev.apache.org/patches.html
We prefer that patches be submitted in unified diff format:
diff -u file-old.c file.c
but that isn't available on all platforms. If your platform doesn't
support unified diffs, please use a context diff instead:
diff -C3 file-old.c file.c
--
Greg Marr
[EMAIL PROTECTED]
"We thought you were dead."
"I was, but I'm better now." - Sheridan, "The Summoning"