-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds hash comparing calculated from metadata collected from the…
… file. - Now we compare works when using csv cache only when two works hashes calculated from its' metadata are different; otherwise, we get a compare result from csv; - All CLI arguments that have the 'Path' type now resolve to absolute paths; - Now, when we compare local works, we get modification dates from the system; - Bumped the util version. Refs: #196.
- Loading branch information
Showing
22 changed files
with
306 additions
and
243 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
UTIL_VERSION := 0.4.11 | ||
UTIL_VERSION := 0.5.0 | ||
UTIL_NAME := codeplag | ||
PWD := $(shell pwd) | ||
|
||
|
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
Oops, something went wrong.