[BACK]Return to commit.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/commit.c between version 1.29 and 1.30

version 1.29, 2005/04/19 02:04:56 version 1.30, 2005/04/24 01:56:36
Line 54 
Line 54 
         cvs_commit_helper,          cvs_commit_helper,
         CF_RECURSE | CF_IGNORE | CF_SORT,          CF_RECURSE | CF_IGNORE | CF_SORT,
         CVS_REQ_CI,          CVS_REQ_CI,
         CVS_CMD_NEEDLOG | CVS_CMD_SENDDIR | CVS_CMD_SENDARGS2          CVS_CMD_ALLOWSPEC | CVS_CMD_NEEDLOG | CVS_CMD_SENDDIR | CVS_CMD_SENDARGS2
 };  };
   
 static char *mfile = NULL;  static char *mfile = NULL;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30