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 6 issues were created. Of these, 4 issues have been closed and 2 issues are still open.
💚 #2321 Default system gitconfig skips LFS download, by mcfandw 💚 #2319 Installer does not find schtasks if NoDefaultCurrentDirectoryInExePath=1, by KalleOlaviNiemitalo
❤️ #2323 Can't do a git pull using TortoiseGit to a github repo, by rgbeck ❤️ #2322 Git-2.23.0-64-bit for Windows does not deploy /dev/* directory, by alkazandzhiev ❤️ #2320 Suggestion/question: Provide a way to install extra MinGW packages, by codeape2 ❤️ #2318 File descrip error with Version 2.23.0 , by niyshah
👍 #2321 Default system gitconfig skips LFS download, by mcfandw It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
🔈 #2319 Installer does not find schtasks if NoDefaultCurrentDirectoryInExePath=1, by KalleOlaviNiemitalo It received 13 comments.
Last week, 4 pull requests were created, updated or merged.
Last week, 2 pull requests were updated. 💛 #2311 Security.md: include release candidate and snapshot information, by PhilipOakley 💛 #2179 [DRAFT] for testing : Fix 4Gb limit for large files on Git for Windows, by PhilipOakley
Last week, 2 pull requests were merged. 💜 #2316 config.mak.uname: PCRE1 cleanup, by carenas 💜 #2315 rebase-merges: improve --rebase-merges label generation, by ROGERSM94
Last week there were 3 commits. 🛠️ Merge pull request #2315 from ROGERSM94/fix-rebase rebase-merges: improve --rebase-merges label generation by dscho 🛠️ rebase -r: let label generate safer labels The label todo command in interactive rebases creates temporary refs in the refs/rewritten/ namespace. These refs are stored as loose refs, i.e. as files in .git/refs/rewritten/, therefore they have to conform with file name limitations on the current filesystem. This poses a problem in particular on NTFS/FAT, where e.g. the colon character is not a valid part of a file name. Let's safeguard against this by replacing not only white-space characters by dashes, but all non-alpha-numeric ones. However, we exempt non-ASCII UTF-8 characters from that, as it should be quite possible to reflect branch names such as ↯↯↯ in refs/file names. Signed-off-by: Matthew Rogers [email protected] Signed-off-by: Johannes Schindelin [email protected] by ROGERSM94 🛠️ Merge pull request #2316 from carenas/win-pcre1-cleanup config.mak.uname: PCRE1 cleanup by dscho
label
refs/rewritten/
.git/refs/rewritten/
↯↯↯
Last week there were 2 contributors. 👤 dscho 👤 ROGERSM94
Last week there were 15 stagazers. ⭐ jugnigun ⭐ NiXiaomo ⭐ LikeUSummer ⭐ BoneTone ⭐ gauravburjwal ⭐ Jane-White ⭐ sneivandt ⭐ 1huashang ⭐ rsau ⭐ CodexLink ⭐ seblapz ⭐ Rom1deTroyes ⭐ sebaaaz ⭐ zhuiFengZhe-zeXi ⭐ PyvesB 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 6 issues were created.
Of these, 4 issues have been closed and 2 issues are still open.
OPEN ISSUES
💚 #2321 Default system gitconfig skips LFS download, by mcfandw
💚 #2319 Installer does not find schtasks if NoDefaultCurrentDirectoryInExePath=1, by KalleOlaviNiemitalo
CLOSED ISSUES
❤️ #2323 Can't do a git pull using TortoiseGit to a github repo, by rgbeck
❤️ #2322 Git-2.23.0-64-bit for Windows does not deploy /dev/* directory, by alkazandzhiev
❤️ #2320 Suggestion/question: Provide a way to install extra MinGW packages, by codeape2
❤️ #2318 File descrip error with Version 2.23.0 , by niyshah
LIKED ISSUE
👍 #2321 Default system gitconfig skips LFS download, by mcfandw
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #2319 Installer does not find schtasks if NoDefaultCurrentDirectoryInExePath=1, by KalleOlaviNiemitalo
It received 13 comments.
PULL REQUESTS
Last week, 4 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 2 pull requests were updated.
💛 #2311 Security.md: include release candidate and snapshot information, by PhilipOakley
💛 #2179 [DRAFT] for testing : Fix 4Gb limit for large files on Git for Windows, by PhilipOakley
MERGED PULL REQUEST
Last week, 2 pull requests were merged.
💜 #2316 config.mak.uname: PCRE1 cleanup, by carenas
💜 #2315 rebase-merges: improve --rebase-merges label generation, by ROGERSM94
COMMITS
Last week there were 3 commits.
🛠️ Merge pull request #2315 from ROGERSM94/fix-rebase rebase-merges: improve --rebase-merges label generation by dscho
🛠️ rebase -r: let
label
generate safer labels Thelabel
todo command in interactive rebases creates temporary refs in therefs/rewritten/
namespace. These refs are stored as loose refs, i.e. as files in.git/refs/rewritten/
, therefore they have to conform with file name limitations on the current filesystem. This poses a problem in particular on NTFS/FAT, where e.g. the colon character is not a valid part of a file name. Let's safeguard against this by replacing not only white-space characters by dashes, but all non-alpha-numeric ones. However, we exempt non-ASCII UTF-8 characters from that, as it should be quite possible to reflect branch names such as↯↯↯
in refs/file names. Signed-off-by: Matthew Rogers [email protected] Signed-off-by: Johannes Schindelin [email protected] by ROGERSM94🛠️ Merge pull request #2316 from carenas/win-pcre1-cleanup config.mak.uname: PCRE1 cleanup by dscho
CONTRIBUTORS
Last week there were 2 contributors.
👤 dscho
👤 ROGERSM94
STARGAZERS
Last week there were 15 stagazers.
⭐ jugnigun
⭐ NiXiaomo
⭐ LikeUSummer
⭐ BoneTone
⭐ gauravburjwal
⭐ Jane-White
⭐ sneivandt
⭐ 1huashang
⭐ rsau
⭐ CodexLink
⭐ seblapz
⭐ Rom1deTroyes
⭐ sebaaaz
⭐ zhuiFengZhe-zeXi
⭐ PyvesB
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: