Hi,
I've a question regarding the ChangeLog when doing a commit. Do I have to modify the file ChangeLog and include it in the commit? Or is it enough to just commit the files with a commit-message?
Thanks,
Michael
Hi,
I've a question regarding the ChangeLog when doing a commit. Do I have to modify the file ChangeLog and include it in the commit? Or is it enough to just commit the files with a commit-message?
Thanks,
Michael
Hi,
In message "Re: Commiting to Ruby CVS" on Tue, 16 Nov 2004 10:26:19 +0900, Michael Neumann <mneumann@ntecs.de> writes:
I've a question regarding the ChangeLog when doing a commit. Do I have
to modify the file ChangeLog and include it in the commit? Or is it
enough to just commit the files with a commit-message?
Update ChangeLog for every non trivial modifies. You can just commit
the files for typo corrections or cosmetic changes.
matz.
I tend to grab the ChangeLog entry and use it for the commit message
as well. It helps to show what's going on, especially when multiple
files are being checked in simultaneously.
Cheers,
Gavin
On Tuesday, November 16, 2004, 3:20:37 PM, Yukihiro wrote:
>I've a question regarding the ChangeLog when doing a commit. Do I have
>to modify the file ChangeLog and include it in the commit? Or is it
>enough to just commit the files with a commit-message?
Update ChangeLog for every non trivial modifies. You can just commit
the files for typo corrections or cosmetic changes.
Yukihiro Matsumoto wrote:
Hi,
>I've a question regarding the ChangeLog when doing a commit. Do I have >to modify the file ChangeLog and include it in the commit? Or is it >enough to just commit the files with a commit-message?
Update ChangeLog for every non trivial modifies. You can just commit
the files for typo corrections or cosmetic changes.
I've forgot to put the commit-message into ChangeLog, can I still do this now?
Regards,
Michael
In message "Re: Commiting to Ruby CVS" > on Tue, 16 Nov 2004 10:26:19 +0900, Michael Neumann <mneumann@ntecs.de> writes:
Hi,
In message "Re: Commiting to Ruby CVS" on Tue, 16 Nov 2004 19:15:54 +0900, Michael Neumann <mneumann@ntecs.de> writes:
I've forgot to put the commit-message into ChangeLog, can I still do
this now?
Go ahead.
matz.