We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 9 issues were created. Of these, 7 issues have been closed and 2 issues are still open.
💚 #1970 git archive error "gzip -cn: gzip: command not found" with MinGit package on windows, by Rastaban 💚 #1966 GIT bash on Windows: VIM of GIT doesn't find Python3, by Artisanate
❤️ #1969 Update docs to include description of symlink gitattribute, by piscisaureus ❤️ #1968 http: add support selecting http version, by dscho ❤️ #1967 Line-wrap in notepad sometimes include source file names in message, by ma-bjo ❤️ #1965 Install inside MSYS2 proper breaks openssh after sysmtem update with git-for-win repo, by ekigwana ❤️ #1964 Unable to install "make": path with spaces?, by slaout ❤️ #1963 Rebuild OpenSSL v1.1.1a (MSYS2 version) to include .dll.a files, by dscho ❤️ #1962 32-bit ver 2.19.2.1 git-bash.exe crashes by Segmentation fault on start, by 2i3r
symlink
.dll.a
🔈 #1970 git archive error "gzip -cn: gzip: command not found" with MinGit package on windows, by Rastaban It received 4 comments.
Last week, 1 pull request was created, updated or merged.
Last week, 1 pull request was merged. 💜 #1968 http: add support selecting http version, by dscho
Last week there were 4 commits. 🛠️ Merge pull request #1968 from dscho/http-version http: add support selecting http version by dscho 🛠️ http: add support selecting http version Usually we don't need to set libcurl to choose which version of the HTTP protocol to use to communicate with a server. But different versions of libcurl, the default value is not the same. CURL >= 7.62.0: CURL_HTTP_VERSION_2TLS CURL < 7.62: CURL_HTTP_VERSION_1_1 In order to give users the freedom to control the HTTP version, we need to add a setting to choose which HTTP version to use. Signed-off-by: Force Charlie [email protected] Signed-off-by: Junio C Hamano [email protected] by fcharlie 🛠️ fixup! builtin rebase: call git am directly This fixes the reflog messages, as expected by t3406 in v2.20.0-rc2, as well as fixing a compiler warning about "" being an invalid printf()-style format. Also, while at it, ensure that .git/rebased-patches is truncated if it already exists. Signed-off-by: Johannes Schindelin [email protected] by dscho 🛠️ rebase: avoid double reflog entry when switching branches When switching a branch and updating said branch to a different revision, let's avoid a double entry by first updating the branch and then adjusting the symbolic ref HEAD. Signed-off-by: Johannes Schindelin [email protected] by dscho
git am
Last week there were 2 contributors. 👤 dscho 👤 fcharlie
Last week there were 24 stagazers. ⭐ mreitm ⭐ gitfool ⭐ ofek ⭐ yubin3235 ⭐ hurenjingli ⭐ github-zhongjiaxiang ⭐ rahulnimm ⭐ rdigua ⭐ JanSichula ⭐ alexgnatrow ⭐ rwxty ⭐ wutianxuan ⭐ dcseehusen ⭐ tabasco-addict ⭐ mkipcak ⭐ zshengan ⭐ holivia ⭐ arwa-namnoum ⭐ mkviatkovskii ⭐ FONZACUS ⭐ taki-eddine-47 ⭐ tompazourek ⭐ fspreng ⭐ zdlu You all are the stars! 🌟
Last week there was 1 release. 🚀 v2.20.0-rc2.windows.1 v2.20.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 9 issues were created.
Of these, 7 issues have been closed and 2 issues are still open.
OPEN ISSUES
💚 #1970 git archive error "gzip -cn: gzip: command not found" with MinGit package on windows, by Rastaban
💚 #1966 GIT bash on Windows: VIM of GIT doesn't find Python3, by Artisanate
CLOSED ISSUES
❤️ #1969 Update docs to include description of
symlink
gitattribute, by piscisaureus❤️ #1968 http: add support selecting http version, by dscho
❤️ #1967 Line-wrap in notepad sometimes include source file names in message, by ma-bjo
❤️ #1965 Install inside MSYS2 proper breaks openssh after sysmtem update with git-for-win repo, by ekigwana
❤️ #1964 Unable to install "make": path with spaces?, by slaout
❤️ #1963 Rebuild OpenSSL v1.1.1a (MSYS2 version) to include
.dll.a
files, by dscho❤️ #1962 32-bit ver 2.19.2.1 git-bash.exe crashes by Segmentation fault on start, by 2i3r
NOISY ISSUE
🔈 #1970 git archive error "gzip -cn: gzip: command not found" with MinGit package on windows, by Rastaban
It received 4 comments.
PULL REQUESTS
Last week, 1 pull request was created, updated or merged.
MERGED PULL REQUEST
Last week, 1 pull request was merged.
💜 #1968 http: add support selecting http version, by dscho
COMMITS
Last week there were 4 commits.
🛠️ Merge pull request #1968 from dscho/http-version http: add support selecting http version by dscho
🛠️ http: add support selecting http version Usually we don't need to set libcurl to choose which version of the HTTP protocol to use to communicate with a server. But different versions of libcurl, the default value is not the same. CURL >= 7.62.0: CURL_HTTP_VERSION_2TLS CURL < 7.62: CURL_HTTP_VERSION_1_1 In order to give users the freedom to control the HTTP version, we need to add a setting to choose which HTTP version to use. Signed-off-by: Force Charlie [email protected] Signed-off-by: Junio C Hamano [email protected] by fcharlie
🛠️ fixup! builtin rebase: call
git am
directly This fixes the reflog messages, as expected by t3406 in v2.20.0-rc2, as well as fixing a compiler warning about "" being an invalid printf()-style format. Also, while at it, ensure that .git/rebased-patches is truncated if it already exists. Signed-off-by: Johannes Schindelin [email protected] by dscho🛠️ rebase: avoid double reflog entry when switching branches When switching a branch and updating said branch to a different revision, let's avoid a double entry by first updating the branch and then adjusting the symbolic ref HEAD. Signed-off-by: Johannes Schindelin [email protected] by dscho
CONTRIBUTORS
Last week there were 2 contributors.
👤 dscho
👤 fcharlie
STARGAZERS
Last week there were 24 stagazers.
⭐ mreitm
⭐ gitfool
⭐ ofek
⭐ yubin3235
⭐ hurenjingli
⭐ github-zhongjiaxiang
⭐ rahulnimm
⭐ rdigua
⭐ JanSichula
⭐ alexgnatrow
⭐ rwxty
⭐ wutianxuan
⭐ dcseehusen
⭐ tabasco-addict
⭐ mkipcak
⭐ zshengan
⭐ holivia
⭐ arwa-namnoum
⭐ mkviatkovskii
⭐ FONZACUS
⭐ taki-eddine-47
⭐ tompazourek
⭐ fspreng
⭐ zdlu
You all are the stars! 🌟
RELEASES
Last week there was 1 release.
🚀 v2.20.0-rc2.windows.1 v2.20.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: