=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/usr.bin/cvs/commit.c 2006/05/28 04:32:54 1.61 --- src/usr.bin/cvs/commit.c 2006/05/28 07:56:44 1.62 *************** *** 1,4 **** ! /* $OpenBSD: commit.c,v 1.61 2006/05/28 04:32:54 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: commit.c,v 1.62 2006/05/28 07:56:44 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 113,119 **** * cvs_file_classify makes the noise for us * XXX - we want that? */ ! cvs_file_classify(cf); if (cf->file_type == CVS_DIR) { if (verbosity > 1) --- 113,119 ---- * cvs_file_classify makes the noise for us * XXX - we want that? */ ! cvs_file_classify(cf, 1); if (cf->file_type == CVS_DIR) { if (verbosity > 1) *************** *** 153,159 **** CVSENTRIES *entlist; cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path); ! cvs_file_classify(cf); if (cf->file_status == FILE_MODIFIED || cf->file_status == FILE_REMOVED) --- 153,159 ---- CVSENTRIES *entlist; cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path); ! cvs_file_classify(cf, 0); if (cf->file_status == FILE_MODIFIED || cf->file_status == FILE_REMOVED)