comparison man/files.texi @ 42433:21907e7569d1

Minor cleanup of previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Dec 2001 19:46:22 +0000
parents 8649ccc72076
children 02ff23017427
comparison
equal deleted inserted replaced
42432:c629dcecd1ca 42433:21907e7569d1
1229 GNU projects under a revision control system generally possess 1229 GNU projects under a revision control system generally possess
1230 @emph{two} types of log for changes. One is the per-file log 1230 @emph{two} types of log for changes. One is the per-file log
1231 maintained by the revision control system: each time you check in a 1231 maintained by the revision control system: each time you check in a
1232 change, you must fill out a @dfn{log entry} for the change (@pxref{Log 1232 change, you must fill out a @dfn{log entry} for the change (@pxref{Log
1233 Buffer}). This kind of log is called the @dfn{version control log}, 1233 Buffer}). This kind of log is called the @dfn{version control log},
1234 or sometimes the @dfn{revision control log}, `@samp{*rcs*} log', or 1234 also the @dfn{revision control log}, @dfn{RCS log}, or @dfn{CVS log}.
1235 `@samp{*cvs*} log'. 1235
1236 1236 The other kind of log is the change log file, typically a file called
1237 The other kind of log the change log file, typically called
1238 @file{ChangeLog}. It provides a chronological record of all changes 1237 @file{ChangeLog}. It provides a chronological record of all changes
1239 to a large portion of a program---one directory and its 1238 to a large portion of a program---one directory and its
1240 subdirectories. A small program would use one @file{ChangeLog} file; 1239 subdirectories. A small program would use one @file{ChangeLog} file;
1241 a large program may well merit a @file{ChangeLog} file in each major 1240 a large program may well merit a @file{ChangeLog} file in each major
1242 directory. @xref{Change Log}. 1241 directory. @xref{Change Log}.