Skip to content

Releases: git-for-windows/git

Git for Windows 2.10.0

03 Sep 08:24
Compare
Choose a tag to compare

Changes since Git for Windows v2.9.3(2) (August 25th 2016)

New Features

Bug Fixes

Filename SHA-256
Git-2.10.0-64-bit.exe d624e08991a7a28b7156e384503228273e2da4c74c20b21152a97f4a304886da
Git-2.10.0-32-bit.exe 5d565da086a0b7aca46face8439146826ddd51ffeb286845be89fe4c2713d63c
PortableGit-2.10.0-64-bit.7z.exe d23b81e88949042d34e97bfd1e5b579d4b6aadec085c6ff6b05c4579da1d49e4
PortableGit-2.10.0-32-bit.7z.exe 89940cca2a8e1b18b5ed6e3d46c97ea4fcfe1628cda3ae452cd2a8984a3c25c8
MinGit-2.10.0-64-bit.zip 2e1101ec57da526728704c04792293613f3c5aa18e65f13a4129d00b54de2087
MinGit-2.10.0-32-bit.zip 36f890870126dcf840d87eaec7e55b8a483bc336ebf8970de2f9d549a3cfc195
Git-2.10.0-64-bit.tar.bz2 4c98383ed38ba6000cad9d80c1819f686692d90e004207726085e823f6928ebc
Git-2.10.0-32-bit.tar.bz2 0b132212b858743934d47f40f38e29eef0c1a06c735b0e9889ab6e0d9c195d81

v2.9.3.windows.3: Preview of Git for Windows v2.10.0

31 Aug 20:07
Compare
Choose a tag to compare
The two biggest changes are:

- the git-wrapper was backed out from Git for Windows' git.git fork, as
  it is too specific to Git for Windows' setup and not specific to Git.

- the interactive rebase was accelerated by reimplementing large parts
  of its functionality in C.

Git for Windows 2.9.3(2)

25 Aug 13:53
Compare
Choose a tag to compare

Changes since Git for Windows v2.9.3 (August 13th 2016)

New Features

Filename SHA-256
Git-2.9.3.2-64-bit.exe d23629ec9f89a6bbddc0459108296b4fdfa08abd98e07485134a9a30ad40486a
Git-2.9.3.2-32-bit.exe 7d9645093925fee8de5308c7d6d53d9f6b070e95e4369fef02b4493da782475f
PortableGit-2.9.3.2-64-bit.7z.exe 2115cbd45b20efc62dcfa57ce86d5b6f3f15e8a887f253baeb43e3bff836810e
PortableGit-2.9.3.2-32-bit.7z.exe a173516ba51d7b1d926b78243911c55962c007cc6ea822d1cca37963a4794c68
MinGit-2.9.3.2-64-bit.zip 4616ef2cef84d19ccc0325d6326107fe82a7c487dafbe7ee2248878cea32ea1a
MinGit-2.9.3.2-32-bit.zip 7178963b663d91abc5d101eab6a24552fdbc2913a312edaa8291266451bcf1d1
Git-2.9.3.2-64-bit.tar.bz2 9cbb3019bc614fa2769b6d64298b339a2ef66d475602c1d572b849283b62ad15
Git-2.9.3.2-32-bit.tar.bz2 be55791fbd02bd7d51b7b93eed0ac8193bbd996e8590f0f0ac01b65c9a85e5b0

Git for Windows 2.9.3

13 Aug 10:10
Compare
Choose a tag to compare

Changes since Git for Windows v2.9.2 (July 16th 2016)

New Features

  • Comes with Git 2.9.3.
  • Updated Git Credential Manager to version 1.6.0.
  • Includes support for git status --porcelain=v2.
  • Avoids evaluating unnecessary patch IDs when determining which commits do not need to be rebased because they are already upstream.
  • Sports a new --smudge option for git cat-file that lets it pass blob contents through smudge filters configured for the specified path.

Bug Fixes

Filename SHA-256
Git-2.9.3-64-bit.exe 1a642cf2914e18fa868b1ed2c6d1df4a46ba8ef30355fd1965850895a658e024
Git-2.9.3-32-bit.exe d6b4a19536ad408018688f1242ab0d1f5dc5544109662bfddf915f685eba58a9
PortableGit-2.9.3-64-bit.7z.exe 3423ea5c7e025a67903e05d1493680d6d5d6666429a9c400cc9e33beea5adb1b
PortableGit-2.9.3-32-bit.7z.exe cd142cbb124d7c3e3c3bf144785e57573afd2fc9c043447b7f5111ec044e6ced
MinGit-2.9.3-64-bit.zip 17e40cb149ce6a348c8e8bbe7f1c1fff00f82882f0e57f32d60ea5c26feeef98
MinGit-2.9.3-32-bit.zip 3c6515c09ccb7d1aa6620db51245c87f9836fbde5ee9af6c849b4cbd506f60e8
Git-2.9.3-64-bit.tar.bz2 7b165d400c2bcc427881d502dd46cd442e512053d92cba8b3e46173c5028e427
Git-2.9.3-32-bit.tar.bz2 00f265ddbbfedd25a8a0c38a33a6cb12761101a019f0c7f6189f07e771a522b7

v2.9.2.windows.3: Second early-bird preview of Git for Windows v2.9.3

12 Aug 17:20
Compare
Choose a tag to compare
In preparation for v2.9.3, another rebase to upstream's `maint` branch,
as well as three more enhancements:

- `git status` now knows the `--no-lock-index` option to avoid locking
  the index

- `git cat-file --smudge` learned the `--use-path=<path>` option to
  allow specifying blob names as SHA-1 and *still* apply the smudge
  filter correctly

- `git init` heeds `core.hideDotFiles=false` in `~/.gitconfig` again

v2.9.2.windows.2: Early-bird preview of Git for Windows v2.9.3

09 Aug 17:06
Compare
Choose a tag to compare
Of course, upstream Git v2.9.3 was not released yet, but the plan is to
release it some time this week.

To prepare for that, here is a preview of MinGit that most notably
includes:

- support for `git status --porcelain=v2`

- more efficient computation which patches can be excluded from rebasing
  because they are already upstream

- the new `--smudge` option that lets `git cat-file` pass blobs through
  any smudge filter configured for the specified path

Git for Windows 2.9.2

16 Jul 09:19
Compare
Choose a tag to compare

Changes since Git for Windows v2.9.0 (June 14th 2016)

New Features

Bug Fixes

Filename SHA-256
Git-2.9.2-64-bit.exe 006d971bcbe73cc8d841a100a4eb20d22e135142bf5b0f2120722fd420e166e5
Git-2.9.2-32-bit.exe d8b5d67dc4859a05254f36e61dcc4bfcffd7e6201c940bb94fb2b502c5dd8e7c
PortableGit-2.9.2-64-bit.7z.exe 4319caf04f6e9b7bc4916660ce918e1d26cfc1c6ae5d19981d7ccab166117aca
PortableGit-2.9.2-32-bit.7z.exe d023e37c5e54d46900af4879e786ad107611ec9373fa348450fe844ab125a0a1
Git-2.9.2-64-bit.tar.bz2 292d897d54d864d4b819e25a9773d067310d7890014567cd8e44d2028c583102
Git-2.9.2-32-bit.tar.bz2 b530185c69d9ae4758087de04da706d887e35b94a12e9c088324833818a06a46
MinGit-2.9.2-64-bit.zip 23bef1673e9fc5bc1b71d7dc4af482a49b61280397b606c76196646af30d85c7
MinGit-2.9.2-32-bit.zip ea561e0170f16018b6ae62f949c9789c1d1229806fd72f4be1c96cea05000c12

Git for Windows 2.9.0

14 Jun 11:11
Compare
Choose a tag to compare

Changes since Git for Windows v2.8.4 (June 7th 2016)

Bug Fixes

  • When running git gc --aggressive or git repack -ald in the presence of multiple pack files, the command still had open handles to the pack files it wanted to remove. This has been fixed.
Filename SHA-256
Git-2.9.0-64-bit.exe 4e736ae188f4b75c2c24282d8a9543726f6cb7e0b2f1e7ad8e37e3b61cfa8d1d
Git-2.9.0-32-bit.exe c511db6eb0a23ae53fbf753f688a1a180a371e082c3b202bf8b64f3bccf9bc95
PortableGit-2.9.0-64-bit.7z.exe 566bf55d7a3ba18660e76034d4af3e0cdd985cbb6f73eb881f287aa23a0f6bbc
PortableGit-2.9.0-32-bit.7z.exe ed7c648f58decbd70f27e124704e88ac1c9934e78bcc60516aaeddace2275581
Git-2.9.0-64-bit.tar.bz2 85662a8b7d69fa604eb68e337eab3991ef77aa724794b9f27705190b206a4d7d
Git-2.9.0-32-bit.tar.bz2 33c4e9f75c883c003baf350d16d3ebaad9f93f3789e34c6251e23e9fa98cf659

Git for Windows 2.8.4

07 Jun 09:25
Compare
Choose a tag to compare

Changes since Git for Windows v2.8.3 (May 20th 2016)

New Features

Bug Fixes

Filename SHA-256
Git-2.8.4-64-bit.exe 1c4f50e11a8138944c21aaf5837606778cf1835c2bcce6936b40ce48c9fbdb49
Git-2.8.4-32-bit.exe 502dadd830560088dfd7f8f9582d028dffa10cfd20b4616f0592a8098f8f5a7a
PortableGit-2.8.4-64-bit.7z.exe 69018cf6c8af2b24cdfb64d469e0515d5c81471e84845d6012677ea3272bd4c0
PortableGit-2.8.4-32-bit.7z.exe 488dab9c25465df6c9452654623f50573402167082703f7af270d2d173eecce0
Git-2.8.4-64-bit.tar.bz2 41ae6d6bcf906c8bf98092ae8577212d21d20b8d4f7784f2690ed132116aec63
Git-2.8.4-32-bit.tar.bz2 2cffb6f899377c9241322e215f5e32963992f1a3cb607e803a6427a02b2f0a94

Git for Windows 2.8.3

20 May 15:05
Compare
Choose a tag to compare

Changes since Git for Windows v2.8.2 (May 3rd 2016)

New Features

Filename SHA-256
Git-2.8.3-64-bit.exe 5b26be59b9e289351338befe7f2f185011bc057c63515afb9d29d3744cc68e6b
Git-2.8.3-32-bit.exe 428a1765cfbadd88b767b779823dfeae134dcbe43170740b088ffad2cdb4be4b
PortableGit-2.8.3-64-bit.7z.exe 5db28a49b014e99435b9a238527a6efeaecb6648eb803a451357505407bc297c
PortableGit-2.8.3-32-bit.7z.exe de52d070219e9c4ec1db179f2adbf4b760686c3180608f0382a1f8c7031e72ad
Git-2.8.3-64-bit.tar.bz2 7fb5237c6ed2fe379bdec02b35649573e928c23b196773fde952f9ae45aec345
Git-2.8.3-32-bit.tar.bz2 b70218f9ab677a63d366dfa89ae5bdbee34849529d9f2ce4a09d91f7669a0b44