summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/cvs.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more e-mail -> emailmmcc2015-12-241-3/+3
|
* - note that -T overrides TMPDIR, and a few other tweaks;jmc2011-03-261-5/+8
| | | | | | from Michael W. Bombardieri -T stuff verified by nicm
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-4/+4
|
* Sync some rcsdiff changes to cvsdiff. As a side effect,ray2009-06-061-2/+10
| | | | | | | cvs diff -t now works. There should be no functional change otherwise. OK millert
* tweak previous;jmc2009-04-281-7/+7
|
* support some additional diff options: -a, -b, -d, -wsthen2009-04-281-3/+24
| | | | ok joris@
* -q hasnt been the default verbosity mode in ages.joris2009-03-251-3/+3
|
* kill some first-person wording; help from jmcderaadt2008-02-261-6/+7
|
* bump Mdocdate for pages committed in "febuary", necessary becausejmc2008-02-111-2/+2
| | | | of a typo in rcs.c;
* Zap trailing whitespaces.xsa2008-02-021-4/+4
|
* Missed one annotate -> rannotate in sysnopsis.xsa2008-02-021-2/+2
|
* Add `rlog' bits.xsa2008-02-021-2/+117
|
* Sync `rannotate' synopsis. r* commands work on repository modules.xsa2008-02-021-2/+2
|
* Add `rannotate' bits. Requested by tobias@.xsa2008-02-021-3/+47
|
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-061-3/+3
| | | | | | | | and synopsis of commands lots of good ideas by jmc@ ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Revert, we dealt with the -x flag in the past. jmc suddenlyray2007-05-271-4/+2
| | | | | | | remembered we had created a separate section for compatibility flags. Oh well, two free commits. OK jmc@
* Mention -x flag (for compatibility only). From Tobias Stoeckmann.ray2007-05-271-2/+4
| | | | Input and OK jmc@
* Note that the global -x option is kept for compatibility (for now) and hasxsa2007-05-221-1/+6
| | | | no effect.
* - checkout from a read-only repository implies -l.xsa2007-04-301-1/+12
| | | | | | | - -V and -Q are mutually exclusive, -Q takes precedence if both are specified though. initial diff from Tobias Stoeckmann, tweaks by jmc@.
* replace D, D1 and D2 by date, date1 and date2 respectively;sobrado2007-04-241-10/+10
| | | | | | date1<date2 implies date2>date1, not date2<date1 ok by jmc@, niallo@ and xsa@
* changes "Usage" to "usage"; sorts options list in cvs history;sobrado2007-04-241-42/+41
| | | | | | | | the argument to -z is tz, not timezone; argument names to flags should use lowercase letters; cvs's usage() output should fit on a 80-column display ok by jmc@, niallo@ and xsa@
* put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5)jmc2007-04-141-254/+3
| | | | | | | into a single file, cvs(5), dedicated to cvs file formats; this will trim cvs(1) a little, and stop us having a hundred cvs pages; ok xsa
* - document server temporary directoryxsa2007-04-131-17/+27
| | | | | - sort FILES OK jmc@.
* Document the CVSROOT/config file; input and OK's niallo@ jmc@.xsa2007-03-211-2/+23
|
* sort options;jmc2007-02-061-2/+2
|
* document `update -C'.xsa2007-01-151-2/+4
|
* Permit checkout from a read-only repository using the -R global optionxsa2006-12-111-2/+12
| | | | | or using the CVSREADONLYFS environment variable. Request/test/ok todd@. Man page bits courtesy of jmc@.
* we will never support pserver, so do not bother documentingxsa2006-11-281-9/+1
| | | | login/logout commands, nor mark them as supported.
* use quiet mode (-q) by default and add a flag -V for the old "verbose"reyk2006-06-281-2/+6
| | | | | | | mode. if you really need to know all the details (the old GNU'ish behaviour), use -V or even -t for tracing. ok joris@
* sync exit status bits with reality.xsa2006-06-041-26/+3
|
* document revisions and state; ok xsajmc2006-04-271-18/+30
|
* move the keyword substitution section from cvs(1) to rcs(1):jmc2006-04-191-112/+8
| | | | | | | this keeps the docs correct, and according to xsa is the correct place for it anyway... ok xsa niallo
* forgot to document CVS/Baserev.tmp, so here it is.xsa2006-02-101-1/+6
|
* document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files.xsa2006-02-101-2/+22
| | | | OK jmc@.
* CVS_EX_BADROOT return code is not worth keeping;xsa2006-01-271-4/+2
|
* mark up fix;jmc2006-01-061-2/+2
|
* restructure the section on cvs sub-commands: make each commandjmc2006-01-061-191/+145
| | | | | | | | | | a sub-section, and put the command usage in an indented display; this removes the problem of line split on complicated usage, and makes the usage itself much easier to maintain (no mark up to worry about). page looks nicer too ;) ok joris xsa
* more stuffs for the CVS/Tag file; input+ok jmc@.xsa2005-09-071-1/+14
|
* checkout -D also implies -P; ok jmc@.xsa2005-08-241-1/+3
|
* cvs does not remove directories unless it's empty and thatxsa2005-08-231-1/+16
| | | | | the checkout or update commands are used with the -P option. "go ahead and commit" jmc@.
* preceeded -> precededjmc2005-08-231-2/+2
|
* document $CVSROOT/CVSROOT/history file; ok jmc jorisxsa2005-08-221-1/+22
|
* document CVS/* files; input+ok jmcxsa2005-08-171-1/+136
|
* - we do not need a .Pp before a normal listjmc2005-08-101-2/+3
| | | | - but we do need .Bk/.Ek in SYNOPSIS
* add global -w option and document it; ok jmc jorisxsa2005-08-101-2/+12
|
* oops: occured -> occurredjmc2005-08-091-2/+2
|
* add DIAGNOSTICS section about utility return codes;xsa2005-08-091-1/+29
| | | | input/ok jmc, ok jfb joris.
* .Xr cvswrappers 5xsa2005-08-081-1/+2
|
* better wording, from jfb@. Ok jmc@.xsa2005-08-041-2/+2
|