dugite-native
dugite-native copied to clipboard
A toolchain for building a portable, cross-platform Git for applications
current use of 64 and 32 in github actions is unaffected and will function as before added arm, and arm64 as acceptable TARGET_ARCH options this allows for making local builds...
Bumps git to 2.36.0 and git for windows to v2.36.0.windows.1
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
## Description Git-secrets fails to run (I think because it can't find git-sh-setup). Specifically, the error raised points to [line 46](https://github.com/awslabs/git-secrets/blob/c11c229a8eebb3545e5fd3bab4e8aa55a7f19383/git-secrets#L46), and the built-in git has a weird exec-path: ```bash...
Firstly, many thanks for Dugite Native. All in all, it's excellent. I've come across a problem on the Ubuntu builds, with versions 2.21, 2.19.2 and 2.16. With them, the error...
JavaScript or TypeScript users can just use the `dugite` package to access these binaries. But it's not clear how to use them in other languages. After looking at [this file](https://github.com/desktop/dugite/blob/master/lib/git-environment.ts),...
I use a commit hook that does `git grep -P`, i.e. uses Perl regexps which is a compile time dependency. This works everywhere but Atom's git support, where it fails...
Desktop received a report about our use of `git status` interfering with a user's preferred config: https://github.com/desktop/desktop/issues/3734 I looked at the behaviour of `git status` and it doesn't seem to...
We're [working on a native ARM64 version](https://github.com/git-for-windows/git/issues/2346#issuecomment-751687623) of Git for Windows 🚀 Since Dugite Native uses the MinGit packages provided by Git for Windows, this is a good opportunity for...
I've got some code that runs fine on my local (OS X) dev machine, but when I run it inside a docker container (based off of the `node:14.14.0` image), it...