messages from 2024-08-17 08:24:38 to 2024-08-20 22:10:34 UTC [more...]
[PATCH 00/20] Memory leak fixes (pt.5)
2024-08-20 22:10 UTC (25+ 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
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
[RFC] Implement ref content consistency check
2024-08-20 16:49 UTC (8+ messages)
` [PATCH v1 0/4] add ref content check for files backend
` [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 v1 3/4] ref: add symbolic "
` [PATCH v1 4/4] ref: add symlink ref consistency "
[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
2024-08-20 15:58 UTC (30+ messages)
` [PATCH v3 "
` [PATCH v3 6/7] builtin/maintenance: add a `--detach` flag
` [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 v2 0/8] git-prompt: support more shells v2
2024-08-20 15:47 UTC (25+ messages)
` [PATCH v3 0/8] git-prompt: support more shells v3
` [PATCH v3 1/8] git-prompt: use here-doc instead of here-string
` [PATCH v3 2/8] git-prompt: fix uninitialized variable
` [PATCH v3 3/8] git-prompt: don't use shell arrays
` [PATCH v3 4/8] git-prompt: replace [[...]] with standard code
` [PATCH v3 5/8] git-prompt: add some missing quotes
` [PATCH v3 6/8] git-prompt: don't use shell $'...'
` [PATCH v3 7/8] git-prompt: ta-da! document usage in other shells
` [PATCH v3 8/8] git-prompt: support custom 0-width PS1 markers
` [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
[GSoC][PATCH v2] t: migrate t0110-urlmatch-normalization to the new framework
2024-08-20 15:24 UTC (5+ messages)
` [GSoC][PATCH v3] "
` [GSoC][PATCH v4] "
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 (32+ 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] send-email: add --mailmap support
2024-08-20 0:07 UTC (4+ 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] rebase -x: don't print "Executing:" msgs with --quiet
2024-08-19 20:17 UTC (7+ messages)
` [PATCH v2] "
[PATCH v2 0/3] doc: introducing synopsis para
2024-08-19 20:08 UTC (3+ messages)
` [PATCH v3 "
[PATCH] doc: add --show-names for git config
2024-08-19 19:22 UTC (5+ messages)
` [PATCH v2] "
[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
[PATCH] docs: explain the order of output in cat-file batch operations
2024-08-19 12:26 UTC
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
Regression bug with latest SAFE ownership patch
2024-08-18 17:30 UTC (3+ messages)
[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
2024-08-18 1:37 UTC (12+ messages)
` [PATCH v2 0/5] "
Hi
2024-08-17 21:27 UTC
[PATCH 0/15] marking some more unused parameters
2024-08-17 17:18 UTC (9+ messages)
` [PATCH 10/15] reftable: mark unused parameters in virtual functions
` [PATCH 11/15] t-hashmap: mark unused parameters in callback function
` [PATCH 12/15] test-mergesort: mark unused parameters in trivial callback
` [PATCH 13/15] setup: mark unused parameter in config callback
` [PATCH 14/15] daemon: mark unused parameters in non-posix fallbacks
` [PATCH 15/15] scalar: mark unused parameters in dummy function
[PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
2024-08-17 16:42 UTC (11+ messages)
` [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
` [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
` [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits
` [PATCH 8/8] pseudo-merge.c: ensure pseudo-merge groups are closed
git push does not work over https WebDAV
2024-08-17 15:18 UTC (5+ messages)
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).