Skip to content

Releases: microsoft/git

v2.31.1.vfs.0.3

05 May 20:08
721648c
Compare
Choose a tag to compare

This release bumps us to a new version of the mjcheetham/update-winget action so that we publish manifests to the correct path in the microsoft/winget-pkgs repo.

Pull Requests

  • #335: Bumping mjcheetham/update-winget to v1.2.1

v2.31.1.vfs.0.2

05 May 04:29
2ec8db2
Compare
Choose a tag to compare
v2.31.1.vfs.0.2 Pre-release
Pre-release

This release fixes issues with discoverability of the Windows exe to release to winget.

Pull Requests

  • #332: Fixing release asset regex

v2.31.1.vfs.0.1

04 May 17:43
55623ff
Compare
Choose a tag to compare
v2.31.1.vfs.0.1 Pre-release
Pre-release

This is our first release into the winget ecosystem. To install microsoft/git via winget, run this command-line instruction on a machine with winget installed:

$ winget install microsoft/git

Starting with this version, users on Windows and macOS can also upgrade to future versions of microsoft/git using the following command-line instruction:

$ git update-microsoft-git

Pull Requests

  • #321: Allow git upgrade-git-for-windows
  • #328: Adding winget workflow
  • #329: Add git update-microsoft-git
  • #330: Adding /AUTOUPDATE switch to winget manifest template
  • #331: Fixing autoupdate in winget manifets

v2.31.1.vfs.0.0

30 Mar 15:31
Compare
Choose a tag to compare

This includes Git for Windows 2.31.1.

v2.31.0.vfs.0.1

24 Mar 13:02
839aad2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.