Skip to content

Releases: git-for-windows/git-snapshots

Wed, 15 Jan 2020 22:29:45 +0100

24 Jan 23:43
f92c7e0

Choose a tag to compare

Merge pull request #2476 from dscho/vcpkg-upgraded-to-openssl-v1.1.x

Accommodate for vcpkg's upgrade to OpenSSL v1.1.x

Mon, 13 Jan 2020 20:21:32 +0100

24 Jan 23:42

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Thu, 9 Jan 2020 12:28:53 +0100

24 Jan 23:42

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Fri, 3 Jan 2020 23:23:39 +0100

24 Jan 23:42
7920803

Choose a tag to compare

Merge pull request #2452 from oldium/fix-unset-env

git-gui: fix GIT_DIR handling for submodules

It would appear that
https://groups.google.com/d/msg/msysgit/FkdTopndAes/BRVBc95idk8J was
intended to supersede the patch `Revert "git-gui: set GIT_DIR and
GIT_WORK_TREE after setup"`, and it made it into Git's `master` via the
merge bd08ecc487f (Merge branch 'gb/maint-submodule-env' into maint,
2010-03-08) (the patch in question is 74ae14199df (submodules: ensure
clean environment when operating in a submodule, 2010-02-25)).

Therefore, let's drop that patch (and the follow-up patch made necessary
by it) at long last -- after almost 10 years.

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

Fri, 3 Jan 2020 20:55:08 +0100

24 Jan 23:42

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Fri, 3 Jan 2020 20:41:38 +0100

24 Jan 23:41
8fc9b86

Choose a tag to compare

Merge pull request #2437 from dscho/only-error-on-backslash-in-index

Disallow writing, but not fetching commits with file names containing backslashes

Fri, 3 Jan 2020 20:34:06 +0100

24 Jan 23:41
0c54f76

Choose a tag to compare

Merge pull request #2449 from dscho/mingw-getcwd-and-symlinks

Do resolve symlinks in `getcwd()`

Fri, 27 Dec 2019 09:26:30 +0100

24 Jan 23:41

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Thu, 26 Dec 2019 18:39:52 +0100

24 Jan 23:41
baa8b8a

Choose a tag to compare

Merge pull request #2440 from dscho/mingw-reserved-filenames-gfw

 Refuse to write to reserved filenames

Fri, 13 Dec 2019 14:47:22 +0100

24 Jan 23:40
b5deb24

Choose a tag to compare

Merge pull request #2428 from dscho/sync-with-upstream

Update ROGERSM94/fix-rebase to the version that made it upstream