Closed jessp01 closed 7 years ago
@ivantsepp can we have your attention please?
Thanks for your fix and sorry for the LONG delay. I've been out of it 😢 . released https://rubygems.org/gems/jekyll-git_metadata/versions/0.1.0. I used your git shortlog
fix in https://github.com/ivantsepp/jekyll-git_metadata/commit/7ec03ab49159d79c96c258c54c959d73002fa8cc
See: jekyll-3.0.0/lib/jekyll/collection.rb
git shortlog -se
in a none interactive way, [i.e from a jekyll process launched with jekyll serve -P80 -H0.0.0.0 --watch, for example], one would get ENOTTY errors and it will not return data, specifying 'HEAD' solves that and it then works from both an interactive shell and from the jekyll lunched as described above.