From: "Yoshinori K. Okuji" <okuji@enbug.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: ChangeLogs?
Date: Thu, 14 Oct 2004 13:20:20 +0200 [thread overview]
Message-ID: <200410141320.21964.okuji@enbug.org> (raw)
In-Reply-To: <87vfdfhg3v.fsf@night.trouble.net>
I'd like to describe additional information on this topic.
The ChangeLog has two different purposes: information for tracking bugs
and information on copyright. For the latter, it is very important to
record who did what at when. "Why" does not matter here.
Suppose that you are a contributor to GNU Project and you are hired by a
company (or maybe under the control of an university). If you forget to
get a disclaimer from your company or the disclaimer is not signed by a
proper person, your company might claim that GNU Project is not allowed
to use your code. Then, we must detect which part of the code is owned
by your company. If you provide only patches, it is too difficult to
track all changes made by you.
For example, when we have a good ChangeLog, if you made a new function
and another person rewrote the function from scratch afterwards, we can
just grep the function name and get a conclusion that we don't have to
drop the function in one minute. If we don't have any good ChangeLog...
you should be able to imagine terrible work.
So, we must have a good ChangeLog always. It does not matter whether you
use comments with a version control system or a plain-text file.
Personally I believe that a plain-text file has more advatanges, but if
you need to write logs anyway, is there any reason that you don't want
to use the file ChangeLog?
I myself do this:
1. Write a change log.
2. Copy the log.
3. Commit my changes to the CVS with a comment pasted.
Okuji
next prev parent reply other threads:[~2004-10-14 11:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-12 14:10 ChangeLogs? Hollis Blanchard
2004-10-12 17:37 ` ChangeLogs? Johan Rydberg
2004-10-12 19:07 ` ChangeLogs? Hollis Blanchard
2004-10-12 19:49 ` ChangeLogs? Johan Rydberg
2004-10-14 11:20 ` Yoshinori K. Okuji [this message]
2004-10-13 9:22 ` Gnu Arch (was: Re: ChangeLogs?) Tomas Ebenlendr
2004-10-13 9:24 ` M. Gerards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200410141320.21964.okuji@enbug.org \
--to=okuji@enbug.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.