Skip to content

Tags: hack-viet/git

Tags

v2.20.1.windows.1

Toggle v2.20.1.windows.1's commit message
Git for Windows v2.20.1

Changes since Git for Windows v2.20.0 (December 10th 2018)

New Features

  * Comes with Git v2.20.1.
  * Comes with cURL v7.63.0.

v2.20.0.windows.1

Toggle v2.20.0.windows.1's commit message
Git for Windows v2.20.0

Changes since Git for Windows v2.19.2 (November 21st 2018)

Please note that Git for Windows v2.19.2 was offered as a full release
only for about a week, and then demoted to "pre-release" status, as it
had two rather big regressions: 32-bit Git Bash crashed, and git:// was
broken.

New Features

  * Comes with Git v2.20.0.
  * Comes with OpenSSL v1.1.1a. The OpenSSH, cURL and Heimdal packages
    were rebuilt to make use of OpenSSL v1.1.1a.
  * The FSCache feature was further optimized in particular for very
    large repositories.
  * To appease certain anti-malware, MinTTY was recompiled with a patch
    to avoid GCC trampolines.
  * Comes with Git LFS v2.6.1.
  * Comes with Bash v4.4 patchlevel 023 .
  * Commands to interact with CVS repositories were considered obsolete
    and have been removed.
  * The desired HTTP version (HTTP/2 or HTTP/1.1) can now be configured
    via the http.version setting.

Bug Fixes

  * Git CMD no longer picks up git.exe from the current directory (if
    any).
  * Git Bash works again in 32-bit Git for Windows.
  * Git can now access git:// remotes again.
  * The confusing descriptions of the PATH options in the installer
    were clarified.
  * A bug in the notepad support in conjunction with line wrapping was
    fixed.
  * Comes two backported fixes to allow NTLM/Kerberos authentication to
    fall back to HTTP/1.1.
  * It is now possible to call cmd\git.exe via a symbolic link.

v2.20.0-rc2.windows.1

Toggle v2.20.0-rc2.windows.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
"Release Candidate Two" of v2.20.0

v2.20.0-rc1.windows.1

Toggle v2.20.0-rc1.windows.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
"Release Candidate One" of v2.20.0

v2.19.2

Toggle v2.19.2's commit message

Verified

This tag was signed with the committer’s verified signature.
gitster Junio C Hamano
Git 2.19.2

v2.19.2.windows.1

Toggle v2.19.2.windows.1's commit message
Git for Windows v2.19.2

Changes since Git for Windows v2.19.1 (Oct 5th 2018)

Please note: Git CMD is deprecated as of this Git for Windows version.
The default is to have git.exe in the PATH anyway, so there is no
noticeable difference between CMD and Git CMD. It is impossible to turn
off CMD's behavior where it picks up any git.exe in the current
directory, so let's discourage the use of Git CMD. Users who dislike
Git Bash should switch to Powershell instead.

New Features

  * Comes with Git v2.19.2.
  * Comes with OpenSSH v7.9p1.
  * The description of the editor option to choose Vim has been
    clarified to state that this unsets core.editor.
  * Comes with cURL v7.62.0.
  * The type of symlinks to create (directory or file) can now be
    specified via the .gitattributes.
  * The FSCache feature now uses a faster method to enumerate files,
    making e.g. git status faster in large repositories.
  * Comes with Git Credential Manager v1.18.3.
  * Comes with Git LFS v2.6.0.
  * Comes with MSYS2 runtime (Git for Windows flavor) based on Cygwin
    2.11.2.
  * The FSCache feature was optimized to become faster.

Bug Fixes

  * The 64-bit Portable Git no longer sets pack.packSizeLimit.

v2.20.0-rc0.windows.1

Toggle v2.20.0-rc0.windows.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
"Release Candidate Zero" of v2.20.0

v2.19.1.windows.1

Toggle v2.19.1.windows.1's commit message
Git for Windows v2.19.1

Changes since Git for Windows v2.19.0 (September 11th 2018)

New Features

  * Comes with Git v2.19.1.
  * Comes with Git LFS v2.5.2.
  * Comes with Git Credential Manager v1.17.2.
  * When FSCache is enabled, commands such as add, commit, and reset
    are now much faster.
  * Sublime Text, Atom, and even the new user-specific VS Code
    installations can now by used as Git's default editor.
  * Comes with Git Credential Manager v1.18.0.

Bug Fixes

  * Several corner case bugs were fixed in the built-in rebase/stash
    commands.
  * An occasional crash in git gc (which had been introduced into
    v2.19.0) has been fixed.

v2.19.1

Toggle v2.19.1's commit message

Verified

This tag was signed with the committer’s verified signature.
gitster Junio C Hamano
Git 2.19.1

v2.19.0.windows.1

Toggle v2.19.0.windows.1's commit message
Git for Windows v2.19.0

Changes since Git for Windows v2.18.0 (June 22nd 2018)

New Features

  * Comes with Git v2.19.0.
  * There are now fast, built-in versions of git stash and git rebase,
    available as experimental options.
  * The included OpenSSH client now enables modern ciphers.
  * The gitweb component was removed because it is highly unlikely to
    be used on Windows.
  * The git archimport tool (which was probably used by exactly 0
    users) is no longer included in Git for Windows.
  * Comes with tig v2.4.0.
  * Comes with Git LFS v2.5.1.
  * Comes with Git Credential Manager v1.17.1.
  * Comes with OpenSSL v1.0.2p.
  * Comes with cURL v7.61.1.

Bug Fixes

  * The http.schannel.checkRevoke setting (which never worked) was
    renamed to http.schannelCheckRevoke. In the same run,
    http.schannel.useSSLCAInfo (which also did not work, for the same
    reason) was renamed to http.schannelUseSSLCAInfo.
  * Avoids a stack overflow with recent Windows Insider versions.
  * Git GUI now handles hooks correctly in worktrees other than the
    main one.
  * When using core.autocrlf, the bogus "LF will be replaced by CRLF"
    warning is now suppressed.
  * The funny fatal error -cmalloc would have returned NULL problems
    should be gone.