Skip to content

标签

标签使您能够将历史中的特定点标记为重要点
  • v2.13.2
    8c8e978f · Git 2.13.2 ·
    Git 2.13.2
    
  • v2.13.1.windows.2
    Git for Windows v2.13.1(2)
    
    Changes since Git for Windows v2.13.1 (June 13th 2017)
    
    Bug Fixes
    
      * git commit and git status no longer randomly throw segmentation
        faults.
  • v2.13.1.windows.1
    Git for Windows v2.13.1
    
    Changes since Git for Windows v2.13.0 (May 10th 2017)
    
    New Features
    
      * Comes with Git v2.13.1.
      * Comes with Git Credential Manager v1.10.0.
      * Comes with OpenSSH 7.5p1.
      * Comes with Git Flow v1.11.0.
      * Comes with Git LFS v2.1.1.
      * Git now uses the flag introduced with Windows 10 Creators Update to
        create symbolic links without requiring elevated privileges in
        Developer Mode.
    
    Bug Fixes
    
      * The documentation of Git for Windows' several config files was
        improved.
      * When interrupting Git processes in Git Bash by pressing Ctrl+C, Git
        now removes .lock files as designed (accompanying Git PR; this
        should also fix issue #338).
      * git status -uno now treats submodules in ignored directories
        correctly.
      * The fscache feature no longer slows down git commit -m <message> in
        large worktrees.
      * Executing git.exe in Git Bash when the current working directory is
        a UNC path now works as expected.
      * Staging/unstaging multiple files in Git GUI via Ctrl+C now works.
      * When hitting Ctrl+T in Git GUI to stage files, but the file list is
        empty, Git GUI no longer shows an exception window.
  • v2.13.1
    2c04f634 · Git 2.13.1 ·
    Git 2.13.1
    
  • v2.13.0.windows.1
    Git for Windows v2.13.0
    
    Changes since Git for Windows v2.12.2(2) (April 5th 2017)
    
    New Features
    
      * Comes with Git v2.13.0.
      * Comes with cURL v7.54.0.
      * Comes with Git LFS v2.1.0.
    
    Bug Fixes
    
      * As per Git LFS' convention, it is installed into the bin/ directory
        again.
      * Calling git add with an absolute path using different upper/lower
        case than recorded on disk will now work as expected instead of
        claiming that the paths are outside the repository.
      * Git for Windows no longer tries to determine the default printer.
      * When writing the Git index file, Git for Windows no longer has the
        wrong idea about the file's timestamp.
      * On Windows, absolute paths can start with a backslash (implicitly
        referring to the same drive as the current directory), and now git
        clone can use those paths, too.
  • v2.13.0
    b06d3643 · Git 2.13 ·
    Git 2.13
    
  • v2.12.3
    95d67879 · Git 2.12.3 ·
    Git 2.12.3
    
  • v2.11.2
    773e3a2e · Git 2.11.2 ·
    Git 2.11.2
    
  • v2.10.3
    840ed141 · Git 2.10.3 ·
    Git 2.10.3
    
  • v2.9.4
    d61226c1 · Git 2.9.4 ·
    Git 2.9.4
    
  • v2.8.5
    cd088732 · Git 2.8.5 ·
    Git 2.8.5
    
  • v2.7.5
    c8dd1e3b · Git 2.7.5 ·
    Git 2.7.5
    
  • v2.6.7
    70fcaef9 · Git 2.6.7 ·
    Git 2.6.7
    
  • v2.5.6
    ac332012 · Git 2.5.6 ·
    Git 2.5.6
    
  • v2.4.12
    4000b402 · Git 2.4.12 ·
    Git 2.4.12
    
  • v2.13.0-rc2
    4fa66c85 · Git 2.13-rc2 ·
    Git 2.13-rc2
    
  • v2.13.0-rc1
    027a3b94 · Git 2.13-rc1 ·
    Git 2.13-rc1
    
  • v2.13.0-rc0
    6a2c2f8d · Git 2.13-rc0 ·
    Git 2.13-rc0
    
  • v2.12.2.windows.2
    Git for Windows v2.12.2(2)
    
    Changes since Git for Windows v2.12.2 (March 27th 2017)
    
    New Features
    
      * Portable Git is now using a custom-built SFX that is based directly
        on 7-Zip's SFX.
      * Git LFS was upgraded to v2.0.2.
      * Updated the MSYS2 runtime to Cygwin 2.8.0.
      * Git LFS can now be disabled in the first installer page (users can
        still enable it manually, as before, of course).
      * Comes with Git Credential Manager v1.9.1.
    
    Bug Fixes
    
      * A potential crash in git status with lots of files was fixed.
      * Git LFS now gets installed into the correct location.
      * Git LFS is now configured correctly out of the box (unless
        disabled).
      * The http.sslCAInfo config setting is now private to the Git for
        Windows installation that owns the file.
      * git difftool -d no longer crashes randomly.
  • v2.12.2.windows.1
    Git for Windows v2.12.2
    
    Changes since Git for Windows v2.12.1 (March 21st 2017)
    
    New Features
    
      * Comes with Git v2.12.2.
      * An earlier iteration of the changes speeding up the
        case-insensitive cache of file names was replaced by a new
        iteration.