-
gitgui-0.21.0 git-gui 0.21.0
-
v2.10.1.windows.2 Git for Windows v2.10.1(2) This is a intermediate, MinGit-only version. Changes since Git for Windows v2.10.1 (October 4th 2016) New Features • The speed of the SHA-1 calculation was improved by using OpenSSL's routines which leverages features of current Intel hardware. • The git reset command learned the (still experimental) --stdin option.
-
v2.10.1.windows.1 Git for Windows v2.10.1 Changes since Git for Windows v2.10.0 (September 3rd 2016) New Features • Comes with Git v2.10.1. • Comes with Git Credential Manager v1.7.0. • We now produce nice diffs for .docm and .dotm files, just as we did for .docx files already. Bug Fixes • The icon in the Explorer integration ("Git Bash Here"), which was lost by mistake in v2.10.0, is back. • Fixed a crash when calling git diff -G<regex> on new-born files without configured user diff drivers. • Interactive GPG signing of commits and tags was fixed. • Calling Git with --date=format:<invalid-format> no longer results in an out-of-memory but reports the problem and aborts instead. • Git Bash now opens properly even for Azure AD accounts. • Git GUI respects the commit.gpgsign setting again.
-
v2.10.1 Git 2.10.1
-
prerelease-v2.10.0.windows.1.11.geda474c Prerelease of HEAD
-
v2.10.0.windows.1 Git for Windows v2.10.0 Changes since Git for Windows v2.9.3(2) (August 25th 2016) New Features • Comes with Git v2.10.0. • The git rebase -i command was made faster by reimplementing large parts in C. • After helping the end-users to use the new defaults for PATH and FSCache, the installer now respects the saved settings again. • git version --build-options now also reports the architecture. Bug Fixes • When upgrading Git for Windows, the installer no longer opens a second window while uninstalling the previous version. • Git for Windows' SDK can build an installer out of the box again, without requiring an extra package to be installed.
-
v2.9.3.windows.3 Preview of Git for Windows v2.10.0 The two biggest changes are: - the git-wrapper was backed out from Git for Windows' git.git fork, as it is too specific to Git for Windows' setup and not specific to Git. - the interactive rebase was accelerated by reimplementing large parts of its functionality in C.
-
v2.10.0-rc2 Git 2.10-rc2
-
v2.9.3.windows.2 Git for Windows v2.9.3(2) Changes since Git for Windows v2.9.3 (August 13th 2016) New Features • Comes with Git Credential Manager v1.6.1. • The feature introduced with Git for Windows v2.9.3 where cat-file can apply smudge filters was renamed to --filters and made compatible with the --batch mode (the former option name --smudge has been deprecated and will go away in v2.10.0). • Comes with OpenSSH 7.3p1. • Git's .exe files are now code-signed, helping with performance when being run with Windows File Protection.
-
v2.10.0-rc1 Git 2.10-rc1
-
v2.10.0-rc0 Git 2.10-rc0
-
v2.9.3.windows.1 Git for Windows v2.9.3 Changes since Git for Windows v2.9.2 (July 16th 2016) New Features • Comes with Git 2.9.3. • Updated Git Credential Manager to version 1.6.0. • Includes support for git status --porcelain=v2. • Avoids evaluating unnecessary patch IDs when determining which commits do not need to be rebased because they are already upstream. • Sports a new --smudge option for git cat-file that lets it pass blob contents through smudge filters configured for the specified path. Bug Fixes • When offering to Launch Git Bash after the installation, it now launches in the home directory, consistent with the Git Bash Start Menu entry. • When ~/.gitconfig sets core.hideDotFiles=false, git init respects that again.
-
v2.9.2.windows.3 Second early-bird preview of Git for Windows v2.9.3 In preparation for v2.9.3, another rebase to upstream's `maint` branch, as well as three more enhancements: - `git status` now knows the `--no-lock-index` option to avoid locking the index - `git cat-file --smudge` learned the `--use-path=<path>` option to allow specifying blob names as SHA-1 and *still* apply the smudge filter correctly - `git init` heeds `core.hideDotFiles=false` in `~/.gitconfig` again
-
v2.9.2.windows.2 Early-bird preview of Git for Windows v2.9.3 Of course, upstream Git v2.9.3 was not released yet, but the plan is to release it some time this week. To prepare for that, here is a preview of MinGit that most notably includes: - support for `git status --porcelain=v2` - more efficient computation which patches can be excluded from rebasing because they are already upstream - the new `--smudge` option that lets `git cat-file` pass blobs through any smudge filter configured for the specified path
-
v2.9.2.windows.1 Git for Windows v2.9.2 Changes since Git for Windows v2.9.0 (June 14th 2016) New Features • Comes with Git 2.9.2 (skipping the Windows release of Git 2.9.1 due to a regression caught by the automated tests). • Git Credential Manager was updated to v1.5.0. • The installer will now refuse to downgrade Git for Windows, unless the user assures that it is intended. • MinGit, the portable, non-interactive Git intended for third-party tools, is now also built as part of Git for Windows' official versions. Bug Fixes • When git bundle create is asked to create an empty bundle, it is supposed to error out and delete the corrupt bundle file. The deletion no longer fails due to an unreleased lock file. • When launching git help <command>, the help.browser config setting is now respected. • The title bar in Git for Windows' SDK shows the correct prefix again. • We no longer throw an assertion when using the git credential-store. • When configuring notepad as commit message editor, UTF-8 messages are now handled correctly.