Description
Here's the Weekly Digest for git-for-windows/git:
ISSUES
Last week 6 issues were created.
Of these, 4 issues have been closed and 2 issues are still open.
OPEN ISSUES
💚 #2517 Git for windows no longer using /etc/hosts, by bericoberin
💚 #2515 Problem with line wrapping for bat, by craigtmoore
CLOSED ISSUES
❤️ #2518 git version >=2.25.x broke cloning in non-system drive letters [ramdisk], by n3rd4i
❤️ #2516 credential.c: fix credential reading for DOS systems, by nyckyta
❤️ #2514 Fix a regression in the cooperation between FSCache and long paths, by dscho
❤️ #2513 Fix CI/PR failures in the "Documentation" job, by dscho
LIKED ISSUE
👍 #2516 credential.c: fix credential reading for DOS systems, by nyckyta
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #2518 git version >=2.25.x broke cloning in non-system drive letters [ramdisk], by n3rd4i
It received 7 comments.
PULL REQUESTS
Last week, 4 pull requests were created, updated or merged.
MERGED PULL REQUEST
Last week, 4 pull requests were merged.
💜 #2516 credential.c: fix credential reading for DOS systems, by nyckyta
💜 #2514 Fix a regression in the cooperation between FSCache and long paths, by dscho
💜 #2513 Fix CI/PR failures in the "Documentation" job, by dscho
💜 #2506 Allow running Git directly from C:\Program Files\Git\mingw64\bin\git.exe
, by dscho
COMMITS
Last week there were 7 commits.
🛠️ Merge pull request #2516 from nyckyta/crlf-aware-git-credential credential.c: fix credential reading with regards to CR/LF by dscho
🛠️ credential.c: fix credential reading with regards to CR/LF This fix makes using Git credentials more friendly to Windows users. In previous version it was unable to finish input correctly without configuration changes (tested in PowerShell, CMD, Cygwin). We know credential filling should be finished by empty input, but the current implementation does not take into account CR/LF ending, and hence instead of the empty string we get '\r', which is interpreted as an incorrect string. So this commit changes default reading function to a more Windows compatible reading function. Signed-off-by: Nikita Leonov nykyta.leonov@gmail.com Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by nyckyta
🛠️ Merge pull request #2506 from dscho/issue-2283 Allow running Git directly from C:\Program Files\Git\mingw64\bin\git.exe
by dscho
🛠️ Merge pull request #2514 from dscho/fscache-and-long-paths Fix a regression in the cooperation between FSCache and long paths by dscho
🛠️ Merge pull request #2513 from dscho/workaround-for-rubygems-using-deprecated-component Fix CI/PR failures in the "Documentation" job by dscho
🛠️ fixup! mingw: support long paths In 4d3d8914934 (squash! Win32: add a cache below mingw's lstat and dirent implementations, 2013-10-01), we adjusted the FSCache feature to accommodate for the en/fill-directory-fixes
patches, which insist on POSIX-like semantics where struct dirent
's name
entry must be a char
array and cannot be a char
pointer. However, when squashing this adjustment into the appropriate patch during the nex rebase (which resulted in 1fcade1d98c (mingw: add a cache below mingw's lstat and dirent implementations, 2013-10-01)), this developer failed to split out the MAX_LONG_PATH
part into the appropriate patch but by mistake dropped it instead. This patch fixes that, addressing https://github.com/git-for-windows/git/issues/2494. Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
🛠️ ci: ignore rubygems warning in the "Documentation" job A recent update in the Linux VM images used by Azure Pipelines surfaced a new problem in the "Documentation" job. Apparently, this warning appears 396 times on stderr
when running make doc
: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated This problem was already reported to the rubygems
project via https://github.com/rubygems/rubygems/issues/3068. As there is nothing Git can do about this warning, and as the "Documentation" job reports this warning as a failure, let's just silence it and move on. Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho
CONTRIBUTORS
Last week there were 2 contributors.
👤 dscho
👤 nyckyta
STARGAZERS
Last week there were 16 stagazers.
⭐ fafa2008
⭐ coordinate
⭐ SeanDragon
⭐ ssalvino
⭐ jianyushanshe
⭐ Tinsing
⭐ CyanCloverFern
⭐ qizaiyi
⭐ zhangkaizhao
⭐ nathanieloffer
⭐ OlivierBondu
⭐ crashmax-off
⭐ j-k-projects
⭐ whispmoon
⭐ davidpneal
⭐ Nomological
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository git-for-windows/git to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆