From e1a16bfddbe8aa4885fec8d7f1828c619f6ec09b Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Wed, 11 May 2005 22:50:10 +0000 Subject: missing CF_IGNORE flag --- usr.bin/cvs/getlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index 5deabf6a310..f60308eb280 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.23 2005/04/18 21:02:50 jfb Exp $ */ +/* $OpenBSD: getlog.c,v 1.24 2005/05/11 22:50:09 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -57,7 +57,7 @@ struct cvs_cmd_info cvs_getlog = { NULL, cvs_getlog_remote, NULL, NULL, - CF_RECURSE, + CF_IGNORE | CF_RECURSE, CVS_REQ_LOG, CVS_CMD_SENDDIR | CVS_CMD_ALLOWSPEC | CVS_CMD_SENDARGS2 }; -- cgit v1.2.3