On Thu, Mar 10, 2016 at 10:58 AM, sebb <seb...@gmail.com> wrote: > On 10 March 2016 at 12:57, Sam Ruby <ru...@apache.org> wrote: >> Commit 7d81d25a38dcc6afba6ef82f87b1e029a69eb714: >> try harder to strip whitespace >> I'll admit that I can see no reason why this should be necessary, and >> yet it seems to occur in log files. ¯\_(ツ)_/¯ > > Thanks, that seems to have fixed it. > > It's rather odd that this only started happening recently. > > AFAICT that piece of code has not been changed for ages; perhaps the > git client has been updated? > The only other possibility I can think of is that $/ has been changed > somewhere?
Beats me. FWIW, I can't reproduce on Whimsy either: www-data@whimsy-vm2:/srv/whimsy$ irb irb(main):001:0> `git show --format="%h %ci" -s HEAD`.chomp => "7d81d25 2016-03-10 07:57:37 -0500" irb(main):002:0> ¯\_(ツ)_/¯ - Sam Ruby