Git Js Versions Save

A light weight interface for running git commands in any node.js application.

[email protected]

3 weeks ago

Minor Changes

  • c355317: Enable the use of a two part custom binary

[email protected]

1 month ago

Minor Changes

  • 9bfdf08: Bump package manager from yarn v1 to v4

Patch Changes

  • 8a3118d: Fixed a performance issue when parsing stat diff summaries
  • 9f1a174: Update build tools and workflows for Yarn 4 compatibility

[email protected]

3 months ago

Minor Changes

  • df14065: add status to DiffResult when using --name-status

[email protected]

5 months ago

Minor Changes

  • 709d80e: Add firstCommit utility interface

Patch Changes

  • b4ab430: Add trailing callback support to git.firstCommit
  • d3f9320: chore(deps): bump @babel/traverse from 7.9.5 to 7.23.2
  • b76857f: chore(deps): bump axios from 1.1.3 to 1.6.1

[email protected]

7 months ago

Minor Changes

  • 2eda817: Use pathspec in git.log to allow use of previously deleted files in file argument

[email protected]

9 months ago

Patch Changes

  • 2ab1936: keep path splitter without path specs

[email protected]

10 months ago

Minor Changes

  • f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object

[email protected]

11 months ago

Minor Changes

  • 5100f04: Add new interface for showBuffer to allow using git show on binary files.

Patch Changes

  • f54cd0d: Examples and documentation for outputHandler

[email protected]

1 year ago

Minor Changes

  • a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.

[email protected]

1 year ago

Patch Changes

  • 066b228: Fix overly permissive regex in push parser