messages from 2024-08-19 08:46:23 to 2024-08-21 17:59:00 UTC [more...]
[PATCH 00/20] Memory leak fixes (pt.5)
2024-08-21 17:58 UTC (29+ messages)
` [PATCH 01/20] mailinfo: fix leaking header data
` [PATCH 02/20] convert: fix leaks when resetting attributes
` [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
` [PATCH 04/20] pretty: fix leaking key/value separator buffer
` [PATCH 05/20] builtin/merge-tree: fix leaking `-X` strategy options
` [PATCH 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
` [PATCH 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
` [PATCH 08/20] midx-write: fix leaking hashfile on error cases
` [PATCH 09/20] builtin/repack: fix leaks when computing packs to repack
` [PATCH 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
` [PATCH 11/20] transport: fix leaking OID arrays in git:// transport data
` [PATCH 12/20] builtin/send-pack: fix leaking refspecs
` [PATCH 13/20] sideband: fix leaks when configuring sideband colors
` [PATCH 14/20] builtin/fetch-pack: fix leaking refs
` [PATCH 15/20] remote: fix leaking config strings
` [PATCH 16/20] remote: fix leaks when matching refspecs
` [PATCH 17/20] remote: fix leaking peer ref when expanding refmap
` [PATCH 18/20] builtin/fetch: fix leaking transaction with `--atomic`
` [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
` [PATCH 20/20] transport: fix leaking negotiation tips
[PATCH v2 0/3] send-email: add --mailmap support
2024-08-21 17:50 UTC (5+ messages)
` [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
` [PATCH 1 v2 2/3] check-mailmap: add options for additional mailmap sources
` [PATCH v2 3/3] send-email: add mailmap support via sendemail.mailmap and --mailmap
[PATCH] docs: explain the order of output in the batched mode of git-cat-file(1)
2024-08-21 17:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] here-doc test bodies
2024-08-21 17:02 UTC (7+ messages)
` [PATCH v2 0/9] here-doc test bodies (now with 100% more chainlinting)
` [PATCH v2 5/9] chainlint.pl: check line numbers in expected output
[PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
2024-08-21 16:39 UTC (11+ messages)
` [PATCH 1/7] t1000-2000: add GIT_ADVICE=1 for advice tests
` [PATCH 2/7] t3000-4000: add GIT_ADVICE=1 to "
` [PATCH 3/7] t5000: "
` [PATCH 4/7] t6000: "
` [PATCH 5/7] t7000: "
` [PATCH 6/7] t7508/12: set GIT_ADVICE=1 across all tests
` [PATCH 7/7] advice: refuse to output if stderr not TTY
[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
2024-08-21 16:13 UTC (18+ messages)
` [GSoC][PATCH v2 00/11] "
` [PATCH v2 09/11] t-reftable-block: add tests for log blocks
` [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework
` [PATCH v3 01/11] t: move "
` [PATCH v3 02/11] t: harmonize t-reftable-block.c with coding guidelines
` [PATCH v3 03/11] t-reftable-block: release used block reader
` [PATCH v3 04/11] t-reftable-block: use reftable_record_equal() instead of check_str()
` [PATCH v3 05/11] t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
` [PATCH v3 06/11] t-reftable-block: use block_iter_reset() instead of block_iter_close()
` [PATCH v3 07/11] t-reftable-block: use xstrfmt() instead of xstrdup()
` [PATCH v3 08/11] t-reftable-block: remove unnecessary variable 'j'
` [PATCH v3 09/11] t-reftable-block: add tests for log blocks
` [PATCH v3 10/11] t-reftable-block: add tests for obj blocks
` [PATCH v3 11/11] t-reftable-block: add tests for index blocks
[GSoC][PATCH v2] t: migrate t0110-urlmatch-normalization to the new framework
2024-08-21 16:08 UTC (7+ messages)
` [GSoC][PATCH v3] "
` [GSoC][PATCH v4] "
builtin/config: --name-only doesn't imply --show-names in "git config get"
2024-08-21 16:06 UTC (2+ messages)
[PATCH] doc: add --show-names for git config
2024-08-21 16:02 UTC (8+ messages)
` [PATCH v2] "
[PATCH] rebase -x: don't print "Executing:" msgs with --quiet
2024-08-21 16:00 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] rebase --exec: respect --quiet
[PATCH v1 0/4] add ref content check for files backend
2024-08-21 14:21 UTC (7+ messages)
` [PATCH v1 1/4] fsck: introduce "FSCK_REF_REPORT_DEFAULT" macro
` [PATCH v1 2/4] ref: add regular ref content check for files backend
[PATCH] docs: explain the order of output in cat-file batch operations
2024-08-21 7:00 UTC (2+ messages)
feature request: set remote/HEAD with fetch
2024-08-20 21:38 UTC (6+ messages)
[PATCH] mailinfo: we parse fixed headers
2024-08-20 21:09 UTC
What's cooking in git.git (Aug 2024, #06; Fri, 16)
2024-08-20 20:41 UTC (5+ messages)
` v2.46.1? was "
[PATCH 0/2] Update the win+VS build definition
2024-08-20 20:38 UTC (6+ messages)
` [PATCH 1/2] ci: bump microsoft/setup-msbuild from v1 to v2
` [PATCH 2/2] ci(win+VS): download the vcpkg artifacts using a dedicated GitHub Action
[PATCH 0/4] Introduce a "promisor-remote" capability
2024-08-20 17:01 UTC (20+ messages)
` [PATCH 1/4] version: refactor strbuf_sanitize()
` [PATCH 2/4] strbuf: refactor strbuf_trim_trailing_ch()
` [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
2024-08-20 15:58 UTC (27+ messages)
` [PATCH v3 "
` [PATCH v3 7/7] run-command: fix detaching when running auto maintenance
` [PATCH 0/3] Fixups for git-maintenance(1) tests
` [PATCH 1/3] t7900: fix flaky test due to leaking background job
` [PATCH 2/3] t7900: exercise detaching via trace2 regions
` [PATCH 3/3] builtin/maintenance: fix loose objects task emitting pack hash
[PATCH v3 0/8] git-prompt: support more shells v3
2024-08-20 15:47 UTC (12+ messages)
` [PATCH v4 0/8] git-prompt: support more shells v4
` [PATCH v4 1/8] git-prompt: use here-doc instead of here-string
` [PATCH v4 2/8] git-prompt: fix uninitialized variable
` [PATCH v4 3/8] git-prompt: don't use shell arrays
` [PATCH v4 4/8] git-prompt: replace [[...]] with standard code
` [PATCH v4 5/8] git-prompt: add some missing quotes
` [PATCH v4 6/8] git-prompt: don't use shell $'...'
` [PATCH v4 7/8] git-prompt: ta-da! document usage in other shells
` [PATCH v4 8/8] git-prompt: support custom 0-width PS1 markers
What's cooking in git.git (Aug 2024, #07; Mon, 19)
2024-08-20 15:00 UTC (3+ messages)
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-20 14:02 UTC (31+ messages)
` [PATCH v5 0/9] "
` [PATCH v5 2/9] t: import the clar unit "
` [PATCH v5 8/9] t/unit-tests: convert strvec tests to use clar
` [PATCH v5 9/9] t/unit-tests: convert ctype "
` [PATCH v6 00/13] Introduce clar testing framework
` [PATCH v6 01/13] t: do not pass GIT_TEST_OPTS to unit tests with prove
` [PATCH v6 02/13] t: import the clar unit testing framework
` [PATCH v6 03/13] t/clar: fix compatibility with NonStop
` [PATCH v6 04/13] clar: avoid compile error with mingw-w64
` [PATCH v6 05/13] clar(win32): avoid compile error due to unused `fs_copy()`
` [PATCH v6 06/13] clar: stop including `shellapi.h` unnecessarily
` [PATCH v6 07/13] Makefile: fix sparse dependency on GENERATED_H
` [PATCH v6 08/13] Makefile: make hdr-check depend on generated headers
` [PATCH v6 09/13] Makefile: do not use sparse on third-party sources
` [PATCH v6 10/13] Makefile: wire up the clar unit testing framework
` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
` [PATCH v6 12/13] t/unit-tests: convert ctype "
` [PATCH v6 13/13] clar: add CMake support
[PATCH 00/10] reftable: drop generic `reftable_table` interface
2024-08-20 12:00 UTC (6+ messages)
` [PATCH 01/10] reftable/merged: expose functions to initialize iterators
` [PATCH 03/10] reftable/merged: stop using generic tables in the merged table
[PATCH v2 00/15] reftable: drop generic `reftable_table` interface
2024-08-20 8:06 UTC (5+ messages)
` [PATCH v2 10/15] t/helper: inline `reftable_stack_print_directory()`
Representing Debian Metadata in Git
2024-08-20 7:10 UTC
[PATCH v2 0/3] git for-each-ref: is-base atom and base branches
2024-08-20 1:33 UTC (4+ messages)
` [PATCH v3 0/4] "
[PATCH v2 0/3] doc: introducing synopsis para
2024-08-19 20:08 UTC (3+ messages)
` [PATCH v3 "
[PATCH 0/2] Add additional trace2 regions for fetch and push
2024-08-19 18:26 UTC (4+ messages)
` [PATCH 1/2] fetch: add top-level trace2 regions
[RFC/PATCH] Add fetch.updateHead option
2024-08-19 17:10 UTC
[RFC/PATCH] Add fetch.updateHead option
2024-08-19 17:10 UTC
[RFC/PATCH] Add fetch.updateHead option
2024-08-19 17:06 UTC
[GSoC][PATCH] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
2024-08-19 16:55 UTC (3+ messages)
` [GSoC][PATCH v2] "
[PATCH v1 00/10] cat-file speedups
2024-08-19 15:50 UTC (6+ messages)
` [PATCH v1 05/10] cat-file: use delta_base_cache entries directly
` assert vs BUG [was: [PATCH v1 05/10] cat-file: use delta_base_cache entries directly]
[PATCH 00/10] reftable: fix reload with active iterators
2024-08-19 15:40 UTC (11+ messages)
` [PATCH 01/10] reftable/blocksource: drop malloc block source
` [PATCH 02/10] reftable/stack: inline `stack_compact_range_stats()`
` [PATCH 03/10] reftable/reader: rename `reftable_new_reader()`
` [PATCH 04/10] reftable/reader: inline `init_reader()`
` [PATCH 05/10] reftable/reader: inline `reader_close()`
` [PATCH 06/10] reftable/stack: fix broken refnames in `write_n_ref_tables()`
` [PATCH 07/10] reftable/reader: introduce refcounting
` [PATCH 08/10] reftable/reader: keep readers alive during iteration
` [PATCH 09/10] reftable/stack: reorder swapping in the reloaded stack contents
` [PATCH 10/10] reftable/stack: fix segfault when reload with reused readers fails
Hello let’s start
2024-08-19 12:15 UTC
Hello let’s start
2024-08-19 12:15 UTC
[PATCH] git gui: add directly calling merge tool from gitconfig
2024-08-19 11:29 UTC
Hello
2024-08-19 11:20 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).