Skip to content

Releases: microsoft/git

v2.31.1.vfs.0.0

30 Mar 15:31

Choose a tag to compare

This includes Git for Windows 2.31.1.

v2.31.0.vfs.0.1

24 Mar 13:02
839aad2

Choose a tag to compare

This contains upstream Git for Windows v2.31.0.windows.1.

v2.31.0.vfs.0.0

17 Mar 17:53

Choose a tag to compare

This includes Git for Windows 2.31.0.

v2.30.0.vfs.0.1.exp (Experimental Release)

09 Feb 02:31
734057e

Choose a tag to compare

This is an experimental release including the builtin FS Monitor daemon.

To test this feature yourself, run git config core.fsmonitor ":internal:" in your repository.

To disable the feature, run git config --unset core.fsmonitor and then git fsmonitor--daemon --stop.

If you have any unexpected behavior after enabling this feature, please create an issue and we will prioritize an investigation.

Pull Requests

  • #313 [EXP] Maintenance: fix bug, add headless-git.exe
  • #311 [EXP] FS Monitor

v2.30.0.vfs.0.0.exp (Experimental Release)

05 Feb 16:38
d804b94

Choose a tag to compare

This is an experimental release including the builtin FS Monitor daemon.

To test this feature yourself, run git config core.fsmonitor ":internal:" in your repository.

To disable the feature, run git config --unset core.fsmonitor and then git fsmonitor--daemon --stop.

If you have any unexpected behavior after enabling this feature, please create an issue and we will prioritize an investigation.

Pull Requests

  • #311 [EXP] FS Monitor

v2.30.0.vfs.0.2

14 Jan 21:13
7cd9573

Choose a tag to compare

This includes Git for Windows 2.30.0(2), which includes Git LFS v2.13.2.

Pull Requests

  • #306: gvfs-helper: remove odb check
  • #303: Appease the new PR workflow "check-whitespace"
  • #301: Update 'git maintenance' to match upstream
  • #300: ci: fix the vs-build job so that CI builds pass again
  • #298: difftool: support user-defined Beyond Compare setups correctly again

v2.29.0.vfs.0.2

10 Dec 14:37

Choose a tag to compare

The only change from v2.29.0.vfs.0.1 is that the uninstall.sh script works properly on macOS during brew upgrade --cask microsoft-git.

v2.29.0.vfs.0.1

10 Dec 12:36
00a750a

Choose a tag to compare

This includes the latest Git Credential Manager Core security release.

v2.29.0.vfs.0.0

20 Oct 18:34

Choose a tag to compare

This includes Git for Windows 2.29.0.

v2.28.0.vfs.1.0

15 Oct 15:10
7462bbc

Choose a tag to compare

This update to v2.28.0.vfs.0.0 includes the git maintenance builtin, including background maintenance capabilities for macOS and Linux.

Pull Requests

  • #286: Merge jk/strvec into vfs-2.28.0
  • #290: Backport os/vcbuild to fix CI failures
  • #291: Prepare for v2.29.0
  • #292: Bring in dependencies of ds/maintenance-part-3
  • #293: Merge in current ds/maintenance-part-3