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 2 issues were created. Of these, 0 issues have been closed and 2 issues are still open.
💚 #671 Maintenance builtin, allowing 'gc --auto' customization, by derrickstolee 💚 #669 Preliminary fixes for reftable support, by hanwen
🔈 #669 Preliminary fixes for reftable support, by hanwen It received 2 comments.
Last week, 11 pull requests were created, updated or merged.
Last week, 11 pull requests were updated. 💛 #671 Maintenance builtin, allowing 'gc --auto' customization, by derrickstolee 💛 #669 Preliminary fixes for reftable support, by hanwen 💛 #668 Accommodate for pu having been renamed to seen, by dscho 💛 #667 bash-completion: add git-prune into bash completion, by johnlinp 💛 #659 More commit-graph/Bloom filter improvements, by derrickstolee 💛 #656 Allow overriding the default name of the default branch, by dscho 💛 #654 Fix difftool problem with intent-to-add files, by dscho 💛 #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 💛 #539 Reftable support git-core, by hanwen
git rev-list
git log
Last week there were 7 commits. 🛠️ The sixth batch Signed-off-by: Junio C Hamano [email protected] by gitster 🛠️ Merge branch 'sk/diff-files-show-i-t-a-as-new' "git diff-files" has been taught to say paths that are marked as intent-to-add are new files, not modified from an empty blob. * sk/diff-files-show-i-t-a-as-new: diff-files: treat "i-t-a" files as "not-in-index" by gitster 🛠️ Merge branch 'rs/commit-reach-leakfix' Leakfix. * rs/commit-reach-leakfix: commit-reach: plug minor memory leak after using is_descendant_of() by gitster 🛠️ Merge branch 'rs/pull-leakfix' Leakfix. * rs/pull-leakfix: pull: plug minor memory leak after using is_descendant_of() by gitster 🛠️ Merge branch 'rs/retire-strbuf-write-fd' A misdesigned strbuf_write_fd() function has been retired. * rs/retire-strbuf-write-fd: strbuf: remove unreferenced strbuf_write_fd method. bugreport.c: replace strbuf_write_fd with write_in_full by gitster 🛠️ Merge branch 'dl/diff-usage-comment-update' An in-code comment in "git diff" has been updated. * dl/diff-usage-comment-update: builtin/diff: fix botched update of usage comment builtin/diff: update usage comment by gitster 🛠️ Merge branch 'xl/upgrade-repo-format' Allow runtime upgrade of the repository format version, which needs to be done carefully. There is a rather unpleasant backward compatibility worry with the last step of this series, but it is the right thing to do in the longer term. * xl/upgrade-repo-format: check_repository_format_gently(): refuse extensions for old repositories sparse-checkout: upgrade repository to version 1 when enabling extension fetch: allow adding a filter after initial clone repository: add a helper function to perform repository format upgrade by gitster
Last week there was 1 contributor. 👤 gitster
Last week there was 1 stargazer. ⭐ zmackie You are the star! 🌟
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 2 issues were created.
Of these, 0 issues have been closed and 2 issues are still open.
OPEN ISSUES
💚 #671 Maintenance builtin, allowing 'gc --auto' customization, by derrickstolee
💚 #669 Preliminary fixes for reftable support, by hanwen
NOISY ISSUE
🔈 #669 Preliminary fixes for reftable support, by hanwen
It received 2 comments.
PULL REQUESTS
Last week, 11 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 11 pull requests were updated.
💛 #671 Maintenance builtin, allowing 'gc --auto' customization, by derrickstolee
💛 #669 Preliminary fixes for reftable support, by hanwen
💛 #668 Accommodate for pu having been renamed to seen, by dscho
💛 #667 bash-completion: add git-prune into bash completion, by johnlinp
💛 #659 More commit-graph/Bloom filter improvements, by derrickstolee
💛 #656 Allow overriding the default name of the default branch, by dscho
💛 #654 Fix difftool problem with intent-to-add files, by dscho
💛 #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💛 #539 Reftable support git-core, by hanwen
COMMITS
Last week there were 7 commits.
🛠️ The sixth batch Signed-off-by: Junio C Hamano [email protected] by gitster
🛠️ Merge branch 'sk/diff-files-show-i-t-a-as-new' "git diff-files" has been taught to say paths that are marked as intent-to-add are new files, not modified from an empty blob. * sk/diff-files-show-i-t-a-as-new: diff-files: treat "i-t-a" files as "not-in-index" by gitster
🛠️ Merge branch 'rs/commit-reach-leakfix' Leakfix. * rs/commit-reach-leakfix: commit-reach: plug minor memory leak after using is_descendant_of() by gitster
🛠️ Merge branch 'rs/pull-leakfix' Leakfix. * rs/pull-leakfix: pull: plug minor memory leak after using is_descendant_of() by gitster
🛠️ Merge branch 'rs/retire-strbuf-write-fd' A misdesigned strbuf_write_fd() function has been retired. * rs/retire-strbuf-write-fd: strbuf: remove unreferenced strbuf_write_fd method. bugreport.c: replace strbuf_write_fd with write_in_full by gitster
🛠️ Merge branch 'dl/diff-usage-comment-update' An in-code comment in "git diff" has been updated. * dl/diff-usage-comment-update: builtin/diff: fix botched update of usage comment builtin/diff: update usage comment by gitster
🛠️ Merge branch 'xl/upgrade-repo-format' Allow runtime upgrade of the repository format version, which needs to be done carefully. There is a rather unpleasant backward compatibility worry with the last step of this series, but it is the right thing to do in the longer term. * xl/upgrade-repo-format: check_repository_format_gently(): refuse extensions for old repositories sparse-checkout: upgrade repository to version 1 when enabling extension fetch: allow adding a filter after initial clone repository: add a helper function to perform repository format upgrade by gitster
CONTRIBUTORS
Last week there was 1 contributor.
👤 gitster
STARGAZERS
Last week there was 1 stargazer.
⭐ zmackie
You are the star! 🌟
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: