X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=blobdiff_plain;f=ChangeLog;h=c3f5dc145a7de0954ba26efa664197b98ced2efd;hp=4335802c42372f3807ba30cae42012e423157df4;hb=7a0c729;hpb=a39d4083cab589d7cd6a13e8a4b8db8875261d75 diff --git a/ChangeLog b/ChangeLog index 4335802c4..c3f5dc145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-01-01 Jim Meyering + + maint: fix public-submodule-commit to work with newer git + * top/maint.mk (public-submodule-commit): Remove excess quoting. + We were over-quoting the test arguments, and somewhere prior to + version 1.8.5.2.229, git stopped removing those excess quotes, + which made the test fail, since the unexpanded strings would + always differ; using GIT_TRACE=1 confirmed that the git merge-base + command wasn't even being run. + 2014-01-01 Paul Eggert doc: update main copyright year