messages from 2024-09-27 20:10:49 to 2024-10-01 09:42:46 UTC [more...]
[PATCH 00/22] reftable: handle allocation errors
2024-10-01 9:42 UTC (49+ messages)
` [PATCH v3 00/22] refatble: "
` [PATCH v3 01/22] reftable/error: introduce out-of-memory error code
` [PATCH v3 02/22] reftable/basics: merge "publicbasics" into "basics"
` [PATCH v3 03/22] reftable: introduce `reftable_strdup()`
` [PATCH v3 04/22] reftable/basics: handle allocation failures in `reftable_calloc()`
` [PATCH v3 05/22] reftable/basics: handle allocation failures in `parse_names()`
` [PATCH v3 06/22] reftable/record: handle allocation failures on copy
` [PATCH v3 07/22] reftable/record: handle allocation failures when decoding records
` [PATCH v3 08/22] reftable/writer: handle allocation failures in `writer_index_hash()`
` [PATCH v3 09/22] reftable/writer: handle allocation failures in `reftable_new_writer()`
` [PATCH v3 10/22] reftable/merged: handle allocation failures in `merged_table_init_iter()`
` [PATCH v3 11/22] reftable/reader: handle allocation failures for unindexed reader
` [PATCH v3 12/22] reftable/reader: handle allocation failures in `reader_init_iter()`
` [PATCH v3 13/22] reftable/stack: handle allocation failures on reload
` [PATCH v3 14/22] reftable/stack: handle allocation failures in `reftable_new_stack()`
` [PATCH v3 15/22] reftable/stack: handle allocation failures in `stack_compact_range()`
` [PATCH v3 16/22] reftable/stack: handle allocation failures in auto compaction
` [PATCH v3 17/22] reftable/iter: handle allocation failures when creating indexed table iter
` [PATCH v3 18/22] reftable/blocksource: handle allocation failures
` [PATCH v3 19/22] reftable/block: "
` [PATCH v3 20/22] reftable/pq: handle allocation failures when adding entries
` [PATCH v3 21/22] reftable/tree: handle allocation failures
` [PATCH v3 22/22] reftable: handle trivial "
` [PATCH v4 00/25] reftable: handle allocation errors
` [PATCH v4 01/25] reftable/error: introduce out-of-memory error code
` [PATCH v4 02/25] reftable/basics: merge "publicbasics" into "basics"
` [PATCH v4 03/25] reftable: introduce `reftable_strdup()`
` [PATCH v4 04/25] reftable/basics: handle allocation failures in `reftable_calloc()`
` [PATCH v4 05/25] reftable/basics: handle allocation failures in `parse_names()`
` [PATCH v4 06/25] reftable/record: handle allocation failures on copy
` [PATCH v4 07/25] reftable/record: handle allocation failures when decoding records
` [PATCH v4 08/25] reftable/writer: handle allocation failures in `writer_index_hash()`
` [PATCH v4 09/25] reftable/writer: handle allocation failures in `reftable_new_writer()`
` [PATCH v4 10/25] reftable/merged: handle allocation failures in `merged_table_init_iter()`
` [PATCH v4 11/25] reftable/reader: handle allocation failures for unindexed reader
` [PATCH v4 12/25] reftable/reader: handle allocation failures in `reader_init_iter()`
` [PATCH v4 13/25] reftable/stack: handle allocation failures on reload
` [PATCH v4 14/25] reftable/stack: handle allocation failures in `reftable_new_stack()`
` [PATCH v4 15/25] reftable/stack: handle allocation failures in `stack_compact_range()`
` [PATCH v4 16/25] reftable/stack: handle allocation failures in auto compaction
` [PATCH v4 17/25] reftable/iter: handle allocation failures when creating indexed table iter
` [PATCH v4 18/25] reftable/blocksource: handle allocation failures
` [PATCH v4 19/25] reftable/block: "
[PATCH 0/3] reftable: graceful concurrent writes
2024-10-01 7:34 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 3/3] refs/reftable: reload locked stack when preparing transaction
bug: submodule update fails to fetch
2024-10-01 7:24 UTC (2+ messages)
` [PATCH] submodule: correct remote name with fetch
[PATCH] fsmonitor OSX: fix hangs for submodules
2024-10-01 5:09 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/4] Remove the_repository global for am, annotate, apply, archive builtins
2024-10-01 4:58 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] git: pass in repo for RUN_SETUP_GENTLY
` [PATCH v2 2/4] annotate: remove usage of the_repository global
` [PATCH v2 3/4] apply: remove the_repository global variable
` [PATCH v2 4/4] archive: "
git commit hangs when run concurrently on macos
2024-10-01 4:29 UTC (2+ messages)
[PATCH v4 0/5] add ref content check for files backend
2024-10-01 3:40 UTC (13+ messages)
` [PATCH v5 0/9] "
` [PATCH v5 1/9] ref: initialize "fsck_ref_report" with zero
` [PATCH v5 2/9] builtin/refs: support multiple worktrees check for refs
` [PATCH v5 3/9] ref: port git-fsck(1) regular refs check for files backend
` [PATCH v5 4/9] ref: add more strict checks for regular refs
` [PATCH v5 5/9] ref: add basic symref content check for files backend
` [PATCH v5 6/9] ref: add escape check for the referent of symref
` [PATCH v5 7/9] ref: enhance escape situation for worktrees
` [PATCH v5 8/9] t0602: add ref content checks "
` [PATCH v5 9/9] ref: add symlink ref content check for files backend
t0012-help on 'seen' crashes with gcc-13, passes with clang-16
2024-10-01 0:14 UTC
[RFC PATCH 0/1] Typed errors
2024-09-30 23:35 UTC (4+ messages)
` [RFC PATCH 1/1] Add a type for errors
[RFC PATCH v2 1/2] fetch: set-head with --set-head option
2024-09-30 22:19 UTC (14+ messages)
` [PATCH v3 0/2] fetch: set remote/HEAD if missing
` [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option
` [PATCH v4 0/5] improve handling of remote/HEAD
` [PATCH v4 1/5] refs_update_symref: atomically record overwritten ref
` [PATCH v4 2/5] set-head: better output for --auto
` [PATCH v4 3/5] transaction: add TRANSACTION_CREATE_EXISTS error
` [PATCH v4 4/5] refs_update_symref: add create_only option
` [PATCH v4 5/5] fetch: set remote/HEAD if it does not exist
[PATCH 0/4] Introduce a "promisor-remote" capability
2024-09-30 22:27 UTC (18+ messages)
` [PATCH v2 "
` [PATCH v2 3/4] Add 'promisor-remote' capability to protocol v2
` [PATCH v2 4/4] promisor-remote: check advertised name or URL
Rewriting history - email/author change on match?
2024-09-30 22:22 UTC (2+ messages)
Linking topic merges to mailing list threads
2024-09-30 21:54 UTC (7+ messages)
` [PATCH] Documentation: mention the amlog in howto/maintain-git.txt
[PATCH 00/23] Memory leak fixes (pt.8)
2024-09-30 21:27 UTC (29+ messages)
` [PATCH 01/23] builtin/annotate: fix leaking args vector
` [PATCH 02/23] read-cache: fix leaking hash context in `do_write_index()`
` [PATCH 03/23] scalar: fix leaking repositories
` [PATCH 04/23] shell: fix leaking strings
` [PATCH 05/23] wt-status: fix leaking buffer with sparse directories
` [PATCH 06/23] submodule: fix leaking submodule entry list
` [PATCH 07/23] builtin/stash: fix leaking `pathspec_from_file`
` [PATCH 08/23] builtin/pack-redundant: fix various memory leaks
` [PATCH 09/23] builtin/clone: fix leaking repo state when cloning with bundle URIs
` [PATCH 10/23] t/helper: fix leaking repository in partial-clone helper
` [PATCH 11/23] builtin/revert: fix leaking `gpg_sign` and `strategy` config
` [PATCH 12/23] diff: improve lifecycle management of diff queues
` [PATCH 13/23] line-log: fix several memory leaks
` [PATCH 14/23] pseudo-merge: fix various "
` [PATCH 15/23] pseudo-merge: fix leaking strmap keys
` [PATCH 16/23] pack-bitmap-write: fix leaking OID array
` [PATCH 17/23] midx-write: fix leaking buffer
` [PATCH 18/23] revision: fix memory leaks when rewriting parents
` [PATCH 19/23] revision: fix leaking saved parents
` [PATCH 20/23] pack-write: fix return parameter of `write_rev_file_order()`
` [PATCH 21/23] t/helper: fix leaks in proc-receive helper
` [PATCH 22/23] remote: fix leaking push reports
` [PATCH 23/23] builtin/send-pack: fix leaking list of push options
With big repos and slower connections, git clone can be hard to work with
2024-09-30 21:01 UTC (2+ messages)
[PATCH 0/4] deprecating core.preferSymlinkRefs
2024-09-30 20:13 UTC (8+ messages)
` [PATCH 1/4] refs: deprecate core.preferSymlinkRefs
` [PATCH 2/4] refs: mostly remove core.preferSymlinkRefs
fsmonitor deadlock / macOS CI hangs
2024-09-30 19:46 UTC
[GSoC][PATCH] unit-tests: add tests for oidset.h
2024-09-30 18:48 UTC (7+ messages)
[PATCH] unicode: update the width tables to Unicode 16
2024-09-30 18:12 UTC (5+ messages)
[PATCH] cmake: generalize the handling of the `UNIT_TEST_OBJS` list
2024-09-30 18:06 UTC (4+ messages)
How dangerous is --committer-date-is-author-date these days?
2024-09-30 17:08 UTC (5+ messages)
./configure fails to link test program due to missing dependencies
2024-09-30 16:31 UTC (18+ messages)
git-scm.com is now a static website
2024-09-30 16:11 UTC (5+ messages)
Push to GitHub HTTP repo fails (>v2.45.2)
2024-09-30 16:06 UTC (4+ messages)
` AW: "
[PATCH 0/2] read-cache: two small leak fixes
2024-09-30 12:32 UTC (5+ messages)
` [PATCH 1/2] read-cache: free threaded memory pool
` [PATCH 2/2] read-cache: free hash context in do_write_index()
What's cooking in git.git (Sep 2024, #12; Sun, 29)
2024-09-30 10:57 UTC
Bug in git-gui
2024-09-29 18:35 UTC (4+ messages)
[PATCH] documentation: add missing word "ref"
2024-09-29 15:17 UTC
Draft of Git Rev News edition 115
2024-09-29 10:36 UTC
[PATCH 05/22] reftable/basics: handle allocation failures in `parse_names()`
2024-09-29 7:00 UTC
[PATCH v2 05/22] reftable/basics: handle allocation failures in `parse_names()`
2024-09-29 6:53 UTC
[PATCH] send-email: document --mailmap and associated configuration
2024-09-29 6:51 UTC
[PATCH] send-email: document --mailmap and associated configuration
2024-09-29 6:51 UTC
[ANNOUNCE] Git v2.47.0-rc0
2024-09-29 6:50 UTC
[GSoC][PATCH] unit-tests: add tests for oidset.h
2024-09-29 6:49 UTC
[GSoC][PATCH] unit-tests: add tests for oidset.h
2024-09-29 6:49 UTC
[PATCH 6/5] git-rerere: document the 'clear' and 'diff' commands
2024-09-29 3:34 UTC
[PATCH] git-diff: Introduce --index and deprecate --cached
2024-09-29 3:29 UTC
[PATCH] add-patch: edit the hunk again
2024-09-28 14:30 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
Can a note be pushed to origin?
2024-09-28 9:52 UTC (4+ messages)
[PATCH] builtin/clone: teach git-clone(1) the --ref= argument
2024-09-27 20:10 UTC (4+ 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).