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 9 issues were created. Of these, 7 issues have been closed and 2 issues are still open.
💚 #2420 System-wide gitconfig wrong in Git 2.24, by Osse 💚 #2414 Subtree autocompleate is missing, by LwServices
❤️ #2419 i dont know what it is, by HusseinChen ❤️ #2418 WSAGetLastError()., by adel2222 ❤️ #2417 TEST: mingw_setsockopt, by jeffhostetler ❤️ #2416 Alloallo, by Thunder2425 ❤️ #2415 Fix t2040, by dscho ❤️ #2413 root, by mu-offline ❤️ #2412 expected to have my forked repository cloned, found an error "fatal: could not create work tree dir 'contribute-to-open-source': Permission denied", by pulkitsharma7790
👍 #2416 Alloallo, by Thunder2425 It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
🔈 #2414 Subtree autocompleate is missing, by LwServices It received 3 comments.
Last week, 3 pull requests were created, updated or merged.
Last week, 1 pull request was updated. 💛 #2399 WIP config: allow user to know type of config options, by ROGERSM94
Last week, 2 pull requests were merged. 💜 #2415 Fix t2040, by dscho 💜 #2405 Make sure errno is set when socket operations fail, by dscho
errno
Last week there were 4 commits. 🛠️ Merge pull request #2405 from dscho/mingw-setsockopt Make sure errno is set when socket operations fail by dscho 🛠️ mingw: make sure errno is set correctly when socket operations fail The winsock2 library provides functions that work on different data types than file descriptors, therefore we wrap them. But that is not the only difference: they also do not set errno but expect the callers to enquire about errors via WSAGetLastError(). Let's translate that into appropriate errno values whenever the socket operations fail so that Git's code base does not have to change its expectations. This closes https://github.com/git-for-windows/git/issues/2404 Helped-by: Jeff Hostetler [email protected] Signed-off-by: Johannes Schindelin [email protected] by dscho 🛠️ Merge pull request #2415 from dscho/fix-t2040 Fix t2040 by dscho 🛠️ squash! Win32: symlink: add test for symlink attribute To verify that the symlink is resolved correctly, we use the fact that git.exe is a native Win32 program, and that git.exe config -f <path> therefore uses the native symlink resolution. Signed-off-by: Johannes Schindelin [email protected] by dscho
WSAGetLastError()
symlink
git.exe
git.exe config -f <path>
Last week there was 1 contributor. 👤 dscho
Last week there were 23 stagazers. ⭐ ilay777 ⭐ yayan19 ⭐ shuifeng3210 ⭐ YESS17 ⭐ gauravkanoongo ⭐ mu-offline ⭐ xfzhi888 ⭐ SangYang ⭐ YunQimg ⭐ jesusantguerrero ⭐ Jadhielv ⭐ dioniciodiaz ⭐ mayingbiao89 ⭐ bigdargon ⭐ ombsub ⭐ OlivierBondu ⭐ AeroXuk ⭐ edom71 ⭐ wuyirong4 ⭐ yeoyi519 ⭐ zhangchenglin ⭐ it-is-wednesday ⭐ trinhan0487 You all are the stars! 🌟
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. 📆
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
💚 #2420 System-wide gitconfig wrong in Git 2.24, by Osse
💚 #2414 Subtree autocompleate is missing, by LwServices
CLOSED ISSUES
❤️ #2419 i dont know what it is, by HusseinChen
❤️ #2418 WSAGetLastError()., by adel2222
❤️ #2417 TEST: mingw_setsockopt, by jeffhostetler
❤️ #2416 Alloallo, by Thunder2425
❤️ #2415 Fix t2040, by dscho
❤️ #2413 root, by mu-offline
❤️ #2412 expected to have my forked repository cloned, found an error "fatal: could not create work tree dir 'contribute-to-open-source': Permission denied", by pulkitsharma7790
LIKED ISSUE
👍 #2416 Alloallo, by Thunder2425
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #2414 Subtree autocompleate is missing, by LwServices
It received 3 comments.
PULL REQUESTS
Last week, 3 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 1 pull request was updated.
💛 #2399 WIP config: allow user to know type of config options, by ROGERSM94
MERGED PULL REQUEST
Last week, 2 pull requests were merged.
💜 #2415 Fix t2040, by dscho
💜 #2405 Make sure
errno
is set when socket operations fail, by dschoCOMMITS
Last week there were 4 commits.
🛠️ Merge pull request #2405 from dscho/mingw-setsockopt Make sure
errno
is set when socket operations fail by dscho🛠️ mingw: make sure
errno
is set correctly when socket operations fail The winsock2 library provides functions that work on different data types than file descriptors, therefore we wrap them. But that is not the only difference: they also do not seterrno
but expect the callers to enquire about errors viaWSAGetLastError()
. Let's translate that into appropriateerrno
values whenever the socket operations fail so that Git's code base does not have to change its expectations. This closes https://github.com/git-for-windows/git/issues/2404 Helped-by: Jeff Hostetler [email protected] Signed-off-by: Johannes Schindelin [email protected] by dscho🛠️ Merge pull request #2415 from dscho/fix-t2040 Fix t2040 by dscho
🛠️ squash! Win32: symlink: add test for
symlink
attribute To verify that the symlink is resolved correctly, we use the fact thatgit.exe
is a native Win32 program, and thatgit.exe config -f <path>
therefore uses the native symlink resolution. Signed-off-by: Johannes Schindelin [email protected] by dschoCONTRIBUTORS
Last week there was 1 contributor.
👤 dscho
STARGAZERS
Last week there were 23 stagazers.
⭐ ilay777
⭐ yayan19
⭐ shuifeng3210
⭐ YESS17
⭐ gauravkanoongo
⭐ mu-offline
⭐ xfzhi888
⭐ SangYang
⭐ YunQimg
⭐ jesusantguerrero
⭐ Jadhielv
⭐ dioniciodiaz
⭐ mayingbiao89
⭐ bigdargon
⭐ ombsub
⭐ OlivierBondu
⭐ AeroXuk
⭐ edom71
⭐ wuyirong4
⭐ yeoyi519
⭐ zhangchenglin
⭐ it-is-wednesday
⭐ trinhan0487
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.
The text was updated successfully, but these errors were encountered: