Skip to content

Weekly Digest (26 January, 2020 - 2 February, 2020) #543

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

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

Weekly Digest (26 January, 2020 - 2 February, 2020) #543

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

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 2, 2020

Here's the Weekly Digest for gitgitgadget/git:


ISSUES

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

OPEN ISSUES

💚 #541 Finish the conversion of git submodule to a built-in, by dscho

CLOSED ISSUES

❤️ #542 initialize call to ARRAY_SIZE macro outside the control part of loop, by ParthGala2k

NOISY ISSUE

🔈 #542 initialize call to ARRAY_SIZE macro outside the control part of loop, by ParthGala2k
It received 3 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 19 pull requests were updated.
💛 #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 [WIP] 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
💛 #525 git gui: improve German translation, by cstim
💛 #523 checkout/reset/read-tree: fix --recurse-submodules in linked worktree, by phil-blain
💛 #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
💛 #504 checkout: don't revert file on ambiguous tracking branches, by SyntevoAlex
💛 #497 [RFC] 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
💛 #411 [Work-In-Progress] Optionally skip linking/copying the built-ins, by dscho
💛 #175 built-in add -p: add support for the same config settings as the Perl version, by dscho
💛 #174 stash/reset/checkout -p: optionally use the add --patch backend written in pure C, by dscho


COMMITS

Last week there were 24 commits.
🛠️ Sync with maint * maint: .mailmap: map Yi-Jyun Pan's email by gitster
🛠️ The second batch Signed-off-by: Junio C Hamano [email protected] by gitster
🛠️ Merge branch 'bc/misconception-doc' Doc updates. * bc/misconception-doc: docs: mention when increasing http.postBuffer is valuable doc: dissuade users from trying to ignore tracked files by gitster
🛠️ Merge branch 'bc/author-committer-doc' Clarify documentation on committer/author identities. * bc/author-committer-doc: doc: provide guidance on user.name format docs: expand on possible and recommended user config options doc: move author and committer information to git-commit(1) by gitster
🛠️ Merge branch 'ss/t6025-modernize' Test style updates. * ss/t6025-modernize: t6025: use helpers to replace test -f t6025: modernize style by gitster
🛠️ Merge branch 'lh/bool-to-type-bool' Replace "git config --bool" calls with "git config --type=bool" in sample templates. * lh/bool-to-type-bool: templates: fix deprecated type option --bool by gitster
🛠️ Merge branch 'ds/refmap-doc' "git fetch --refmap=" option has got a better documentation. * ds/refmap-doc: fetch: document and test --refmap="" by gitster
🛠️ Merge branch 'bc/actualmente' Doc grammo fix. * bc/actualmente: docs: use "currently" for the present time by gitster
🛠️ Merge branch 'rt/submodule-i18n' Comments update. * rt/submodule-i18n: submodule.c: mark more strings for translation by gitster
🛠️ Merge branch 'js/builtin-add-i-cmds' Minor bugfixes to "git add -i" that has recently been rewritten in C. * js/builtin-add-i-cmds: built-in add -i: accept open-ended ranges again built-in add -i: do not try to patch/diff an empty list of files by gitster
🛠️ Merge branch 'jk/test-fixes' Test fixes. * jk/test-fixes: t7800: don't rely on reuse_worktree_file() t4018: drop "debugging" cat from hunk-header tests by gitster
🛠️ Merge branch 'jk/asan-build-fix' Work around test breakages caused by custom regex engine used in libasan, when address sanitizer is used with more recent versions of gcc and clang. * jk/asan-build-fix: Makefile: use compat regex with SANITIZE=address by gitster
🛠️ Merge branch 'sg/completion-worktree' The command line completion (in contrib/) learned to complete subcommands and arguments to "git worktree". * sg/completion-worktree: completion: list paths and refs for 'git worktree add' completion: list existing working trees for 'git worktree' subcommands completion: simplify completing 'git worktree' subcommands and options completion: return the index of found word from __git_find_on_cmdline() completion: clean up the __git_find_on_cmdline() helper function t9902-completion: add tests for the __git_find_on_cmdline() helper by gitster
🛠️ Merge branch 'jn/test-lint-one-shot-export-to-shell-function' The test-lint machinery knew to check "VAR=VAL shell_function" construct, but did not check "VAR= shell_funciton", which has been corrected. * jn/test-lint-one-shot-export-to-shell-function: fetch test: mark test of "skipping" haves as v0-only t/check-non-portable-shell: detect "FOO= shell_func", too fetch test: avoid use of "VAR= cmd" with a shell function by gitster
🛠️ Merge branch 'hi/gpg-mintrustlevel' gpg.minTrustLevel configuration variable has been introduced to tell various signature verification codepaths the required minimum trust level. * hi/gpg-mintrustlevel: gpg-interface: add minTrustLevel as a configuration option by gitster
🛠️ Merge branch 'am/test-pathspec-f-f-error-cases' More tests. * am/test-pathspec-f-f-error-cases: t: add tests for error conditions with --pathspec-from-file by gitster
🛠️ Merge branch 'ds/graph-horizontal-edges' Rendering by "git log --graph" of ancestry lines leading to a merge commit were made suboptimal to waste vertical space a bit with a recent update, which has been corrected. * ds/graph-horizontal-edges: graph: fix collapse of multiple edges graph: add test to demonstrate horizontal line bug by gitster
🛠️ Merge branch 'am/update-pathspec-f-f-tests' Test updates. * am/update-pathspec-f-f-tests: t: directly test parse_pathspec_file() t: fix quotes tests for --pathspec-from-file by gitster
🛠️ Merge branch 'ds/sparse-cone' The code recently added in this release to move to the entry beyond the ones in the same directory in the index in the sparse-cone mode did not count the number of entries to skip over incorrectly, which has been corrected. * ds/sparse-cone: .mailmap: fix GGG authoship screwup unpack-trees: correctly compute result count by gitster
🛠️ Merge branch 'hi/indent-text-with-tabs-in-editorconfig' Tell .editorconfig that in this project, *.txt files are indented with tabs. * hi/indent-text-with-tabs-in-editorconfig: editorconfig: indent text files with tabs by gitster
🛠️ .mailmap: map Yi-Jyun Pan's email In 13185fd241 (l10n: zh_TW.po: update translation for v2.25.0 round 1, 2019-12-31), the author mistakenly used their GitHub username for authorship information instead of their real name. However, a commit with their real name exists prior to this: 9917eca794 (l10n: zh_TW: add translation for v2.24.0, 2019-11-20). Map their email to their real name so that these contributions can be counted together. Signed-off-by: Denton Liu [email protected] Signed-off-by: Junio C Hamano [email protected] by Denton-L
🛠️ Sync with maint * maint: .mailmap: fix erroneous authorship for Johannes Schindelin by gitster
🛠️ .mailmap: fix GGG authoship screwup Signed-off-by: Junio C Hamano [email protected] by gitster
🛠️ .mailmap: fix erroneous authorship for Johannes Schindelin In 49e268e23e (mingw: safeguard better against backslashes in file names, 2020-01-09), the commit author is listed as "Johannes Schindelin via GitGitGadget [email protected]", which is erroneous. Fix the authorship by mapping the erroneous authorship to his canonical authorship information. Signed-off-by: Denton Liu [email protected] Signed-off-by: Junio C Hamano [email protected] by Denton-L


CONTRIBUTORS

Last week there were 2 contributors.
👤 gitster
👤 Denton-L


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