diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2013-06-03 17:02:37 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2013-06-03 17:02:37 +0000 |
commit | f15f6c4513b67c7eb106dc978be0bad8b700befe (patch) | |
tree | d13011fd54fd24bf0b92efb0a068fc95d314d054 /gnu/usr.bin/cvs/man | |
parent | ee519c8e6b33a351bcb263ad82a98963968850d2 (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.1 | 12 |
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. |