Skip to content

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

@weekly-digest

Description

@weekly-digest

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 gitster@pobox.com 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 liu.denton@gmail.com Signed-off-by: Junio C Hamano gitster@pobox.com 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 gitster@pobox.com 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 gitgitgadget@gmail.com", which is erroneous. Fix the authorship by mapping the erroneous authorship to his canonical authorship information. Signed-off-by: Denton Liu liu.denton@gmail.com Signed-off-by: Junio C Hamano gitster@pobox.com 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. πŸ“†

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions