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 7 issues were created. Of these, 1 issues have been closed and 6 issues are still open.
💚 #1921 Git-Subtreee split, by Grzy7316 💚 #1920 Can't Access Devops behind Proxy with Visual Studio Plugin OR 2.19.1 Git, by Crashdummyy 💚 #1918 Error using git in ssh repository in Git Bash, by Jule- 💚 #1917 Too many args give fatal cmalloc error, by ole-tange 💚 #1916 Git for Win doesn't correctly handle branch names that differ only by case, by robrich 💚 #1914 At the end of the add command, disable and free the fscache, by benpeart
❤️ #1915 Add a helper function to start GDB that was already attached to the current process, by dscho
🔈 #1916 Git for Win doesn't correctly handle branch names that differ only by case, by robrich It received 6 comments.
Last week, 10 pull requests were created, updated or merged.
Last week, 1 pull request was opened. 💚 #1914 At the end of the add command, disable and free the fscache, by benpeart
Last week, 5 pull requests were updated. 💛 #1910 fscache: add fscache hit statistics, by benpeart 💛 #1902 [Outreachy] config support for allowEmpty in commit, by tanushree27 💛 #1900 [Outreachy] Removed ipv6 fallback, by tanushree27 💛 #1891 [Outreachy] New test in t3903-stash.sh : execute git stash without author, by slavicaDj 💛 #1666 mingw: Fix unlink for open files, by orgads
Last week, 4 pull requests were merged. 💜 #1915 Add a helper function to start GDB that was already attached to the current process, by dscho 💜 #1911 fscache: add GIT_TEST_FSCACHE support, by benpeart 💜 #1909 status: disable and free fscache at the end of the status command, by benpeart 💜 #1908 fscache: use FindFirstFileExW to avoid retrieving the short name, by benpeart
Last week there were 5 commits. 🛠️ Merge pull request #1915 from dscho/open-in-gdb Add a helper function to start GDB that was already attached to the current process by dscho 🛠️ mingw: add a helper function to attach GDB to the current process When debugging Git, the criss-cross spawning of processes can make things quite a bit difficult, especially when a Unix shell script is thrown in the mix that calls a git.exe that then segfaults. To help debugging such things, we introduce the open_in_gdb() function which can be called at a code location where the segfault happens (or as close as one can get); This will open a new MinTTY window with a GDB that already attached to the current process. Inspired by Derrick Stolee. Signed-off-by: Johannes Schindelin [email protected] by dscho 🛠️ Merge pull request #1911 from benpeart/git_test_fscache-gfw fscache: add GIT_TEST_FSCACHE support by dscho 🛠️ Merge pull request #1909 from benpeart/free-fscache-after-status-gfw status: disable and free fscache at the end of the status command by dscho 🛠️ Merge pull request #1908 from benpeart/FindFirstFileEx-gfw fscache: use FindFirstFileExW to avoid retrieving the short name by dscho
git.exe
open_in_gdb()
Last week there was 1 contributor. 👤 dscho
Last week there were 18 stagazers. ⭐ ewfian ⭐ lixiangtao ⭐ bravestarr ⭐ LifeDrainFrog ⭐ xiaojkql ⭐ AlterWL ⭐ lierchao1997 ⭐ faxriddin ⭐ samuelyuri ⭐ langtianya ⭐ Kahdeg-15520487 ⭐ Hugo-X ⭐ wongminbin ⭐ dsileika ⭐ Litewhite ⭐ thanhps42 ⭐ 1969Paulie ⭐ dazworker 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 7 issues were created.
Of these, 1 issues have been closed and 6 issues are still open.
OPEN ISSUES
💚 #1921 Git-Subtreee split, by Grzy7316
💚 #1920 Can't Access Devops behind Proxy with Visual Studio Plugin OR 2.19.1 Git, by Crashdummyy
💚 #1918 Error using git in ssh repository in Git Bash, by Jule-
💚 #1917 Too many args give fatal cmalloc error, by ole-tange
💚 #1916 Git for Win doesn't correctly handle branch names that differ only by case, by robrich
💚 #1914 At the end of the add command, disable and free the fscache, by benpeart
CLOSED ISSUES
❤️ #1915 Add a helper function to start GDB that was already attached to the current process, by dscho
NOISY ISSUE
🔈 #1916 Git for Win doesn't correctly handle branch names that differ only by case, by robrich
It received 6 comments.
PULL REQUESTS
Last week, 10 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 1 pull request was opened.
💚 #1914 At the end of the add command, disable and free the fscache, by benpeart
UPDATED PULL REQUEST
Last week, 5 pull requests were updated.
💛 #1910 fscache: add fscache hit statistics, by benpeart
💛 #1902 [Outreachy] config support for allowEmpty in commit, by tanushree27
💛 #1900 [Outreachy] Removed ipv6 fallback, by tanushree27
💛 #1891 [Outreachy] New test in t3903-stash.sh : execute git stash without author, by slavicaDj
💛 #1666 mingw: Fix unlink for open files, by orgads
MERGED PULL REQUEST
Last week, 4 pull requests were merged.
💜 #1915 Add a helper function to start GDB that was already attached to the current process, by dscho
💜 #1911 fscache: add GIT_TEST_FSCACHE support, by benpeart
💜 #1909 status: disable and free fscache at the end of the status command, by benpeart
💜 #1908 fscache: use FindFirstFileExW to avoid retrieving the short name, by benpeart
COMMITS
Last week there were 5 commits.
🛠️ Merge pull request #1915 from dscho/open-in-gdb Add a helper function to start GDB that was already attached to the current process by dscho
🛠️ mingw: add a helper function to attach GDB to the current process When debugging Git, the criss-cross spawning of processes can make things quite a bit difficult, especially when a Unix shell script is thrown in the mix that calls a
git.exe
that then segfaults. To help debugging such things, we introduce theopen_in_gdb()
function which can be called at a code location where the segfault happens (or as close as one can get); This will open a new MinTTY window with a GDB that already attached to the current process. Inspired by Derrick Stolee. Signed-off-by: Johannes Schindelin [email protected] by dscho🛠️ Merge pull request #1911 from benpeart/git_test_fscache-gfw fscache: add GIT_TEST_FSCACHE support by dscho
🛠️ Merge pull request #1909 from benpeart/free-fscache-after-status-gfw status: disable and free fscache at the end of the status command by dscho
🛠️ Merge pull request #1908 from benpeart/FindFirstFileEx-gfw fscache: use FindFirstFileExW to avoid retrieving the short name by dscho
CONTRIBUTORS
Last week there was 1 contributor.
👤 dscho
STARGAZERS
Last week there were 18 stagazers.
⭐ ewfian
⭐ lixiangtao
⭐ bravestarr
⭐ LifeDrainFrog
⭐ xiaojkql
⭐ AlterWL
⭐ lierchao1997
⭐ faxriddin
⭐ samuelyuri
⭐ langtianya
⭐ Kahdeg-15520487
⭐ Hugo-X
⭐ wongminbin
⭐ dsileika
⭐ Litewhite
⭐ thanhps42
⭐ 1969Paulie
⭐ dazworker
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: