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

Diff for /src/usr.bin/cvs/getlog.c between version 1.39 and 1.40

version 1.39, 2005/07/15 08:39:14 version 1.40, 2005/07/19 02:18:05
Line 58 
Line 58 
         "[-bhlNRt] [-d dates] [-r revisions] [-s states] [-w logins]",          "[-bhlNRt] [-d dates] [-r revisions] [-s states] [-w logins]",
         "bd:hlNRr:s:tw:",          "bd:hlNRr:s:tw:",
         NULL,          NULL,
         CF_RECURSE,          CF_NOSYMS | CF_IGNORE | CF_SORT | CF_RECURSE,
         cvs_getlog_init,          cvs_getlog_init,
         cvs_getlog_pre_exec,          cvs_getlog_pre_exec,
         cvs_getlog_remote,          cvs_getlog_remote,
Line 76 
Line 76 
         "[-bhlNRt] [-d dates] [-r revisions] [-s states] [-w logins]",          "[-bhlNRt] [-d dates] [-r revisions] [-s states] [-w logins]",
         "d:hlRr:",          "d:hlRr:",
         NULL,          NULL,
         CF_RECURSE,          CF_NOSYMS | CF_IGNORE | CF_SORT | CF_RECURSE,
         cvs_getlog_init,          cvs_getlog_init,
         cvs_getlog_pre_exec,          cvs_getlog_pre_exec,
         cvs_getlog_remote,          cvs_getlog_remote,

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40