Releases: steveukx/git-js
Releases · steveukx/git-js
[email protected]
Minor Changes
-
bc77774: Correctly identify current branch name when using
git.statusin a cloned empty repo.Previously
git.statuswould report the current branch name asNo. Thank you to @MaddyGuthridge for identifying this issue.
[email protected]
Minor Changes
- 2adf47d: Allow repeating git options like
{'--opt': ['value1', 'value2']}
[email protected]
Minor Changes
- 52f767b: Add
similarityto theDiffResultNameStatusFileinterface used when fetching log/diff with the--name-statusoption. - 739b0d9: Diff summary includes original name of renamed files when run wiht the
--name-statusoption. - bc90e7e: Fixes an issue with reporting name changes in the
filesarray 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
pathspecingit.logto allow use of previously deleted files infileargument