Bruno Haible <br...@clisp.org> writes: > Collin Funk wrote: >> This is because of the following change in one of the patches: >> >> diff --git a/gnulib b/gnulib >> index 84ddfc7bd..caf768863 160000 >> --- a/gnulib >> +++ b/gnulib >> @@ -1 +1 @@ >> -Subproject commit 84ddfc7bd29853ed91cdd65c7ce818072959f974 >> +Subproject commit caf768863e2a411ede373164e861b0bf6b707bcc >> >> This is an older gnulib commit the pre-dates the -Wtrailing-whitespace >> workarounds. > > Oops, this part was not intended. I should have avoided "git commit ." > and instead listed the files explicitly. Glad that you noticed the mistake.
No problem at all. I never found git submodules very intuitive (I have reference to commands in README-hacking every time I want to update one). So it is an easy mistake to make. Collin