On 07/26/2012 01:49 PM, Eric Blake wrote:
> can we always count on the vc-dwim boilerplate to
> be the same to automatically prune it from gitlog-to-changelog?
Probably not, but we can keep a catalog of all of them,
surely, assuming this problem persists indefinitely,
which I hope it doesn't.
On 07/26/2012 04:48 PM, Denis Excoffier wrote:
> Hello,
>
> Is it conceivable that in mpsort.c, the line
>
> #include
>
> is (officially) replaced by the three lines
>
> #ifdef HAVE_CONFIG_H
> # include
> #endif
>
> for those people (like me...) that don't work with but prefer to
> keep mp
Hello,
Is it conceivable that in mpsort.c, the line
#include
is (officially) replaced by the three lines
#ifdef HAVE_CONFIG_H
# include
#endif
for those people (like me...) that don't work with but prefer to
keep mpsort.c untouched?
This is already done for other files in gnulib/lib, like
[adding Jim, as author of vc-dwim; and gnulib, as owner of
gitlog-to-changelog]
On 07/26/2012 12:50 PM, Paul Eggert wrote:
> On 07/26/2012 10:19 AM, Eric Blake wrote:
>> You'll need to install a followup to amend the
>> generated ChangeLog when running gitlog-to-changelog (see how coreutils
>> use