diff options
author | 2005-08-22 14:12:45 +0000 | |
---|---|---|
committer | 2005-08-22 14:12:45 +0000 | |
commit | 6ef6ee865ddedeb31bbe15f363eca9e7f6a06329 (patch) | |
tree | 046d6e1fd6093b100c3bdea26665be116c0d255b | |
parent | fix Xr; (diff) | |
download | wireguard-openbsd-6ef6ee865ddedeb31bbe15f363eca9e7f6a06329.tar.xz wireguard-openbsd-6ef6ee865ddedeb31bbe15f363eca9e7f6a06329.zip |
document $CVSROOT/CVSROOT/history file; ok jmc joris
-rw-r--r-- | usr.bin/cvs/cvs.1 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 8586fb7632a..195763a1f25 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.85 2005/08/17 08:33:42 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.86 2005/08/22 14:12:45 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -1883,6 +1883,27 @@ This file is read on startup unless the option is specified. .It Pa $CVSROOT/CVSROOT Directory containing repository administrative files. +.It Pa $CVSROOT/CVSROOT/history +File containing reports of +.Ic checkout , +.Ic commit , +.Ic export , +.Ic release , +.Ic rtag , +and +.Ic update +commands that have been issued. +By default, the +.Ic init +command creates the +.Pa history +file. +To disable history logging, the +.Pa history +file should be removed manually. +The +.Ic history +command shows these reports according to several criteria. .It Pa $CVSROOT/CVSROOT/loginfo File containing associations between modules and handlers for post-commit logging. |