From owner-freebsd-doc Fri Jul 6 5:50:18 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0416C37B40A for ; Fri, 6 Jul 2001 05:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66Co4S12376; Fri, 6 Jul 2001 05:50:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 05:50:04 -0700 (PDT) Message-Id: <200107061250.f66Co4S12376@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Dima Dorfman Subject: Re: docs/28730: request for addition of a few more details on 'cvs log' usage to the text of articles/committers-guide Reply-To: Dima Dorfman Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/28730; it has been noted by GNATS. From: Dima Dorfman To: Giorgos Keramidas Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/28730: request for addition of a few more details on 'cvs log' usage to the text of articles/committers-guide Date: Fri, 06 Jul 2001 05:47:54 -0700 Giorgos Keramidas writes: > @@ -582,6 +582,37 @@ > > This can probably go now :-). > &prompt.user; cvs log shazam > + > + If shazam is a file, this will print a > + header with information about this file, such > + as where in the repository this file is stored, which revision is > + the HEAD for this file, what branches this file > + is in, and any tags that are valid for this file. Then, for each > + revision of this file, a log message is printed. This includes > + the date and time of the commit, who did the commit, how many lines > + were added and/or deleted, and finally the log message that the > + committer who did the change wrote. > + > + If shazam is a directory, then the log > + information described above is printed for each file in the > + directory in turn. Unless you give the to > + log, the log for all subdirectories of , please. > + shazam is printed too, in a recursive > + manner. > + > + Use the log command to view the history of Ditto. > + one or more files, as it's stored in the CVS repository. You can > + even use it to view the log message of a specific revision, if you > + add the to the > + log command: Ditto. > + > + &prompt.user; cvs log -r1.2 shazam I would write this like so: &prompt.user; cvs log shazam Other than that, looks great. Thanks! Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message