From 57e58c3aa7a2477ce7fa56bfea9d927b4eb43ccd Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 26 Jan 1998 03:09:57 +0000 Subject: Import cvs-1.9.23 as at 19980123. There are a number of really nice things fixed in here, including the '-ko' vs. -A problem with remote cvs which caused all files with -ko to be resent each time (which is damn painful over a modem, I can tell you). It also found a heap of stray empty directories that should have been pruned with the -P flag to cvs update but were not for some reason. It also has the fully integrated rcs and diff, so no more fork/exec overheads for rcs,ci,patch,diff,etc. This means that it parses the control data in the rcs files only once rather than twice or more. If the 'cvs diff' vs. Index thing is going to be fixed for future patch compatability, this is the place to do it. --- contrib/cvs/diff/version.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/cvs/diff/version.c (limited to 'contrib/cvs/diff/version.c') diff --git a/contrib/cvs/diff/version.c b/contrib/cvs/diff/version.c new file mode 100644 index 000000000000..343a098371cb --- /dev/null +++ b/contrib/cvs/diff/version.c @@ -0,0 +1,5 @@ +/* Version number of GNU diff. */ + +#include + +char const diff_version_string[] = "2.7"; -- cgit v1.2.3