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

Diff for /src/usr.bin/cvs/cvs.1 between version 1.26 and 1.27

version 1.26, 2005/01/16 11:10:36 version 1.27, 2005/01/17 22:48:14
Line 194 
Line 194 
 .Ic get .  .Ic get .
 .It Xo Ic commit  .It Xo Ic commit
 .Op Fl flnR  .Op Fl flnR
 .Op Fl F Ar logfile  .Oo Fl F Ar logfile \*(Ba
 .Op Fl m Ar msg  .Fl m Ar msg Oc
 .Op Fl r Ar rev  .Op Fl r Ar rev
 .Op Ar file ...  .Op Ar file ...
 .Xc  .Xc
Line 204 
Line 204 
 .Ic commit  .Ic commit
 command is used to send local changes back to the server and update the  command is used to send local changes back to the server and update the
 repository's information to reflect the changes.  repository's information to reflect the changes.
   .Pp
   The
   .Fl l
   flag is used to limit the scope of the search to the local directory only.
   Sometimes one might want to force a file to be committed, even though
   it is unchanged: this can be done using the
   .Fl f
   flag, which also has the effect of disabling recursive behaviour,
   which can be requested with the
   .Fl R
   flag.
   When using the
   .Fl n
   flag, programs listed in the CVSROOT/modules file do not get executed.
   The
   .Fl m
   flag can be used to specify a log message on the command line which
   suppresses the editor invocation, or use the
   .Fl F
   flag to specify a
   .Ar file
   as argument which contains the log message.
   The
   .Fl r
   flag can be used to commit to a particular symbolic or numerical revision.
 .Pp  .Pp
 Aliases:  Aliases:
 .Ic ci ,  .Ic ci ,

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27