From aa7c3349afef7eee46ce668d38d3320731403253 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 Sep 1996 22:15:13 +0000 Subject: [PATCH] (date): Make default format acceptable to CVS post v1.8 as well as earlier CVSs and RCS. --- lib-src/rcs2log | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 3c92f9c84ca..f72527c4b88 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -12,7 +12,7 @@ # Author: Paul Eggert -# $Id: rcs2log,v 1.30 1996/08/26 21:20:48 eggert Exp eggert $ +# $Id: rcs2log,v 1.31 1996/09/25 09:53:56 eggert Exp eggert $ # Copyright 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. @@ -126,7 +126,7 @@ month_data=' # what's already in ChangeLog; it's the user's responsibility to remove them. case $rlog_options in '') - date=1970 + date=1970-01-01 if test -s "$changelog" then e=' -- 2.39.5