git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Generating GNU-style Changelog from git commits
@ 2011-04-16 22:46 David Chanters
  2011-04-17  0:53 ` Chris Packham
  0 siblings, 1 reply; 4+ messages in thread
From: David Chanters @ 2011-04-16 22:46 UTC (permalink / raw)
  To: git; +Cc: David Chanters

[Please Cc me on replies.  Thanks!]

Hi,

Some projects maintain a ChangeLog file, which looks something like this:

2011-01-01  David Chanters  <d.c@example.com>
        * foo/bar.c (some_function):
         Changed static variable in some_function to auto.

etc., etc.

Here "foo" is some directory relative to the top-level directory the
.git one is in.

These ChangeLog files are maintained manually, irrespective of the/any
revision control system in use.  I am wondering if it's possible if
the project is in Git to be able to automatically append to such a
ChangeLog file with each commit automatically, and have it formatted
in the style above.

Is this possible?  Is it a solved problem?  If not, and I wanted to
try myself, could someone point me at the git-specific tools I'd need
to know to use to achieve it?

TIA!
DC

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-17 15:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 22:46 Generating GNU-style Changelog from git commits David Chanters
2011-04-17  0:53 ` Chris Packham
2011-04-17  1:47   ` Marcus D. Hanwell
2011-04-17 15:14     ` David Chanters

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).