首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
0
Fork
0
lincoln7406
/
git
Fork 仓库
加载中
取消
确认
代码
Issues
0
Pull Requests
0
Wiki
0
统计
标签
标签名
描述
提交信息
操作
v2.21.0-rc0.windows.1
"Release Candidate Zero" of v2.21.0
90e6f79
2018-06-09 00:38
下载
v2.20.1.windows.1
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.
7c9fbc0
2018-12-14 03:22
下载
v2.20.1
Git 2.20.1
0d0ac38
2018-12-15 11:31
下载
v2.20.0.windows.1
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.
9515583
2018-12-09 18:43
下载
v2.20.0-rc2.windows.1
"Release Candidate Two" of v2.20.0
091f41c
2018-11-30 16:44
下载
v2.20.0-rc1.windows.1
"Release Candidate One" of v2.20.0
d5c42d7
2018-11-23 20:17
下载
v2.19.2.windows.1
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.
26dcaa1
2018-11-15 17:29
下载
v2.19.2
Git 2.19.2
98cdfbb
2018-11-21 22:22
下载
v2.20.0-rc0.windows.1
"Release Candidate Zero" of v2.20.0
41dcf81
2018-11-15 17:29
下载
v2.19.1.windows.1
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.
11a3092
2018-09-28 16:59
下载
v2.19.1
Git 2.19.1
cae598d
2018-09-28 02:52
下载
v2.19.0.windows.1
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.
d96bb8b
2018-08-29 04:24
下载
v2.19.0
Git 2.19
1d4361b
2018-09-11 01:41
下载
v2.19.0-rc2.windows.1
Second release candidate of 2.19.0
425f414
2018-08-29 04:24
下载
v2.19.0-rc2
Git 2.19-rc2
c05048d
2018-09-05 05:33
下载
v2.19.0-rc1.windows.1
First release candidate of 2.19.0
c71186e
2018-08-29 04:24
下载
v2.19.0-rc1
Git 2.19-rc1
2f74393
2018-08-29 03:01
下载
v2.19.0-rc0.windows.2
Test balloon: Git for Windows, with the builtin stash and rebase This should make things rather noticeably faster with rebase and stash operations. On the other hand, the code in question is still under review in the core Git project, and might not be quite as robust as we want it to be. So here is a test: is this robust enough for end users? Please test thoroughly, in particular any rebase/stash scenarios you use reguarly.
01a1db3
2018-08-24 03:55
下载
v2.19.0-rc0.windows.1
Zeroth "Release Candidate" of v2.19.0
f9c1a9c
2018-08-09 23:56
下载
v2.19.0-rc0
Git 2.19-rc0
7e8bfb0
2018-08-21 02:37
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载