Skip to content
New issue

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

Weekly Digest (28 June, 2020 - 5 July, 2020) #2735

Closed
weekly-digest bot opened this issue Jul 5, 2020 · 0 comments
Closed

Weekly Digest (28 June, 2020 - 5 July, 2020) #2735

weekly-digest bot opened this issue Jul 5, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Jul 5, 2020

Here's the Weekly Digest for git-for-windows/git:


ISSUES

Last week 11 issues were created.
Of these, 5 issues have been closed and 6 issues are still open.

OPEN ISSUES

💚 #2734 Unicode filenames does not display correctly in 2.27.0 in status command, by lourdas
💚 #2733 Fix git difftool with intent-to-add files, by dscho
💚 #2732 Git clean now recurses into ignored and excluded directories in 2.27, by JasonGore
💚 #2728 Failed to run '/usr/bin/bash': Permission denied, by lzuliuyun
💚 #2725 Ignore Vista+ HOMEDRIVE/HOMEPATH default for non-shell logons, by native-api
💚 #2724 sh.exe would not close, unable to install 2.27.0, by xhamyd

CLOSED ISSUES

❤️ #2731 Fix problem where clone adds core.worktree due to path case differences, by SyntevoAlex
❤️ #2730 git add -i: handle CR/LF line endings in the interactive input, by dscho
❤️ #2729 'git add --interactive' built-in doesn't exit list menu on empty input, by satsuper
❤️ #2727 typo in installer, by FredMaranhao
❤️ #2726 nino3, by blackdog01000001

NOISY ISSUE

🔈 #2725 Ignore Vista+ HOMEDRIVE/HOMEPATH default for non-shell logons, by native-api
It received 10 comments.


PULL REQUESTS

Last week, 5 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
💛 #2733 Fix git difftool with intent-to-add files, by dscho
💛 #2725 Ignore Vista+ HOMEDRIVE/HOMEPATH default for non-shell logons, by native-api

MERGED PULL REQUEST

Last week, 3 pull requests were merged.
💜 #2731 Fix problem where clone adds core.worktree due to path case differences, by SyntevoAlex
💜 #2730 git add -i: handle CR/LF line endings in the interactive input, by dscho
💜 #2714 Rationalize line endings for scissors-cleanup, by lbonanomi


COMMITS

Last week there were 6 commits.
🛠️ Merge pull request #2731 from SyntevoAlex/#0312(win)_clone_adds_worktree Fix problem where clone adds core.worktree due to path case differences by dscho
🛠️ mingw_strbuf_realpath(): handle case of non existent last path component git often requests strbuf_realpath(path + "/.git"), where "./git" does not yet exist on disk. This causes the following to happen: 1. mingw_strbuf_realpath() fails 2. Non-mingw strbuf_realpath() does the work 3. Result of strbuf_realpath() is slightly different, for example it will not normalize the case of disk/folder names 4. needs_work_tree_config() becomes confused by these differences 5. clone adds core.worktree setting This in turn causes various problems, for example: 1. Repository folder can no longer be renamed/moved without breaking it 2. Using the repository on WSL (Windows Subsystem for Linux) doesn't work, because it has windows-style path saved This fixes https://github.com/git-for-windows/git/issues/2569 Co-Authored-By: Johannes Schindelin johannes.schindelin@gmx.de Signed-off-by: Alexandr Miloslavskiy alexandr.miloslavskiy@syntevo.com by SyntevoAlex
🛠️ Merge pull request #2714 from lbonanomi/main Rationalize line endings for scissors-cleanup by dscho
🛠️ commit: accept "scissors" with CR/LF line endings This change enhances git commit --cleanup=scissors by detecting scissors lines ending in either LF (UNIX-style) or CR/LF (DOS-style). Regression tests are included to specifically test for trailing comments after a CR/LF-terminated scissors line. Signed-off-by: Luke Bonanomi lbonanomi@gmail.com Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by lbonanomi
🛠️ Merge pull request #2730 from dscho/crlf-aware-git-add-i git add -i: handle CR/LF line endings in the interactive input by dscho
🛠️ git add -i: handle CR/LF line endings in the interactive input As of Git for Windows v2.27.0, there is an option to use Windows' newly-introduced Pseudo Console support. When running an interactive add operation with this support enabled, Git will receive CR/LF line endings. Therefore, let's not pretend that we are expecting Unix line endings. This fixes https://github.com/git-for-windows/git/issues/2729 Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de by dscho


CONTRIBUTORS

Last week there were 3 contributors.
👤 dscho
👤 SyntevoAlex
👤 lbonanomi


STARGAZERS

Last week there were 21 stagazers.
sdcg1994
tcpvtec
slaughtering
lkamazaezuzemedium
dora38
DUMIE505
yinch3ng
JohnLYH
Godesque
Aekewu
appath
Squirrel1489
LesterCovax
Gung-Ho-777
phossG
dankan1890
xsjzn
Nyya
hello-laffey
Ke1sen
Chenbaiang
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. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant