messages from 2021-10-06 12:24:26 to 2021-10-08 03:59:57 UTC [more...]
[PATCH 0/8] progress: assert "global_progress" + test fixes / cleanup
2021-10-08 3:59 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] progress.c tests: make start/stop verbs on stdin
` [PATCH v2 2/8] progress.c tests: test some invalid usage
` [PATCH v2 5/8] progress.c: stop eagerly fflush(stderr) when not a terminal
What's cooking in git.git (Oct 2021, #02; Wed, 6)
2021-10-08 3:55 UTC (11+ messages)
` ab/make-sparse-for-real
[PATCH 0/7] Sparse Index: integrate with reset
2021-10-08 3:42 UTC (31+ messages)
` [PATCH v2 "
` [PATCH v2 1/7] reset: behave correctly with sparse-checkout
` [PATCH v2 2/7] update-index: add --force-full-index option for expand/collapse test
` [PATCH v2 4/7] reset: integrate with sparse index
` [PATCH v2 5/7] reset: make sparse-aware (except --mixed)
` [PATCH v2 6/7] reset: make --mixed sparse-aware
` [PATCH v3 0/8] Sparse Index: integrate with reset
` [PATCH v3 1/8] reset: rename is_missing to !is_in_reset_tree
` [PATCH v3 2/8] reset: preserve skip-worktree bit in mixed reset
` [PATCH v3 3/8] update-index: add --force-full-index option for expand/collapse test
` [PATCH v3 4/8] reset: expand test coverage for sparse checkouts
` [PATCH v3 5/8] reset: integrate with sparse index
` [PATCH v3 6/8] reset: make sparse-aware (except --mixed)
` [PATCH v3 7/8] reset: make --mixed sparse-aware
` [PATCH v3 8/8] unpack-trees: improve performance of next_cache_entry
(no subject)
2021-10-08 3:21 UTC
[PATCH] perf: fix test_export with SHELL=zsh
2021-10-08 3:07 UTC (3+ messages)
` [PATCH] t/perf: do not run tests in user's $SHELL
[PATCH] t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()
2021-10-08 2:55 UTC (6+ messages)
[PATCH 0/5] cat-file replace handling and optimization
2021-10-08 2:35 UTC (16+ messages)
` [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects
` [PATCH 3/5] cat-file: disable refs/replace "
` [PATCH 5/5] cat-file: use packed_object_info() for --batch-all-objects
What's cooking in git.git (Oct 2021, #01; Mon, 4)
2021-10-08 2:25 UTC (7+ messages)
` ab/fsck-unexpected-type (and "cat-file replace handling and optimization")
` ab/parse-options-cleanup & ab/align-parse-options-help & ab/help-config-vars
Git push subtree fail unknown revision or path possibly due to missing git-subtree-split commit
2021-10-08 1:14 UTC (4+ messages)
[PATCH] p3400: stop using tac(1)
2021-10-07 23:44 UTC (6+ messages)
[PATCH 0/2] remote: replace static variables with struct remote_state
2021-10-07 23:39 UTC (5+ messages)
` [PATCH 1/2] remote: move static variables into struct
` [PATCH 2/2] remote: add remote_state to struct repository
[PATCH 0/7] leak tests: fix "test-tool" & other small leaks
2021-10-07 22:46 UTC (13+ messages)
` [PATCH 2/7] tests: fix a memory leak in test-parse-options.c
` [PATCH v2 0/7] leak tests: fix "test-tool" & other small leaks
` [PATCH v2 1/7] tests: fix a memory leak in test-prio-queue.c
` [PATCH v2 2/7] tests: fix a memory leak in test-parse-options.c
` [PATCH v2 3/7] tests: fix a memory leak in test-oidtree.c
` [PATCH v2 4/7] tests: fix test-oid-array leak, test in SANITIZE=leak
` [PATCH v2 5/7] ls-files: fix a trivial dir_clear() leak
` [PATCH v2 6/7] ls-files: add missing string_list_clear()
` [PATCH v2 7/7] merge: add missing strbuf_release()
[PATCH 00/10] leak tests: mark more tests as passing
2021-10-07 22:38 UTC (7+ messages)
` [PATCH 01/10] leak tests: run various built-in tests in t00*.sh SANITIZE=leak
` [PATCH 03/10] leak tests: mark t0000-init.sh as passing with SANITIZE=leak
[PATCH 0/2] dir & unpak-trees: memory-leak fixes
2021-10-07 22:27 UTC (13+ messages)
` [PATCH 1/2] unpack-trees: don't leak memory in verify_clean_subdirectory()
` [PATCH 2/2] built-ins & lib: plug memory leaks with unpack_trees_options_release()
` [PATCH v2 0/3] unpack-trees: memory-leak fixes
` [PATCH v2 1/3] unpack-trees: don't leak memory in verify_clean_subdirectory()
` [PATCH v2 2/3] sequencer: add a "goto cleanup" to do_reset()
` [PATCH v2 3/3] sequencer: fix a memory leak in do_reset()
What's cooking in git.git (Sep 2021, #08; Mon, 27)
2021-10-07 22:01 UTC (8+ messages)
[PATCH] completion: fix incorrect bash/zsh string equality check
2021-10-07 21:39 UTC
[PATCH] [RFC] sparse index: fix use-after-free bug in cache_tree_verify()
2021-10-07 21:23 UTC (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
Bug/regression report - 'git stash push -u' fatal errors when sub-repo present
2021-10-07 20:31 UTC (4+ messages)
` [PATCH 1/3] t3905: show failure to ignore sub-repo
` [PATCH 2/3] read-cache: add verify_path_internal()
` [PATCH 3/3] read-cache: let verify_path() reject trailing dir separators again
[PATCH v11 1/3] grep: refactor next_match() and match_one_pattern() for external use
2021-10-07 20:31 UTC (3+ messages)
` [PATCH v11 2/3] pretty: colorize pattern matches in commit messages
` [PATCH v11 3/3] grep: fix an edge case concerning ascii patterns and UTF-8 data
[PATCH v3 00/19] Adds reftable library code from https://github.com/hanwen/reftable
2021-10-07 20:25 UTC (21+ messages)
` [PATCH v4 "
` [PATCH v4 01/19] hash.h: provide constants for the hash IDs
` [PATCH v4 02/19] reftable: add LICENSE
` [PATCH v4 03/19] reftable: add error related functionality
` [PATCH v4 04/19] reftable: utility functions
` [PATCH v4 05/19] reftable: add blocksource, an abstraction for random access reads
` [PATCH v4 06/19] reftable: (de)serialization for the polymorphic record type
` [PATCH v4 07/19] Provide zlib's uncompress2 from compat/zlib-compat.c
` [PATCH v4 08/19] reftable: reading/writing blocks
` [PATCH v4 09/19] reftable: a generic binary tree implementation
` [PATCH v4 10/19] reftable: write reftable files
` [PATCH v4 11/19] reftable: generic interface to tables
` [PATCH v4 12/19] reftable: read reftable files
` [PATCH v4 13/19] reftable: reftable file level tests
` [PATCH v4 14/19] reftable: add a heap-based priority queue for reftable records
` [PATCH v4 15/19] reftable: add merged table view
` [PATCH v4 16/19] reftable: implement refname validation
` [PATCH v4 17/19] reftable: implement stack, a mutable database of reftable files
` [PATCH v4 18/19] reftable: add dump utility
` [PATCH v4 19/19] Add "test-tool dump-reftable" command
[PATCH 0/9] mergesort: improve tests and performance
2021-10-07 20:00 UTC (7+ messages)
` [PATCH 3/9] test-mergesort: add test subcommand
[PATCH v5] submodule: absorb git dir instead of dying on deinit
2021-10-07 19:41 UTC (3+ messages)
` [PATCH v6] "
[PATCH 0/9] No more adding submodule ODB as alternate
2021-10-07 19:31 UTC (14+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] refs: plumb repo into ref stores
` [PATCH] fixup! "
` [PATCH v3 2/7] refs: teach arbitrary repo support to iterators
` [PATCH v3 4/7] merge-{ort,recursive}: remove add_submodule_odb()
` [PATCH v3 5/7] object-file: only register submodule ODB if needed
` [PATCH v3 7/7] submodule: trace adding submodule ODB as alternate
[PATCH 0/2] i18n: improve translatability of ambiguous object output
2021-10-07 18:06 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] object.[ch]: mark object type names for translation
` [PATCH v2 2/2] object-name: make ambiguous object output translatable
[PATCH v2 0/5] Gets rid of "if reflog exists, append to it regardless of config settings"
2021-10-07 17:38 UTC (6+ messages)
` [PATCH v3 0/7] "
What's cooking in git.git (Aug 2021, #06; Mon, 16)
2021-10-07 17:27 UTC (4+ messages)
` Giving priority to the reftable topic (was Re: What's cooking in git.git (Aug 2021, #06; Mon, 16))
[PATCH 0/5] Builtin FSMonitor Part 2
2021-10-07 16:59 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/5] fsmonitor: enhance existing comments
` [PATCH v2 2/5] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
` [PATCH v2 3/5] fsmonitor: config settings are repository-specific
` [PATCH v2 4/5] fsmonitor: use IPC to query the builtin FSMonitor daemon
` [PATCH v2 5/5] fsmonitor: update fsmonitor config documentation
[PATCH 0/3] Fun with cpp word regex
2021-10-07 16:40 UTC (6+ messages)
` [PATCH 1/3] userdiff: tighten "
` [PATCH 2/3] userdiff: permit the digit-separating single-quote in numbers
` [PATCH 3/3] userdiff: learn the C++ spaceship operator
[PATCH v3 08/19] reftable: reading/writing blocks
2021-10-07 16:34 UTC (3+ messages)
` [PATCH] squash! "
Security issues with openssl.exe
2021-10-07 16:28 UTC (2+ messages)
[PATCH 00/15] [RFC] Upstreaming the Scalar command
2021-10-07 14:09 UTC (5+ messages)
` [PATCH 08/15] scalar: implement the `clone` subcommand
[PATCH v2 00/15] [RFC] Upstreaming the Scalar command
2021-10-07 11:28 UTC (42+ messages)
` [PATCH v3 "
` Train station analogy, was "
` [PATCH v4 00/15] "
` [PATCH v4 04/15] scalar: 'register' sets recommended config and starts maintenance
` [PATCH v4 11/15] scalar: allow reconfiguring an existing enlistment
` [PATCH v4 13/15] scalar: implement the `delete` command
` [PATCH v5 00/15] Upstreaming the Scalar command
` [PATCH v5 01/15] scalar: create a rudimentary executable
` [PATCH v5 02/15] scalar: start documenting the command
` [PATCH v5 03/15] scalar: create test infrastructure
` [PATCH v5 04/15] scalar: 'register' sets recommended config and starts maintenance
` [PATCH v5 05/15] scalar: 'unregister' stops background maintenance
` [PATCH v5 06/15] scalar: let 'unregister' handle a deleted enlistment directory gracefully
` [PATCH v5 07/15] scalar: implement 'scalar list'
` [PATCH v5 08/15] scalar: implement the `clone` subcommand
` [PATCH v5 09/15] scalar: teach 'clone' to support the --single-branch option
` [PATCH v5 10/15] scalar: implement the `run` command
` [PATCH v5 11/15] scalar: allow reconfiguring an existing enlistment
` [PATCH v5 12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments
` [PATCH v5 13/15] scalar: implement the `delete` command
` [PATCH v5 14/15] scalar: implement the `version` command
` [PATCH v5 15/15] scalar: accept -C and -c options before the subcommand
[INFO] Does Git GUI support Dark Mode on Windows 10 ?
2021-10-07 11:27 UTC (13+ messages)
[PATCH v5 0/3] send-email: shell completion improvements
2021-10-07 3:36 UTC (5+ messages)
` [PATCH v6 "
` [PATCH v6 1/3] send-email: terminate --git-completion-helper with LF
` [PATCH v6 2/3] send-email: programmatically generate bash completions
` [PATCH v6 3/3] send-email docs: add format-patch options
add/init all git submodules that are referenced in .gitmodules
2021-10-06 19:28 UTC (2+ messages)
p2000 failure due to empty reflog
2021-10-06 16:59 UTC (4+ messages)
Merge ORT performance in the wild
2021-10-06 14:58 UTC (2+ messages)
Trimming 'deadheads' (TREESAME 2nd parent) from revision walks?
2021-10-06 14:03 UTC (3+ messages)
[PATCH 00/11] rebase: reset_head() related fixes and improvements
2021-10-06 14:03 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).