Git 2.26 release, transport protocol as the default protocol V2

Git 2.26 has been released , project contributors Taylor Blau describes this version brings some of the highlights on features, including the transport protocol V2 (second edition) as the default protocol, configuration tips as well as some new updates to git sparse-checkout .

This version specific updates are as follows:

Changes

  • Transfer Protocol V2 (second edition) has become the default protocol.
  • Continue to prepare the final name of the object will use SHA-256 hash of work.
  • Continue to work to improve the different sub-command Bash / CLI auto-completion.
  • Improved fsmonitor-watchman hook race situation can be avoided in previous versions.
  • For CLI coloring, seven colors now have a brighter color options.
  • Git lifted restrictions previously used threads of grep.
  • Git rebase now use the default back-end merger.
  • Low memory footprint and better performance git name-rev function.
  • A variety of other performance improvements.

Bug fixes

  • Git for Windows can now be cloned to the directory of the current user can write, even if they do not even have permission to read the parent directory.
  • When asked for a password by Git GUI can now handle non-ASCII characters correctly.
  • git update-git-for-windows -y can now be fully automated

More detailed information can be found in the announcement .

Guess you like

Origin www.oschina.net/news/114308/git-2-26-released