=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/cvs/commit.c 2005/04/19 02:04:56 1.29 --- src/usr.bin/cvs/commit.c 2005/04/24 01:56:36 1.30 *************** *** 1,4 **** ! /* $OpenBSD: commit.c,v 1.29 2005/04/19 02:04:56 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: commit.c,v 1.30 2005/04/24 01:56:36 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 54,60 **** cvs_commit_helper, CF_RECURSE | CF_IGNORE | CF_SORT, CVS_REQ_CI, ! CVS_CMD_NEEDLOG | CVS_CMD_SENDDIR | CVS_CMD_SENDARGS2 }; static char *mfile = NULL; --- 54,60 ---- cvs_commit_helper, CF_RECURSE | CF_IGNORE | CF_SORT, CVS_REQ_CI, ! CVS_CMD_ALLOWSPEC | CVS_CMD_NEEDLOG | CVS_CMD_SENDDIR | CVS_CMD_SENDARGS2 }; static char *mfile = NULL;