You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last week there was 1 commit.
🛠️ [Merge pull request #2224: unpack-trees: enable fscache for sparse-checkout When updating the skip-worktree bits in the index to align with new
values in a sparse-checkout file, Git scans the entire working
directory with lstat() calls. In a sparse-checkout, many of these
lstat() calls are for paths that do not exist.
Enable the fscache feature during this scan.
In a local test of a repo with ~2.2 million paths, updating the index
with git read-tree -m -u HEAD with a sparse-checkout file containing
only /.gitattributes improved from 2-3 minutes to 15-20 seconds.
More work could be done to stop running lstat() calls when recursing
into directories that are known to not exist.](e213867) by derrickstolee
Here's the Weekly Digest for git-for-windows/git:
ISSUES
Last week 7 issues were created.
Of these, 3 issues have been closed and 4 issues are still open.
OPEN ISSUES
💚 #2239 MinTTY issues (characters, Ctrl+C, etc. get eaten or messed up), by mehrdadn
💚 #2238 GitHub Portable with .7z.exe extension, by cliffporterx
💚 #2237 LF-to-CRLF conversion applied on checkout even to files marked as "-text" in .gitattributes, by Googulator
💚 #2236 The global "remote.origin.push" takes precedence over the local "remote.origin.push"., by elpiekay
CLOSED ISSUES
❤️ #2242 Segmentation fault when using in integrated VS Code/Atom terminal, by reinierkors
❤️ #2241 Subtree push is broken, by maxisam
❤️ #2240 Git Bash Fonts Missing, by TGGSJ911
NOISY ISSUE
🔈 #2239 MinTTY issues (characters, Ctrl+C, etc. get eaten or messed up), by mehrdadn
It received 11 comments.
PULL REQUESTS
Last week, 1 pull request was created, updated or merged.
MERGED PULL REQUEST
Last week, 1 pull request was merged.
💜 #2224 unpack-trees: enable fscache for sparse-checkout, by derrickstolee
COMMITS
Last week there was 1 commit.
🛠️ [Merge pull request #2224: unpack-trees: enable fscache for sparse-checkout When updating the skip-worktree bits in the index to align with new
values in a sparse-checkout file, Git scans the entire working
directory with lstat() calls. In a sparse-checkout, many of these
lstat() calls are for paths that do not exist.
Enable the fscache feature during this scan.
In a local test of a repo with ~2.2 million paths, updating the index
with
git read-tree -m -u HEAD
with a sparse-checkout file containingonly
/.gitattributes
improved from 2-3 minutes to 15-20 seconds.More work could be done to stop running lstat() calls when recursing
into directories that are known to not exist.](e213867) by derrickstolee
CONTRIBUTORS
Last week there was 1 contributor.
👤 derrickstolee
STARGAZERS
Last week there were 22 stagazers.
⭐ Yansuming
⭐ PhilPuglisi
⭐ clementnader
⭐ legendarygladiator
⭐ zlpsunshine
⭐ 18243133
⭐ dyslexictech
⭐ ThatTeenager
⭐ samkatakouzinos
⭐ mafeiyue
⭐ obuy
⭐ zsmile
⭐ zhaoying818
⭐ Chaitanya369
⭐ tatahy
⭐ guduo
⭐ iofu728
⭐ tobyfishertoby
⭐ DioPerson
⭐ jrchens
⭐ Okeanos
⭐ zyazxr
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: