Skip to content

Tags: dakotahawkins/build-extra

Tags

git-sdk-1.0.7

Toggle git-sdk-1.0.7's commit message
Git for Windows SDK 1.0.7

git-sdk-1.0.6

Toggle git-sdk-1.0.6's commit message
Git for Windows SDK 1.0.6

git-sdk-1.0.5

Toggle git-sdk-1.0.5's commit message
Git for Windows SDK 1.0.5

Git-2.12.2.windows.1.2.optional-LFS

Toggle Git-2.12.2.windows.1.2.optional-LFS's commit message
Git for Windows 2.12.2.windows.1.2.optional-LFS

openssl-1.0.2h

Toggle openssl-1.0.2h's commit message
Update Git Credential Manager to new version

Through back channels, this developer obtained early access to
version 1.3.0 and immediately makes it available to Git for Windows'
users. Fun times.

Signed-off-by: Johannes Schindelin <[email protected]>

git-sdk-1.0.3

Toggle git-sdk-1.0.3's commit message
Git for Windows SDK 1.0.3

This is purely a bug release to account for the fact that since Pacman's
version 5.0.1, we [have to reinitialize pacman's keyring manually
now](git-for-windows/git#670).

tmp-issue-670

Toggle tmp-issue-670's commit message
Mention Bug Fix in release notes

When trying to modify a repository config outside of any
Git worktree, [`git config` no longer creates a `.git/`
directory](git-for-windows/git@64acc338c)
but prints an appropriate error message instead.

Signed-off-by: Johannes Schindelin <[email protected]>

git-sdk-1.0.2

Toggle git-sdk-1.0.2's commit message
The third official release of the Git for Windows 2.x SDK

The main difference to version 1.0.1 is that it works around some memory
issues (tell-tale: fatal error in forked process - fork: can't reserve
memory for parent stack 0x600000 - 0x800000, (child has 0x400000 -
0x600000), Win32 error 487).

The Git for Windows SDK is gratefully based on MSYS2:

	http://msys2.github.io/.

git-extra-1.1.94-src

Toggle git-extra-1.1.94-src's commit message
Source release of git-extra 1.1.94

An additional patch was needed in order to call

	makepkg --allsource

and end up with a valid source package.

Signed-off-by: Johannes Schindelin <[email protected]>

git-sdk-1.0.1

Toggle git-sdk-1.0.1's commit message
The second official release of the Git for Windows 2.x SDK

The SDK can now be installed into locations whose paths contain spaces,
and the installation now works also if n NTLM proxy is required to
access the internet.

Our thanks go to MSys2: http://msys2.github.io/.