summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/man
diff options
context:
space:
mode:
authorjoshua stein <jcs@cvs.openbsd.org>2013-06-03 17:02:37 +0000
committerjoshua stein <jcs@cvs.openbsd.org>2013-06-03 17:02:37 +0000
commitf15f6c4513b67c7eb106dc978be0bad8b700befe (patch)
treed13011fd54fd24bf0b92efb0a068fc95d314d054 /gnu/usr.bin/cvs/man
parentee519c8e6b33a351bcb263ad82a98963968850d2 (diff)
backport commitid support from newer CVS (with a different random id
generator) writing a commitid is currently disabled ok deraadt
Diffstat (limited to 'gnu/usr.bin/cvs/man')
-rw-r--r--gnu/usr.bin/cvs/man/cvs.112
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/man/cvs.1 b/gnu/usr.bin/cvs/man/cvs.1
index b582e687f3b..58fb3ee566a 100644
--- a/gnu/usr.bin/cvs/man/cvs.1
+++ b/gnu/usr.bin/cvs/man/cvs.1
@@ -966,6 +966,18 @@ option, thus suppressing the editor invocation, or use the
.B \-F
option to specify that the argument \fIfile\fP contains the log message.
.sp
+At
+.B commit
+a unique commitid is placed in the
+.SM rcs
+file inside the repository.
+All files committed at once get the same commitid.
+The commitid can be retrieved with the
+.B log
+and
+.B status
+commands.
+.sp
The
.B \-r
option can be used to commit to a particular symbolic or numeric revision.