Skip to content

标签

标签使您能够将历史中的特定点标记为重要点
  • v2.10.0-rc1
    2632c897 · Git 2.10-rc1 ·
    Git 2.10-rc1
    
  • v2.10.0-rc0
    726cc2ba · Git 2.10-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.3
    e0c1ceaf · Git 2.9.3 ·
    Git 2.9.3
    
  • 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
    b4090b3a · Merge 'cat-file-smudge' ·
    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.
  • v2.9.2
    e634160b · Git 2.9.2 ·
    Git 2.9.2
    
  • v2.9.1
    5c9159de · Git 2.9.1 ·
    Git 2.9.1
    
  • v2.9.0.windows.1
    Git for Windows v2.9.0
    
    Changes since Git for Windows v2.8.4 (June 7th 2016)
    
    Bug Fixes
    
      • When running git gc --aggressive or git repack -ald in the presence
        of multiple pack files, the command still had open handles to the
        pack files it wanted to remove. This has been fixed.
  • v2.9.0
    05219a12 · Git 2.9 ·
    Git 2.9
    
  • v2.8.4.windows.1
    Git for Windows v2.8.4
    
    Changes since Git for Windows v2.8.3 (May 20th 2016)
    
    New Features
    
      • Comes with Git 2.8.4.
    
    Bug Fixes
    
      • Child processes no longer inherit handles to temporary files, which
        previously could prevent index.lock from being deleted.
      • When configuring Git Bash with Windows' default console, it no
        longer loses its icon.
  • v2.9.0-rc2
    49fa3dc7 · Git 2.9-rc2 ·
    Git 2.9-rc2
    
  • v2.8.4
    0b65a8db · Git 2.8.4 ·
    Git 2.8.4
    
  • v2.9.0-rc1
    60bd4b1c · Git 2.9-rc1 ·
    Git 2.9-rc1
    
  • v2.9.0-rc0.windows.1
    Git for Windows v2.9.0-rc0
    
    This is a source-only preview, integrating Git v2.9.0-rc0 into Git for
    Windows.
  • v2.9.0-rc0
    3a0f269e · Git 2.9-rc0 ·
    Git 2.9-rc0
    
  • v2.8.3.windows.1
    Git for Windows v2.8.3
    
    Changes since Git for Windows v2.8.2 (May 3rd 2016)
    
    New Features
    
      • Comes with Git v2.8.3.
  • v2.8.3
    0f8e8313 · Git 2.8.3 ·
    Git 2.8.3
    
  • v2.8.2.windows.1
    Git for Windows v2.8.2
    
    Changes since Git for Windows v2.8.1 (April 4th 2016)
    
    New Features
    
      • Comes with Git v2.8.2.
      • Starting with version 2.8.2, Git for Windows is also published as a
        NuGet package.
      • Comes with Git Credential Manager v1.3.0.
    
    Bug Fixes
    
      • FSCache is now enabled by default even when upgrading from previous
        Git for Windows versions.
      • We now add git.exe to the PATH by default even when upgrading from
        previous Git for Windows versions.
      • Git GUI now sets author information correctly when amending.
      • OpenSSL received a critical update to version 1.0.2h.