]> gcc.gnu.org Git - gcc.git/commit
teach mklog to look in the current directory for ChangeLog files
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sun, 6 Mar 2016 17:36:19 +0000 (17:36 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sun, 6 Mar 2016 17:36:19 +0000 (17:36 +0000)
commit1f347c50efc8c095999022d94ee176b4eb9b4aca
tree5804bde429ee3a5939876792975aac4f00909a7d
parentd96e840784d5c589120b9df69536097e5d15ec39
teach mklog to look in the current directory for ChangeLog files

 when run in repos other than gcc mklog fails to find ChangeLog files
because it looks for $0/../$dir/ChangeLog, but of course if the diff is
for a project other than gcc that might not exist.  It should be fine to
also look for $cwd/$dir/ChangeLog, and use that if we find it.  This
means that for example in binutils-gdb.git you can do git commit,
and then in your editor read git diff HEAD~ | mklog - to generate a
template ChangeLog for that commit.

contrib/ChangeLog:

2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* mklog: Look for the ChangeLog file in $cwd.

From-SVN: r234014
contrib/ChangeLog
contrib/mklog
This page took 0.053255 seconds and 5 git commands to generate.