archrelease: copy trunk to extra-x86_64
[arch-packages.git] / cvs / repos / extra-x86_64 / cvs-1.11.21-diff-kk.patch
blob853b7a4cfee967e972c3353ca92cfa0d896792e4
1 --- cvs-1.11.21/src/diff.c.old 2005-12-19 11:01:59.000000000 +0100
2 +++ cvs-1.11.21/src/diff.c 2005-12-21 15:45:40.000000000 +0100
3 @@ -438,7 +438,7 @@
5 /* Send the current files unless diffing two revs from the archive */
6 if (diff_rev2 == NULL && diff_date2 == NULL)
7 - send_files (argc, argv, local, 0, 0);
8 + send_files (argc, argv, local, 0, options[0] == '\0' ? 0 : SEND_FORCE);
9 else
10 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);