首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
0
Fork
0
lincoln7406
/
git
Fork 仓库
加载中
取消
确认
代码
Issues
0
Pull Requests
0
Wiki
0
统计
标签
标签名
描述
提交信息
操作
v2.19.2.windows.3
MinGit for Windows v2.19.2(3) Changes since MinGit v2.19.2(2) (August 13th 2019) Bug Fixes * When C:\ProgramData\Git\config's ownership is validated before it is used, a non-existing file does not trigger a warning about dubious ownership any longer.
36fbdc5
2019-08-16 04:19
下载
v2.11.1.mingit-prerelease.5
MinGit v2.11.1 prerelease 5 Changes since MinGit v2.11.1 prerelease 4 (August 13th 2019) Bug Fixes * When C:\ProgramData\Git\config's ownership is validated before it is used, a non-existing file does not trigger a warning about dubious ownership any longer.
c589bdf
2019-08-16 04:19
下载
v2.23.0.windows.1
Git for Windows v2.23.0 Changes since Git for Windows v2.22.0 (June 8th 2019) New Features * Comes with Git v2.23.0. * Comes with patch level 3 of the MSYS2 runtime (Git for Windows flavor) based on Cygwin 3.0.7. * Comes with PCRE2 v10.33. * Comes with GNU Privacy Guard v2.2.17. * Comes with cURL v7.65.3. * Comes with Git LFS v2.8.0. * When configuring Git for Windows to use plink, there is now a checkbox specifically for TortoisePlink. * The FSCache feature is now used with git checkout and git reset in sparse checkouts. Bug Fixes * Git for Windows' MSYS2 runtime was patched to fix a bug where setting the environment variable SHELL to an empty string in a shell script would not only fail to pass that setting to non-MSYS2 processes (such as git.exe) but also completely skip all environment variables that sort after said variable. * git clean -dfx no longer follows NTFS junction points (also known as mount points). * A workaround now allows cloning to certain network drives (e.g. Isilon). * Fixed CVE-2019-1211 in MinGit/Portable Git by being more careful about validating the Windows-wide config.
4db2e5c
2018-06-07 14:45
下载
v2.23.0-rc2.windows.1
Third preview for v2.23.0
0567afb
2018-06-07 14:45
下载
v2.23.0-rc1.windows.1
Second preview for v2.23.0
d7049da
2018-06-07 14:45
下载
v2.23.0-rc0.windows.1
Early preview of Git for Windows v2.23.0.
809d009
2018-06-07 14:45
下载
v2.19.2.windows.2
MinGit for Windows v2.19.2(2) Changes since MinGit v2.19.2 (November 21st 2018) Bug Fixes * `git version --build-options` now reports the correct architecture for 32-bit builds again. * Git can now access `git://` remotes again. * C:\ProgramData\Git\config's ownership is validated before it is used
7929713
2019-06-19 17:54
下载
v2.14.4.windows.3
MinGit for Windows v2.14.4(3) Changes since MinGit v2.14.4(3) (June 19th 2018) Bug Fixes * C:\ProgramData\Git\config's ownership is validated before it is used
ebf6286
2019-06-19 17:54
下载
v2.21.0.windows.2
MinGit for Windows v2.21.0(2) Changes since MinGit v2.21.0(2) (Feb 26th 2019) Bug Fixes * C:\ProgramData\Git\config's ownership is validated before it is used
df8c6b0
2019-06-19 17:54
下载
v2.11.1.mingit-prerelease.4
MinGit v2.11.1 prerelease 4 Changes since MinGit v2.11.1 prerelease 3 (May 22nd 2018) Bug Fixes * C:\ProgramData\Git\config's ownership is validated before it is used
82f8314
2019-06-19 17:54
下载
v2.22.0.windows.1
Git for Windows v2.22.0 Changes since Git for Windows v2.21.0 (February 26th 2019) New Features * Comes with Git v2.22.0. * The awk included in Git for Windows now includes extensions such as inplace. * The file/product version stored in the installer's .exe file now matches the version of the included git.exe file's. * Comes with OpenSSH v8.0p1. * Comes with Git LFS v2.7.2. * Comes with MSYS2 runtime (Git for Windows flavor) based on Cygwin v3.x (see release notes for Cygwin 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, and 3.0.7). * There are now experimental built-in versions of git add -i and git add -p, i.e. those modes are now a lot faster (in particular at startup). You can opt into using them on the last installer page. * PortableGit now comes with a meta credential helper, i.e. a GUI that lets the user choose which of the available credential helpers to use. This should help to avoid storing credentials on other people's machines when running portable Git from a thumb drive. * Comes with gawk v5.0.0. * Comes with Git Credential Manager v1.19.0. * Comes with git-flow v1.12.3. * Comes with OpenSSL v1.1.1c. * Comes with GNU Privacy Guard v2.2.16, specifically [patched to handle Windows paths](https://github.com/git-for-windows/MSYS2 * Comes with cURL v7.65.1. * Comes with Heimdal v7.5.0. -packages/pull/33). Bug Fixes * Git for Windows' updater is now accessible, i.e. it can be read by a screen reader. * git update-git-for-windows (i.e. the auto updater of Git for Windows) now reports correctly when it failed to access the GitHub API. * Git for Windows' updater no longer runs into GitHub API rate limits (this used to be quite common in enterprise scenarios, where many users would share one IP as far as GitHub is concerned). * gitk no longer fails with "filename too long" when there are 1,000+ branches/tags. * A bug which on occasion caused lengthy rebase runs to crash without error message was fixed. * Two workarounds from the Git for Windows 1.x era (concerning reading credentials via GUI and fetching via git://) were considered obsolete. * git difftool --no-index can now be run outside of Git worktrees. * git rebase -i used to get confused when an exec command created new commits and then appended pick lines for them. This has been fixed. * During a run of git rebase --rebase-merges, the output of git status now shows label lines correctly, i.e. with the labels' names instead of the commit hash they point to. * We now avoid problems updating the commit graph when gc.writeCommitGraph=true.
d003d72
2018-06-07 14:45
下载
v2.22.0-rc3.windows.1
Fourth preview for v2.22.0
9c8cba6
2018-06-07 14:45
下载
v2.22.0-rc2.windows.1
Third preview for v2.22.0
acdae51
2018-06-07 14:45
下载
v2.22.0-rc1.windows.1
Second preview for v2.22.0
202835b
2019-05-19 02:53
下载
v2.22.0-rc0.windows.1
Early preview of Git for Windows v2.22.0.
a56176a
2019-05-14 15:26
下载
v2.22.0-rc0
Git 2.22-rc0
ab15ad1
2019-05-13 22:40
下载
v2.21.0.windows.1
Git for Windows v2.21.0 Changes since Git for Windows v2.20.1 (December 15th 2018) New Features * Comes with Git v2.21.0. * The custom editor setting in the installer has been improved substantially. * Comes with Git Credential Manager v1.18.4.0. * Comes with cURL v7.64.0. * Comes with git-flow v1.12.0. * git archive no longer requires gzip to generate .tgz archives (this means in particular that it works in MinGit). * System-wide Sublime Text installations are now detected and offered on the editor wizard page. * Comes with Git LFS v2.7.1. Bug Fixes * The Git CMD deprecation was further clarified to mention that the Start Menu item is deprecated, not using Git from CMD. * Certain drivers/anti-malware caused git.exe to hang, which has been fixed. * git stash now works after staging files with git add -N. * A problem with difftool and more than a handful modified files has been fixed. * The regression where git-cmd <command> would not execute the command was fixed. * Portable Git can be launched via network paths again. * FSCache works again on network drives, in particular when Windows 8.1 or older are involved. * Partially hidden text in the Path options page in the installer is no longer hidden. * Fixes an obscure git svn hang. * The installer now configures editors so that the built-in rebase can use them.
2481c4c
2019-02-27 00:13
下载
v2.21.0
Git 2.21
8104ec9
2019-02-24 23:55
下载
v2.21.0-rc2.windows.1
"Release Candidate 2" of v2.21.0
406631e
2019-02-21 05:22
下载
v2.21.0-rc1.windows.1
"Release Candidate 1" of v2.21.0
bc5d341
2019-02-15 03:46
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载