gjtorikian / jekyll-last-modified-at

A Jekyll plugin to show the last_modified_at time of a post.
MIT License
241 stars 38 forks source link

Add option to specify extra git options #92

Closed femshima closed 1 month ago

femshima commented 1 year ago

This PR adds configurable option(git-options) which allows users to specify extra git options used in retrieving the latest commit.

This is useful for filtering the commits by the commit message.

last-modified-at:
  git-options:
    - --grep
    - \[no-update\].*
    - --invert-grep
gjtorikian commented 1 month ago

👋 Unfortunately, my GitHub notifications for this repository was oddly turned off. I take my responsibility to accepting patches seriously; however, I am just one person, with a very busy life off of GitHub.com! I'm going to close this PR because I like to keep my TODO list scoped and reasonable. This does not mean I will not accept this patch! Rather, it's a way of me asking you if you're still using this gem, and whether you want this PR merged. Just comment back and I'll prioritize it. I assume silence means I can keep it closed. Thanks!

this was an automated copy-paste