Closed torbjoernk closed 7 years ago
Older (ancient) versions of Git (e.g. 1.8.4) don't understand the --quiet|-q argument of git show. The alternative is to use --no-patch, which seems upwards compatible.
--quiet|-q
git show
--no-patch
Thanks for reporting this and sorry for the long delay. I've been out of it. Fixed in https://github.com/ivantsepp/jekyll-git_metadata/commit/d9059c795b1da251c23d9f8ada58594de6557ce4
Older (ancient) versions of Git (e.g. 1.8.4) don't understand the
--quiet|-q
argument ofgit show
. The alternative is to use--no-patch
, which seems upwards compatible.