[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib overrides git-log-fix upon upgrade?
From: |
Assaf Gordon |
Subject: |
Re: gnulib overrides git-log-fix upon upgrade? |
Date: |
Fri, 18 Apr 2014 20:07:46 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
But wait... just to verify before pushing this...
On 04/18/2014 07:59 PM, Pádraig Brady wrote:
On 04/18/2014 11:06 PM, Assaf Gordon wrote:
A recent change added a stub "git-log-fix" file to gnulib:
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=ce457d622d947d8aa3e325d98a2818d097e7fec9
Good point!
Attached is a gnulib patch to revert the recent changes,
and a GNU hello patch to improve the gen_Changelog target
to make git-log-fix optional.
This commit (which added "git-fix-log") was done because of an error
another user reported, where a non-existing 'git-log-fix' caused a problem:
http://lists.gnu.org/archive/html/bug-tar/2014-03/msg00082.html
So perhaps creating 'git-fix-log' is still needed?
And before that, the change happened because of a different
issue:
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=1589a8ab49dc714198d1003f745fe9c9fd5c3256
(which I reported, so I'm sorry for all this mess to begin with...)
There seems to be some delicate interplay here...