{ "homepage": "https://git-for-windows.github.io/", "description": "Minimal Git for Windows (MinGit) is a reduced sized package designed to support application integration (like integrated development environments, graph visualizers, etc.) where full console support (colorization, pagniation, etc.) is not needed.(BusyBox-backed MinGit, experimental, smaller version of MinGit)", "license": "GPL-2.0-only", "version": "2.26.2.windows.1", "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/MinGit-2.26.2-busybox-64-bit.zip", "hash": "e834ea73fe093fb180dc45f67a1f2a7a566dab53d1d45bc3cd150106f5c40520" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/MinGit-2.26.2-busybox-32-bit.zip", "hash": "09856289d5dbd445e1e109fea8be85b3bac01ae31f79bef182568061ca880120" } }, "bin": [ "cmd\\git.exe", "mingw64\\bin\\busybox.exe" ], "notes": [ "To get Git to recognise OpenSSH, you will need to run", "", "scoop install openssh", "[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')", "", "and then restart powershell." ], "checkver": { "url": "https://github.com/git-for-windows/git/releases/latest", "re": "v(?[\\d\\w.]+)/MinGit-(?[\\d.]+).*\\.zip" }, "env_set": { "GIT_INSTALL_ROOT": "$dir" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchVersion/MinGit-$matchShort-busybox-64-bit.zip" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchVersion/MinGit-$matchShort-busybox-32-bit.zip" } }, "hash": { "url": "https://github.com/git-for-windows/git/releases/latest", "find": "$basename<\\/td>\\s*([0-9a-fA-F]+)<\\/td>" } } }