dugite

Elegant bindings for working with Git in your Node applications

MIT License

Downloads
53.9K
Stars
454
Committers
31

Bot releases are visible (Hide)

dugite - v1.70.0

Published by shiftkey about 6 years ago

This change removes the dependency on libcurl-gnutls for Linux builds in favour of libcurl using OpenSSL.

For more details about the shared libraries that dugite now needs at runtime, check out the dugite-native release notes.

dugite - v1.69.0

Published by shiftkey about 6 years ago

Fixes an error parsing issue with the "not a Git repository" error after upstream Git changes the message - #199

dugite - v1.68.0

Published by shiftkey over 6 years ago

Updates the embedded Git to v2.18.0

dugite - v1.67.0

Published by shiftkey over 6 years ago

Updates the embedded Git LFS to 2.4.2

dugite - v1.66.0

Published by niik over 6 years ago

dugite - v1.64.0

Published by shiftkey over 6 years ago

  • Updates request to address several vulnerabilities identified by npm audit - #186
dugite - v1.63.0

Published by shiftkey over 6 years ago

  • Handle some additional error scenarios - #175
  • Bump request package to address upstream security vulnerability - #183
dugite - v1.62.0

Published by shiftkey over 6 years ago

Updates the embedded Git to v2.17.0

dugite -

Published by shiftkey over 6 years ago

Changelog:

  • Updates the embedded Git to v2.16.3
  • Adds GitError.BranchRenameFailed error code to represent when a branch rename fails - #172. Thanks @ysabri!
dugite - v1.53.0

Published by shiftkey over 6 years ago

This upgrades the embedded Git to v2.15.1.

dugite - v1.54.0

Published by shiftkey over 6 years ago

This upgrades the embedded Git to v2.16.0-rc0.

dugite - v1.55.0

Published by shiftkey over 6 years ago

This upgrades the embedded Git to v2.16.0-rc1.

dugite - v1.56.0

Published by shiftkey over 6 years ago

This upgrades the embedded Git to v2.16.1.

dugite - v1.57.0

Published by shiftkey over 6 years ago

This version adds a check to options.stdin because '' (empty string) should be handled differently to undefined, despite JavaScript considering them both falsy. See #163 for more details

dugite - v1.58.0

Published by shiftkey over 6 years ago

This version handles and swallows errors related to the incorrect usage of process.stdin by callers, which manifests in EPIPE, EOF and ECONNECT errors, depending on the underlying OS.

See #164 for more details.

dugite - v1.59.0

Published by shiftkey over 6 years ago

This updates the embedded Git to v2.16.2, and adds support for using this package on ARM64 platforms.

dugite - v1.60.0

Published by shiftkey over 6 years ago

This version updates Git LFS to v2.4.0.