Closed jayvdb closed 5 years ago
If the source is not in a git repository, the plugin will run git rev-parse --is-inside-work-tree for every single use of last_modified_at.
git rev-parse --is-inside-work-tree
last_modified_at
If the source is not in a git repository, the plugin will run
git rev-parse --is-inside-work-tree
for every single use oflast_modified_at
.