bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19113: Generate a ChangeLog file from commit logs


From: Pádraig Brady
Subject: bug#19113: Generate a ChangeLog file from commit logs
Date: Thu, 20 Nov 2014 17:25:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

gitlog-to-changelog takes the same options as `git log`
so it should be easy enough to generate logs for the
last n versions, or the last x versions in the last N years etc.
and discard anything older (which can/should be looked up in git if required).

I'm considering removing any of these old logs
from coreutils that are already in git logs:

$ find -name "ChangeLog*" | xargs du -hsc | sort -h
8.0K    ./build-aux/ChangeLog-2007
8.0K    ./po/ChangeLog-2007
16K     ./ChangeLog-2008
64K     ./old/sh-utils/ChangeLog.0
72K     ./doc/ChangeLog-2007
152K    ./ChangeLog-2006
156K    ./ChangeLog-2007
164K    ./old/sh-utils/ChangeLog
172K    ./m4/ChangeLog-2007
220K    ./old/fileutils/ChangeLog-1997
288K    ./old/fileutils/ChangeLog
304K    ./old/textutils/ChangeLog
312K    ./lib/ChangeLog-2007
440K    ./ChangeLog-2005
1.1M    ./ChangeLog
3.4M    total

Pádraig.





reply via email to

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