Releases: steveukx/git-js
Releases · steveukx/git-js
[email protected]
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.
[email protected]
Minor Changes
- 28d545b: Upgrade build tools and typescript
[email protected]
[email protected]
Minor Changes
- c355317: Enable the use of a two part custom binary
[email protected]
[email protected]
Minor Changes
- df14065: add status to DiffResult when using --name-status
[email protected]
[email protected]
Minor Changes
- 2eda817: Use
pathspec
ingit.log
to allow use of previously deleted files infile
argument
[email protected]
Patch Changes
- 2ab1936: keep path splitter without path specs
[email protected]
Minor Changes
- f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object