From 136db9a1fbd8e173eec0c99218cc7ae6aee1682c Mon Sep 17 00:00:00 2001 From: "gitforwindowshelper[bot]" Date: Thu, 26 Sep 2024 18:26:03 +0000 Subject: [PATCH] Add a release note (feature) The new, experimental [`git survey` command was added](https://github.com/git-for-windows/git/pull/5174). This command is designed to help identify less-than-ideal data shape in monorepos, and it will likely see highly active development. Stay tuned! Signed-off-by: gitforwindowshelper[bot] --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 66c852b889..ea9cd577ec 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -45,6 +45,7 @@ Git for Windows is distributed with other components yet, such as Bash, zlib, cu * Comes with the MSYS2 runtime (Git for Windows flavor) based on [Cygwin v3.5.4](https://inbox.sourceware.org/cygwin-announce/20240825195526.2571058-1-corinna-cygwin@cygwin.de/), which drops Windows 7 and Windows 8 support. * The new, experimental `git backfill` command [was added](https://github.com/git-for-windows/git/pull/5172): It helps fetching relevant Git objects smartly in a partial, sparse clone. +* The new, experimental [`git survey` command was added](https://github.com/git-for-windows/git/pull/5174). This command is designed to help identify less-than-ideal data shape in monorepos, and it will likely see highly active development. Stay tuned! ## Changes since Git for Windows v2.46.1 (September 18th 2024)