We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the Weekly Digest for git-for-windows/git:
Last week 8 issues were created. Of these, 4 issues have been closed and 4 issues are still open.
💚 #2084 Missing text when using node, by EthanRutherford 💚 #2083 Git Bash Git Gui Branch History External Diff a/b files deleted, by JonPetitta 💚 #2082 Shortcuts doesn't work in GUI with non-English keyboard layout, by redmanmale 💚 #2081 Fix msys2-runtime based on Cygwin v3.0.1, by dscho
❤️ #2086 error, by Dizzydaizys ❤️ #2085 error, by Dizzydaizys ❤️ #2080 How to get gitweb, by Hk1020 ❤️ #2079 Error When Attempting the Add command (Apparent bug), by jgodinez1114
👍 #2081 Fix msys2-runtime based on Cygwin v3.0.1, by dscho It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
🔈 #2081 Fix msys2-runtime based on Cygwin v3.0.1, by dscho It received 4 comments.
Last week, 2 pull requests were created, updated or merged.
Last week, 1 pull request was updated. 💛 #2072 [DO NOT MERGE YET] Rebase to v2.21.0-rc1, by dscho
Last week, 1 pull request was merged. 💜 #2077 [FIX] git-archive error, gzip -cn : command not found, by r1walz
Last week there were 3 commits. 🛠️ Merge pull request #2077 from r1walz/gzip-cmd-404 [FIX] git-archive error, gzip -cn : command not found by dscho 🛠️ archive: avoid spawning gzip As we already link to zlib library, we can perform the compression without even requiring gzip on the host machine We modify write_tar_filter_archive() function in archive-tar.c to handle the compression when gzip -cn is requested Signed-off-by: Rohit Ashiwal [email protected] by r1walz 🛠️ archive: replace write_or_die() calls with write_block_or_die() MinGit for Windows comes without gzip bundled inside, git-archive uses gzip -cn to compress tar files but for this to work, gzip needs to be present on the host system, which sometimes is not the case In the next commit, we will change the gzip compression so that we no longer spawn gzip but let zlib perform the compression in the same process In preparation for this, we consolidate all the block writes into a single function Closes: #1970 Signed-off-by: Rohit Ashiwal [email protected] by r1walz
gzip
zlib
gzip -cn
Last week there were 2 contributors. 👤 dscho 👤 r1walz
Last week there were 12 stagazers. ⭐ chunrichi ⭐ wangshijie ⭐ forkjs ⭐ chrisribe ⭐ Dongle74 ⭐ liarchgh ⭐ ling-zhou ⭐ r1walz ⭐ sahwar ⭐ psycholyzern ⭐ RenatoPassos ⭐ talentlessguy You all are the stars! 🌟
Last week there was 1 release. 🚀 v2.21.0-rc2.windows.1 v2.21.0-rc2.windows.1
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. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for git-for-windows/git:
ISSUES
Last week 8 issues were created.
Of these, 4 issues have been closed and 4 issues are still open.
OPEN ISSUES
💚 #2084 Missing text when using node, by EthanRutherford
💚 #2083 Git Bash Git Gui Branch History External Diff a/b files deleted, by JonPetitta
💚 #2082 Shortcuts doesn't work in GUI with non-English keyboard layout, by redmanmale
💚 #2081 Fix msys2-runtime based on Cygwin v3.0.1, by dscho
CLOSED ISSUES
❤️ #2086 error, by Dizzydaizys
❤️ #2085 error, by Dizzydaizys
❤️ #2080 How to get gitweb, by Hk1020
❤️ #2079 Error When Attempting the Add command (Apparent bug), by jgodinez1114
LIKED ISSUE
👍 #2081 Fix msys2-runtime based on Cygwin v3.0.1, by dscho
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #2081 Fix msys2-runtime based on Cygwin v3.0.1, by dscho
It received 4 comments.
PULL REQUESTS
Last week, 2 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 1 pull request was updated.
💛 #2072 [DO NOT MERGE YET] Rebase to v2.21.0-rc1, by dscho
MERGED PULL REQUEST
Last week, 1 pull request was merged.
💜 #2077 [FIX] git-archive error, gzip -cn : command not found, by r1walz
COMMITS
Last week there were 3 commits.
🛠️ Merge pull request #2077 from r1walz/gzip-cmd-404 [FIX] git-archive error, gzip -cn : command not found by dscho
🛠️ archive: avoid spawning
gzip
As we already link tozlib
library, we can perform the compression without even requiring gzip on the host machine We modify write_tar_filter_archive() function in archive-tar.c to handle the compression whengzip -cn
is requested Signed-off-by: Rohit Ashiwal [email protected] by r1walz🛠️ archive: replace write_or_die() calls with write_block_or_die() MinGit for Windows comes without
gzip
bundled inside, git-archive usesgzip -cn
to compress tar files but for this to work, gzip needs to be present on the host system, which sometimes is not the case In the next commit, we will change the gzip compression so that we no longer spawngzip
but let zlib perform the compression in the same process In preparation for this, we consolidate all the block writes into a single function Closes: #1970 Signed-off-by: Rohit Ashiwal [email protected] by r1walzCONTRIBUTORS
Last week there were 2 contributors.
👤 dscho
👤 r1walz
STARGAZERS
Last week there were 12 stagazers.
⭐ chunrichi
⭐ wangshijie
⭐ forkjs
⭐ chrisribe
⭐ Dongle74
⭐ liarchgh
⭐ ling-zhou
⭐ r1walz
⭐ sahwar
⭐ psycholyzern
⭐ RenatoPassos
⭐ talentlessguy
You all are the stars! 🌟
RELEASES
Last week there was 1 release.
🚀 v2.21.0-rc2.windows.1 v2.21.0-rc2.windows.1
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.
The text was updated successfully, but these errors were encountered: