Skip to content

Weekly Digest (14 July, 2019 - 21 July, 2019) #291

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 Jul 21, 2019 · 0 comments
Closed

Weekly Digest (14 July, 2019 - 21 July, 2019) #291

weekly-digest bot opened this issue Jul 21, 2019 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Jul 21, 2019

Here's the Weekly Digest for gitgitgadget/git:


ISSUES

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

OPEN ISSUES

💚 #290 Travis CI: Lint for Python syntax errors and undefined names, by cclauss
💚 #289 Fix rendering of text in angle brackets in README.md, by dilijev
💚 #288 ci: automatically build Git using MSVC in our Azure Pipeline, by dscho
💚 #287 Reinstate support for Visual Studio, by dscho

NOISY ISSUE

🔈 #287 Reinstate support for Visual Studio, by dscho
It received 11 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 12 pull requests were updated.
💛 #290 Travis CI: Lint for Python syntax errors and undefined names, by cclauss
💛 #289 Fix rendering of text in angle brackets in README.md, by dilijev
💛 #288 ci: automatically build Git using MSVC in our Azure Pipeline, by dscho
💛 #287 Reinstate support for Visual Studio, by dscho
💛 #285 Update gpg.txt to correct gpg --verify syntax, by rtmorgan
💛 #264 Adding git-ignore command, tests, and documentation., by tstone2077
💛 #254 [RFC] Create 'core.featureAdoptionRate' setting to update config defaults, by derrickstolee
💛 #220 mingw: support spawning programs with paths containing spacesnames, by dscho
💛 #219 Show an error if too-long paths are seen by git clean -dfx, by dscho
💛 #213 diff: release all handles before running external diff, by dscho
💛 #170 git add -i: add a rudimentary version in C (supporting only status and help so far), by dscho
💛 #145 Avoid spawning gzip in git archive, by dscho


COMMITS

Last week there were 18 commits.
🛠️ The sixth batch Signed-off-by: Junio C Hamano [email protected] by gitster
🛠️ Merge branch 'ma/ref-filter-leakfix' Leakfix. * ma/ref-filter-leakfix: ref-filter: fix memory leak in free_array_item() by gitster
🛠️ Merge branch 'js/trace2-signo-typofix' Documentation fix. * js/trace2-signo-typofix: trace2: correct trace2 field name documentation by gitster
🛠️ Merge branch 'kb/mingw-set-home' Windows port update. * kb/mingw-set-home: mingw: initialize HOME on startup by gitster
🛠️ Merge branch 'ea/merge-code-cleanup' A loop has been rewritten for conciseness and clarity. * ea/merge-code-cleanup: builtin/merge.c - cleanup of code in for-cycle that tests strategies by gitster
🛠️ Merge branch 'jl/status-reduce-vertical-blank' Extra blank lines in "git status" output have been reduced. * jl/status-reduce-vertical-blank: status: remove the empty line after hints by gitster
🛠️ Merge branch 'pw/rebase-progress-test-cleanup' Test cleanup. * pw/rebase-progress-test-cleanup: t3420: remove progress lines before comparing output by gitster
🛠️ Merge branch 'pw/prompt-cherry-pick-revert-fix' When one step in multi step cherry-pick or revert is reset or committed, the command line prompt script failed to notice the current status, which has been improved. * pw/prompt-cherry-pick-revert-fix: git-prompt: improve cherry-pick/revert detection by gitster
🛠️ Merge branch 'ew/repack-with-bitmaps-by-default' Generation of pack bitmaps are now disabled when .keep files exist, as these are mutually exclusive features. * ew/repack-with-bitmaps-by-default: repack: disable bitmaps-by-default if .keep files exist by gitster
🛠️ Merge branch 'jk/check-connected-with-alternates' The tips of refs from the alternate object store can be used as starting point for reachability computation now. * jk/check-connected-with-alternates: check_everything_connected: assume alternate ref tips are valid object-store.h: move for_each_alternate_ref() from transport.h by gitster
🛠️ Merge branch 'nd/tree-walk-with-repo' The tree-walk API learned to pass an in-core repository instance throughout more codepaths. * nd/tree-walk-with-repo: t7814: do not generate same commits in different repos Use the right 'struct repository' instead of the_repository match-trees.c: remove the_repo from shift_tree*() tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks() tree-walk.c: remove the_repo from get_tree_entry() tree-walk.c: remove the_repo from fill_tree_descriptor() sha1-file.c: remove the_repo from read_object_with_reference() by gitster
🛠️ Merge branch 'ra/cherry-pick-revert-skip' "git cherry-pick/revert" learned a new "--skip" action. * ra/cherry-pick-revert-skip: cherry-pick/revert: advise using --skip cherry-pick/revert: add --skip option sequencer: use argv_array in reset_merge sequencer: rename reset_for_rollback to reset_merge sequencer: add advice for revert by gitster
🛠️ Merge branch 'tb/ref-filter-multiple-patterns' "git for-each-ref" with multiple patterns have been optimized. * tb/ref-filter-multiple-patterns: ref-filter.c: find disjoint pattern prefixes by gitster
🛠️ Merge branch 'pw/status-with-corrupt-sequencer-state' The code to read state files used by the sequencer machinery for "git status" has been made more robust against a corrupt or stale state files. * pw/status-with-corrupt-sequencer-state: status: do not report errors in sequencer/todo sequencer: factor out todo command name parsing sequencer: always allow tab after command name by gitster
🛠️ Merge branch 'ds/commit-graph-incremental' The commits in a repository can be described by multiple commit-graph files now, which allows the commit-graph files to be updated incrementally. * ds/commit-graph-incremental: commit-graph: test verify across alternates commit-graph: normalize commit-graph filenames commit-graph: test --split across alternate without --split commit-graph: test octopus merges with --split commit-graph: clean up chains after flattened write commit-graph: verify chains with --shallow mode commit-graph: create options for split files commit-graph: expire commit-graph files commit-graph: allow cross-alternate chains commit-graph: merge commit-graph chains commit-graph: add --split option to builtin commit-graph: write commit-graph chains commit-graph: rearrange chunk count logic commit-graph: add base graphs chunk commit-graph: load commit-graph chains commit-graph: rename commit_compare to oid_compare commit-graph: prepare for commit-graph chains commit-graph: document commit-graph chains by gitster
🛠️ Merge branch 'br/blame-ignore' "git blame" learned to "ignore" commits in the history, whose effects (as well as their presence) get ignored. * br/blame-ignore: t8014: remove unnecessary braces blame: drop some unused function parameters blame: add a test to cover blame_coalesce() blame: use the fingerprint heuristic to match ignored lines blame: add a fingerprint heuristic to match ignored lines blame: optionally track line fingerprints during fill_blame_origin() blame: add config options for the output of ignored or unblamable lines blame: add the ability to ignore commits and their changes blame: use a helper function in blame_chunk() Move oidset_parse_file() to oidset.c fsck: rename and touch up init_skiplist() by gitster
🛠️ Merge branch 'cc/test-oidmap' Extend the test coverage a bit. * cc/test-oidmap: t0016: add 'remove' subcommand test test-oidmap: remove 'add' subcommand test-hashmap: remove 'hash' command oidmap: use sha1hash() instead of static hash() function t: add t0016-oidmap.sh t/helper: add test-oidmap.c by gitster
🛠️ Merge branch 'ds/midx-expire-repack' "git multi-pack-index" learned expire and repack subcommands. * ds/midx-expire-repack: t5319: use 'test-tool path-utils' instead of 'ls -l' t5319-multi-pack-index.sh: test batch size zero midx: add test that 'expire' respects .keep files multi-pack-index: test expire while adding packs midx: implement midx_repack() multi-pack-index: prepare 'repack' subcommand multi-pack-index: implement 'expire' subcommand midx: refactor permutation logic and pack sorting midx: simplify computation of pack name lengths multi-pack-index: prepare for 'expire' subcommand Docs: rearrange subcommands for multi-pack-index repack: refactor pack deletion for future use 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