Steve King/git-js: Release [email protected]
Name: git-js
Owner: Steve King
Release: [email protected]
Released: 2024-09-19
License: MIT
Release Assets:
Minor Changes
- 52f767b: Add
similarity
to theDiffResultNameStatusFile
interface used when fetching log/diff with the--name-status
option. - 739b0d9: Diff summary includes original name of renamed files when run wiht the
--name-status
option. - bc90e7e: Fixes an issue with reporting name changes in the
files
array returned bygit.status
. Thank you @mark-codesphere for the contribution.
Patch Changes
- 03e1c64: Resolve error in log parsing when fields have empty values.