Skip to content

Releases: git-for-windows/git-snapshots

Tue, 4 Sep 2018 16:01:51 -0400

24 Jan 23:03
eb29dc6

Choose a tag to compare

Merge pull request #1814 from dscho/builtin-stash-v8

Update the built-in stash to v8, and the built-in rebase -i to v7

Thu, 9 Aug 2018 11:56:39 -0400

24 Jan 23:03
070e699

Choose a tag to compare

Merge pull request #1788 from gitster/bb/pedantic

Merge bb/pedantic to fix MSVC compile warnings

Wed, 8 Aug 2018 19:57:52 +0200

24 Jan 23:03
ede0edb

Choose a tag to compare

Merge pull request #1784 from gitster/tb/config-default

builtin/config: work around an unsized array forward declaration

Wed, 8 Aug 2018 17:48:22 +0200

24 Jan 23:03
0a4aaab

Choose a tag to compare

Merge pull request #1783 from jamill/gfw_msvc_build_fixes

fixup! mingw: really handle SIGINT

Wed, 1 Aug 2018 19:36:14 +0200

24 Jan 23:02
9b68f5a

Choose a tag to compare

Merge pull request #1769 from gitster/kg/gc-auto-windows-workaround

gc --auto: release pack files before auto packing

Mon, 30 Jul 2018 13:58:39 +0200

24 Jan 23:02
07e862c

Choose a tag to compare

Merge pull request #1767 from gitster/as/safecrlf-quiet-fix

config.c: fix regression for core.safecrlf false

Wed, 11 Jul 2018 22:03:23 +0200

24 Jan 23:02
27a24fd

Choose a tag to compare

Merge pull request #1757 from dscho/git-gui-hooks-path

git-gui: respect modern hooks paths

Fri, 6 Jul 2018 09:57:53 -0300

24 Jan 23:02
6d45d96

Choose a tag to compare

Merge pull request #1747 from dscho/fix-check-revoke

http: rename http.schannel.checkRevoke to http.schannelCheckRevoke

Wed, 4 Jul 2018 21:21:05 +0200

24 Jan 23:02

Choose a tag to compare

fixup! mingw: really handle SIGINT

This fixes compilation in the 32-bit SDK.

Pointed out by Agustín Martín Barbero.

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

Fri, 22 Jun 2018 13:26:52 +0200

24 Jan 23:02

Choose a tag to compare

vcbuild/README: update to accommodate for missing common-cmds.h

In 60f487ac0ef (Remove common-cmds.h, 2018-05-10), we forgot to adjust
this README when removing the common-cmds.h file.

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