diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-16 23:58:04 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-17 23:07:53 +0100 |
commit | 29ca072fcfeb04fc29dfa9853621c15b58a3ebcf (patch) | |
tree | ded3584a90c7c2e4a9bfe867f20ad2e29c38f353 /ChangeLog | |
parent | c9e8e4959e7fef9f4da05a0b20489177bf727955 (diff) | |
download | hurd-29ca072fcfeb04fc29dfa9853621c15b58a3ebcf.tar.gz hurd-29ca072fcfeb04fc29dfa9853621c15b58a3ebcf.tar.bz2 hurd-29ca072fcfeb04fc29dfa9853621c15b58a3ebcf.zip |
Fix "random" ChangeLog handling
..., so that the correct things get done for "make dist".
* ChangeLog: Elaborate on "random".
* Makefile (gitlog-to-changelog_rev, ChangeLog_specs): Add entries
for "random".
(gen-ChangeLog): Handle that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,4 @@ -For all but procfs (see below), +For all but procfs and random (see below), 2772f5c6a6a51cf946fd95bf6ffe254273157a21 is the last commit imported from CVS. All commits after that one have valid author and committer information. @@ -57,6 +57,22 @@ Use this to examine the change log for earlier changes: $ git show 2772f5c6a6a51cf946fd95bf6ffe254273157a21:usermux/ChangeLog $ git show 2772f5c6a6a51cf946fd95bf6ffe254273157a21:utils/ChangeLog +random: + +random has been merged in 707f6cc4dbad734325881c5b275138522188754c. Before +1ba2ed95690396bf081d0af043d878b26b8563c2, it lived in the top-level directory. + +Use this to examine the change log, rewriting paths to where they live now: + + $ ./gitlog-to-changelog --strip-tab ac38884dc9ad32a11d09f55ba9fe399cd0a48e2f..1ba2ed95690396bf081d0af043d878b26b8563c2~1 | sed -e 's%\* [ ]*%* random/%' + +ac38884dc9ad32a11d09f55ba9fe399cd0a48e2f is the commit where it was imported. +All commits after that one have valid author and committer information. + +Use this to examine the change log for earlier changes: + + $ git ls-tree --name-only ac38884dc9ad32a11d09f55ba9fe399cd0a48e2f | perl -e 'print "2011-08-18 Gaƫl Le Mignot <kilobug\@freesurf.fr>\n\n"; while(<>){s%^%\t* random/%;s%$%: New file.%;print;}' + procfs: procfs has been merged in 7877d064a4318fb550b3cbcf64f0ec605e4a53e2. Before |