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 gitgitgadget/git:
Last week 3 issues were created. Of these, 2 issues have been closed and 1 issues are still open.
💚 #680 [WIP] Maintenance builtin: background maintenance, by derrickstolee
❤️ #681 githooks.txt: use correct "reference-transaction" hook name, by Berger7 ❤️ #679 Change == to = for zsh's sake in git-prompt.sh, by dmalan
🔈 #679 Change == to = for zsh's sake in git-prompt.sh, by dmalan It received 25 comments.
Last week, 10 pull requests were created, updated or merged.
Last week, 10 pull requests were updated. 💛 #680 [WIP] Maintenance builtin: background maintenance, by derrickstolee 💛 #678 git-mv: improve error message for conflicted file, by chris3torek 💛 #673 Remove special casing for PSEUDOREF updates, by hanwen 💛 #671 Maintenance builtin, allowing 'gc --auto' customization, by derrickstolee 💛 #669 Preliminary fixes for reftable support, by hanwen 💛 #659 More commit-graph/Bloom filter improvements, by derrickstolee 💛 #650 Szeder's commit-graph cleanups, by derrickstolee 💛 #614 CMake build system for git, by SibiSiddharthan 💛 #590 doc: include git rev-list description in git log doc, by phil-blain 💛 #493 subtree: Fix handling of complex history, by tqc
git rev-list
git log
Last week there were 7 commits. 🛠️ Merge branch 'ps/ref-transaction-hook' into master A new hook. * ps/ref-transaction-hook: githooks.txt: use correct "reference-transaction" hook name by gitster 🛠️ githooks.txt: use correct "reference-transaction" hook name The "reference transaction" hook was introduced in commit 6754159767 (refs: implement reference transaction hook, 2020-06-19). The name of the hook is declared as "reference-transaction" in "refs.c" and testcases, but the name declared in "githooks.txt" is different. Signed-off-by: Bojun Chen [email protected] Reviewed-by: Patrick Steinhardt [email protected] Signed-off-by: Junio C Hamano [email protected] by Berger7 🛠️ Documentation/RelNotes: fix a typo in 2.28's relnotes Signed-off-by: Taylor Blau [email protected] Signed-off-by: Junio C Hamano [email protected] by ttaylorr 🛠️ Git 2.28-rc2 Signed-off-by: Junio C Hamano [email protected] by gitster 🛠️ Merge branch 'en/sparse-status' into master Fix to a "git prompt" regression during this development cycle. * en/sparse-status: git-prompt: change == to = for zsh's sake by gitster 🛠️ git-prompt: change == to = for zsh's sake When using git-prompt.sh with zsh, __git_ps1 currently errs when inside a repo with: __git_ps1:96: = not found Avoid using non-portable "==" that is only understood by bash and not zsh. Change to "=" so that the prompt script becomes usable with zsh again. Signed-off-by: David J. Malan [email protected] Signed-off-by: Junio C Hamano [email protected] by dmalan 🛠️ Merge https://github.com/prati0100/git-gui into master * https://github.com/prati0100/git-gui: git-gui: allow opening work trees from the startup dialog by gitster
Last week there were 4 contributors. 👤 gitster 👤 Berger7 👤 ttaylorr 👤 dmalan
Last week there were 2 stagazers. ⭐ edith007 ⭐ georgejaniec You all are the stars! 🌟
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository gitgitgadget/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 gitgitgadget/git:
ISSUES
Last week 3 issues were created.
Of these, 2 issues have been closed and 1 issues are still open.
OPEN ISSUES
💚 #680 [WIP] Maintenance builtin: background maintenance, by derrickstolee
CLOSED ISSUES
❤️ #681 githooks.txt: use correct "reference-transaction" hook name, by Berger7
❤️ #679 Change == to = for zsh's sake in git-prompt.sh, by dmalan
NOISY ISSUE
🔈 #679 Change == to = for zsh's sake in git-prompt.sh, by dmalan
It received 25 comments.
PULL REQUESTS
Last week, 10 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 10 pull requests were updated.
💛 #680 [WIP] Maintenance builtin: background maintenance, by derrickstolee
💛 #678 git-mv: improve error message for conflicted file, by chris3torek
💛 #673 Remove special casing for PSEUDOREF updates, by hanwen
💛 #671 Maintenance builtin, allowing 'gc --auto' customization, by derrickstolee
💛 #669 Preliminary fixes for reftable support, by hanwen
💛 #659 More commit-graph/Bloom filter improvements, by derrickstolee
💛 #650 Szeder's commit-graph cleanups, by derrickstolee
💛 #614 CMake build system for git, by SibiSiddharthan
💛 #590 doc: include
git rev-list
description ingit log
doc, by phil-blain💛 #493 subtree: Fix handling of complex history, by tqc
COMMITS
Last week there were 7 commits.
🛠️ Merge branch 'ps/ref-transaction-hook' into master A new hook. * ps/ref-transaction-hook: githooks.txt: use correct "reference-transaction" hook name by gitster
🛠️ githooks.txt: use correct "reference-transaction" hook name The "reference transaction" hook was introduced in commit 6754159767 (refs: implement reference transaction hook, 2020-06-19). The name of the hook is declared as "reference-transaction" in "refs.c" and testcases, but the name declared in "githooks.txt" is different. Signed-off-by: Bojun Chen [email protected] Reviewed-by: Patrick Steinhardt [email protected] Signed-off-by: Junio C Hamano [email protected] by Berger7
🛠️ Documentation/RelNotes: fix a typo in 2.28's relnotes Signed-off-by: Taylor Blau [email protected] Signed-off-by: Junio C Hamano [email protected] by ttaylorr
🛠️ Git 2.28-rc2 Signed-off-by: Junio C Hamano [email protected] by gitster
🛠️ Merge branch 'en/sparse-status' into master Fix to a "git prompt" regression during this development cycle. * en/sparse-status: git-prompt: change == to = for zsh's sake by gitster
🛠️ git-prompt: change == to = for zsh's sake When using git-prompt.sh with zsh, __git_ps1 currently errs when inside a repo with: __git_ps1:96: = not found Avoid using non-portable "==" that is only understood by bash and not zsh. Change to "=" so that the prompt script becomes usable with zsh again. Signed-off-by: David J. Malan [email protected] Signed-off-by: Junio C Hamano [email protected] by dmalan
🛠️ Merge https://github.com/prati0100/git-gui into master * https://github.com/prati0100/git-gui: git-gui: allow opening work trees from the startup dialog by gitster
CONTRIBUTORS
Last week there were 4 contributors.
👤 gitster
👤 Berger7
👤 ttaylorr
👤 dmalan
STARGAZERS
Last week there were 2 stagazers.
⭐ edith007
⭐ georgejaniec
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository gitgitgadget/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: