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 (2 February, 2020 - 9 February, 2020) #547

Closed
weekly-digest bot opened this issue Feb 9, 2020 · 0 comments
Closed

Weekly Digest (2 February, 2020 - 9 February, 2020) #547

weekly-digest bot opened this issue Feb 9, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 9, 2020

Here's the Weekly Digest for gitgitgadget/git:


ISSUES

Last week 3 issues were created.
Of these, 1 issues have been closed and 2 issues are still open.

OPEN ISSUES

💚 #546 Sparse-checkout: Add subcommand and Windows paths, by derrickstolee
💚 #545 object.c: localize global the_repository variable into r, by ParthGala2k

CLOSED ISSUES

❤️ #544 object.c: localize global the_repository variable into r, by ParthGala2k

NOISY ISSUE

🔈 #545 object.c: localize global the_repository variable into r, by ParthGala2k
It received 6 comments.


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 1 pull request was opened.
💚 #546 Sparse-checkout: Add subcommand and Windows paths, by derrickstolee

UPDATED PULL REQUEST

Last week, 14 pull requests were updated.
💛 #545 object.c: localize global the_repository variable into r, by ParthGala2k
💛 #540 grep: ignore --recurse-submodules if --no-index is given, by phil-blain
💛 #539 Reftable support git-core, by hanwen
💛 #538 ci: build and test with Python 2 and 3; the cheap way, by szeder
💛 #537 [Outreachy] git: update documentation for --git-dir, by HebaWaly
💛 #535 [GSoC] receive.denyCurrentBranch: respect all worktrees, by harry-hov
💛 #530 Support --pathspec-from-file in rm, stash, by SyntevoAlex
💛 #529 Re-fix rebase -i with SHA-1 collisions, by dscho
💛 #513 Harden the sparse-checkout builtin, by derrickstolee
💛 #510 fsmonitor: start using an opaque token for last update, by kewillford
💛 #508 [Outreachy] add: use advise API to display hints, by HebaWaly
💛 #497 Changed Paths Bloom Filters, by garimasi514
💛 #478 config: allow user to know scope of config options, by ROGERSM94
💛 #466 Improve testability with GIT_TEST_FSMONITOR, by derrickstolee


COMMITS

Last week there were 11 commits.
🛠️ The third batch for 2.26 Signed-off-by: Junio C Hamano gitster@pobox.com by gitster
🛠️ Merge branch 'mt/sparse-checkout-doc-update' Doc update. * mt/sparse-checkout-doc-update: completion: add support for sparse-checkout doc: sparse-checkout: mention --cone option by gitster
🛠️ Merge branch 'pb/recurse-submodule-in-worktree-fix' The "--recurse-submodules" option of various subcommands did not work well when run in an alternate worktree, which has been corrected. * pb/recurse-submodule-in-worktree-fix: submodule.c: use get_git_dir() instead of get_git_common_dir() t2405: clarify test descriptions and simplify test t2405: use git -C and test_commit -C instead of subshells t7410: rename to t2405-worktree-submodule.sh by gitster
🛠️ Merge branch 'es/fetch-show-failed-submodules-atend' A fetch that is told to recursively fetch updates in submodules inevitably produces reams of output, and it becomes hard to spot error messages. The command has been taught to enumerate submodules that had errors at the end of the operation. * es/fetch-show-failed-submodules-atend: fetch: emphasize failure during submodule fetch by gitster
🛠️ Merge branch 'en/fill-directory-fixes-more' Corner case bugs in "git clean" that stems from a (necessarily for performance reasons) awkward calling convention in the directory enumeration API has been corrected. * en/fill-directory-fixes-more: dir: point treat_leading_path() warning to the right place dir: restructure in a way to avoid passing around a struct dirent dir: treat_leading_path() and read_directory_recursive(), round 2 clean: demonstrate a bug with pathspecs by gitster
🛠️ Merge branch 'bc/hash-independent-tests-part-7' Preparation of test scripts for the day when the object names will use SHA-256 continues. * bc/hash-independent-tests-part-7: t5604: make hash independent t5601: switch into repository to hash object t5562: use $ZERO_OID t5540: make hash size independent t5537: make hash size independent t5530: compute results based on object length t5512: abstract away SHA-1-specific constants t5510: make hash size independent t5504: make hash algorithm independent t5324: make hash size independent t5319: make test work with SHA-256 t5319: change invalid offset for SHA-256 compatibility t5318: update for SHA-256 t4300: abstract away SHA-1-specific constants t4204: make hash size independent t4202: abstract away SHA-1-specific constants t4200: make hash size independent t4134: compute appropriate length constant t4066: compute index line in diffs t4054: make hash-size independent by gitster
🛠️ Merge branch 'km/submodule-add-errmsg' Improve error message generation for "git submodule add". * km/submodule-add-errmsg: submodule add: show 'add --dry-run' stderr when aborting by gitster
🛠️ Merge branch 'am/checkout-file-and-ref-ref-ambiguity' "git checkout X" did not correctly fail when X is not a local branch but could name more than one remote-tracking branches (i.e. to be dwimmed as the starting point to create a corresponding local branch), which has been corrected. * am/checkout-file-and-ref-ref-ambiguity: checkout: don't revert file on ambiguous tracking branches parse_branchname_arg(): extract part as new function by gitster
🛠️ Merge branch 'js/add-p-leftover-bits' The final leg of rewriting "add -i/-p" in C. * js/add-p-leftover-bits: ci: include the built-in git add -i in the linux-gcc job built-in add -p: handle Escape sequences more efficiently built-in add -p: handle Escape sequences in interactive.singlekey mode built-in add -p: respect the interactive.singlekey config setting terminal: add a new function to read a single keystroke terminal: accommodate Git for Windows' default terminal terminal: make the code of disable_echo() reusable built-in add -p: handle diff.algorithm built-in add -p: support interactive.diffFilter t3701: adjust difffilter test by gitster
🛠️ Merge branch 'js/patch-mode-in-others-in-c' The effort to move "git-add--interactive" to C continues. * js/patch-mode-in-others-in-c: commit --interactive: make it work with the built-in add -i built-in add -p: implement the "worktree" patch modes built-in add -p: implement the "checkout" patch modes built-in stash: use the built-in git add -p if so configured legacy stash -p: respect the add.interactive.usebuiltin setting built-in add -p: implement the "stash" and "reset" patch modes built-in add -p: prepare for patch modes other than "stage" by gitster
🛠️ Merge branch 'dl/test-must-fail-fixes' Test clean-up. * dl/test-must-fail-fixes: t1507: inline full_name() t1507: run commands within test_expect_success t1507: stop losing return codes of git commands t1501: remove use of test_might_fail cp t1409: use test_path_is_missing() t1409: let sed open its own input file t1307: reorder nongit test_must_fail t1306: convert test_might_fail rm to rm -f t0020: use ! check_packed_refs_marked t0020: don't use test_must_fail has_cr t0003: don't use test_must_fail attr_check t0003: use test_must_be_empty() t0003: use named parameters in attr_check() t0000: replace test_must_fail with run_sub_test_lib_test_err() t/lib-git-p4: use test_path_is_missing() by gitster


CONTRIBUTORS

Last week there was 1 contributor.
👤 gitster


STARGAZERS

Last week there were no stargazers.


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.

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