This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow
git mv
and move subj filtering into Ruby
For reasons I couldn't determine, adding --follow to `git log` did incompatable things with `--grep` ... the git command returned NO entries. In other words: git log --follow --grep "^META" --invert-grep -- {file} ...didn't work.
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Jekyll | ||
module LastModifiedAt | ||
VERSION = '1.3.0' | ||
VERSION = '1.3.1-PEM1' | ||
end | ||
end |