git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [ANNOUNCE] Git for Windows 2.28.0-rc1
@ 2020-07-18  1:10 Johannes Schindelin
  2020-07-18  1:16 ` Derrick Stolee
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2020-07-18  1:10 UTC (permalink / raw)
  To: git-for-windows, git, git-packagers; +Cc: Johannes Schindelin

Dear Git users,

I hereby announce that Git for Windows 2.28.0-rc1 is available from:

    https://github.com/git-for-windows/git/releases/tag/v2.28.0-rc1.windows.1

Changes since Git for Windows v2.27.0 (June 1st 2020)

New Features

  * Comes with Git v2.28.0-rc1.
  * Comes with subversion v1.14.0.
  * Comes with the designated successor of Git Credential Manager for
    Windows (GCM for Windows), the cross-platform Git Credential
    Manager Core. For now, this is opt-in, with the idea of eventually
    retiring GCM for Windows.
  * Comes with cURL v7.71.1.
  * Comes with Perl v5.32.0.
  * Comes with MSYS2 runtime (Git for Windows flavor) based on Cygwin
    3.1.6 (including the improvements of Cygwin 3.1.5).
  * Comes with GNU Privacy Guard v2.2.21.

Bug Fixes

  * A typo was fixed in the installer.
  * The new git pull behavior option now records the fast-forward
    choice correctly.
  * In v2.27.0, git svn was broken completely, which has been fixed.
  * Some Git operations could end up with bogus modified symbolic links
    (where git status would report changes but git diff would not),
    which is now fixed.
  * When reinstalling (or upgrading) Git for Windows, the "Pseudo
    Console Support" choice is now remembered correctly.
  * Under certain circumstances, the Git Bash window (MinTTY) would
    crash frequently, which has been addressed.
  * When pseudo console support is enabled, the VIM editor sometimes
    had troubles accepting certain keystrokes, which was fixed.
  * Due to a bug, it was not possible to disable Pseudo Console support
    by reinstalling with the checkbox turned off, which has been fixed.
  * A bug with enabled Pseudo Console support, where git add -i would
    not quit the file selection mode upon an empty input, has been
    fixed.
  * The cleanup mode called "scissors" in git commit now handles CR/LF
    line endings correctly.
  * When cloning into an existing directory, under certain
    circumstances, the core.worktree option was set unnecessarily. This
    has been fixed.

Git-2.28.0-rc1-64-bit.exe | 15a73c06141512c93dd0ad92f0aba1628bd6294162b44fb24baba7d05e5c636c
Git-2.28.0-rc1-32-bit.exe | 1a12463d484068e73b218a9a1d2d98b7924699fefbc7baa4a06054ea8a6597cb
PortableGit-2.28.0-rc1-64-bit.7z.exe | 90f6bc4ba6af69375acb286c45fa2ec01d91b0e67a4d851a9e9d7507e8486437
PortableGit-2.28.0-rc1-32-bit.7z.exe | c4e0e659e34f47e679c9882b2bc3c184e0b6ca58f850ce91764cfc19d5f002f3
MinGit-2.28.0-rc1-64-bit.zip | 08edf0ea9f94e511eea3abcc1c3fab6967bbf6e14fe7dcf619c3218b6f038c66
MinGit-2.28.0-rc1-32-bit.zip | ee21cc0648bf2e0f96e331fd6f8a4af4cd01375e18c8980a835baa148b0c1b81
MinGit-2.28.0-rc1-busybox-64-bit.zip | 76b1e67705bd7ea92364e286a6d3e35a1c5b5fb47b80f4cc82a581e478464e99
MinGit-2.28.0-rc1-busybox-32-bit.zip | 2a53b2e632e039a4ed0db3656c6d8394df4111bfcd5ca263067c62ddfff2a3f7
Git-2.28.0-rc1-64-bit.tar.bz2 | 62b70980b712be2ff02b264b77f645d260651053d58eec0191838eaf6b1d59d5
Git-2.28.0-rc1-32-bit.tar.bz2 | cccf7f9696945b2b471fcc4dcad296d61382205bb8d8d64b0a84e950bf1d20d9

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] Git for Windows 2.28.0-rc1
  2020-07-18  1:10 [ANNOUNCE] Git for Windows 2.28.0-rc1 Johannes Schindelin
@ 2020-07-18  1:16 ` Derrick Stolee
  2020-07-18 17:56   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Derrick Stolee @ 2020-07-18  1:16 UTC (permalink / raw)
  To: Johannes Schindelin, git-for-windows, git, git-packagers

On 7/17/2020 9:10 PM, Johannes Schindelin wrote:
> Dear Git users,
> 
> I hereby announce that Git for Windows 2.28.0-rc1 is available from:
> 
>     https://github.com/git-for-windows/git/releases/tag/v2.28.0-rc1.windows.1

While this (automated) email came from Johannes, I want to point
out that I'm taking point on this and the remaining releases of
Git for Windows in the 2.28.0 cycle while Johannes takes a well-
deserved vacation.

Please continue to use the issue tracker at
https://github.com/git-for-windows/git/issues for any problems.
Also, don't hesitate to CC me.

Thanks,
-Stolee

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] Git for Windows 2.28.0-rc1
  2020-07-18  1:16 ` Derrick Stolee
@ 2020-07-18 17:56   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2020-07-18 17:56 UTC (permalink / raw)
  To: Derrick Stolee; +Cc: Johannes Schindelin, git-for-windows, git, git-packagers

Derrick Stolee <stolee@gmail.com> writes:

> On 7/17/2020 9:10 PM, Johannes Schindelin wrote:
>> Dear Git users,
>> 
>> I hereby announce that Git for Windows 2.28.0-rc1 is available from:
>> 
>>     https://github.com/git-for-windows/git/releases/tag/v2.28.0-rc1.windows.1
>
> While this (automated) email came from Johannes, I want to point
> out that I'm taking point on this and the remaining releases of
> Git for Windows in the 2.28.0 cycle while Johannes takes a well-
> deserved vacation.

Thanks, both, for keeping the safe bus factor ;-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-18 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18  1:10 [ANNOUNCE] Git for Windows 2.28.0-rc1 Johannes Schindelin
2020-07-18  1:16 ` Derrick Stolee
2020-07-18 17:56   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).