avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] 4.2.0 Release?


From: Brian Dean
Subject: Re: [avrdude-dev] 4.2.0 Release?
Date: Thu, 28 Aug 2003 14:02:13 -0400
User-agent: Mutt/1.4.1i

On Thu, Aug 28, 2003 at 10:03:09AM -0700, Theodore A. Roth wrote:

> I have a script I use which generates a ChangeLog template when I do a
> diff to review my changes before committing them. I just fill in the
> ChangeLog info, copy to the ChangeLog file and use the ChangeLog entry
> as the cvs log entry too. This makes it trivial to look at the cvs log
> entry to find out what other files were changed for that commit.
> 
> Attached is my script, tweak to your needs.

Cool.  Well, you deserve this since you nudged me toward python a
while back.  Here's a script which makes it easy to identify the files
that changed for each commit and their logs.  Should be pretty
straight forward to cut and paste from this output for new entries in
the ChangeLog file.  Here's how to use it:

In your CVS working directory, do this:

        % cvs log > cvslog.out 2>&1
        % cat cvslog.out | clog.py > clog.log

Now just 'less' clog.log, go to the bottom to see the most recent
commits.  The script is attached.  Below is some sample output.

Cheers,
-Brian
-- 
Brian Dean
address@hidden
http://www.bsdhome.com/
http://www.bdmicro.com/


------------------------------------------------------------

COMMIT NUMBER: 345

  DATE: 2003/08/28 04:43:50 (1062060230)

    REV 1.42 of ChangeLog
    AUTH troth
    LOG:
      > * avrdude.spec.in: Fix broken rpmbuild on RedHat-9.

    REV 1.3 of avrdude.spec.in
    AUTH troth
    LOG:
      > * avrdude.spec.in: Fix broken rpmbuild on RedHat-9.


------------------------------------------------------------

COMMIT NUMBER: 346

  DATE: 2003/08/28 05:37:57 (1062063477)

    REV 1.43 of ChangeLog
    AUTH troth
    LOG:
      > * main.c (update_progress_no_tty): Properly terminate progress. Also
      > fixes stk500 problem where number of bytes written is less than a page.

    REV 1.82 of main.c
    AUTH troth
    LOG:
      > * main.c (update_progress_no_tty): Properly terminate progress. Also
      > fixes stk500 problem where number of bytes written is less than a page.


------------------------------------------------------------

COMMIT NUMBER: 347

  DATE: 2003/08/28 13:52:52 (1062093172)

    REV 1.83 of main.c
    AUTH bdean
    LOG:
      > Fix placement of local variable - variables must be declared before
      > any statements within a block.


------------------------------------------------------------

COMMIT NUMBER: 348

  DATE: 2003/08/28 14:00:07 (1062093607)

    REV 1.14 of doc/avrdude.texi
    AUTH bdean
    LOG:
      > Fix fuse bit setting example.  This closes bug #4027 submitted by
      > (unknown).

Attachment: clog
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]