Johannes Schindelin

Results 34 issues of Johannes Schindelin

The Git credential protocol is really a set of three commands that credential helpers (such as GCM) should implement: `get`, `store`, and `erase`. The credential helpers are run with these...

enhancement

Resolves #446 ---- ### Before the change? * ESLint complains about the missing `@octokit/rest` module (see e.g. [here](https://github.com/git-for-windows/setup-git-for-windows-sdk/actions/runs/13587687456/job/37986244497?pr=1108#step:5:11)). ### After the change? * ESLint no longer complains. This is achieved...

When I [introduced support for executing Microsoft Store applications through their "app execution aliases"](https://inbox.sourceware.org/cygwin-patches/[email protected]/) (i.e. special reparse points installed into `%LOCALAPPDATA%\Microsoft\WindowsApps`), I had missed that it failed to spawn the...

Ever since I moved Git for Windows from MSys to MSYS2 in 2015, I have dreamed of this: To share the identical package definition of `mingw-w64-git` with MSYS2. This will...