git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-30 22:17:05 to 2024-10-02 22:01:21 UTC [more...]

[PATCH] Fix unused-parameter warnings with NO_ICONV
 2024-10-02 22:01 UTC  (4+ messages)

[RFC PATCH 0/1] Typed errors
 2024-10-02 21:51 UTC  (9+ messages)
` [RFC PATCH 1/1] Add a type for errors

[RFC PATCH 00/21] Modernize the build system
 2024-10-02 21:49 UTC  (26+ messages)
` [RFC PATCH 01/21] Documentation: add comparison of build systems
` [RFC PATCH 02/21] t/test-lib: fix quoting of TEST_RESULTS_SAN_FILE
` [RFC PATCH 03/21] t/lib-gitweb: test against the build version of gitweb
` [RFC PATCH 04/21] t/lib-gpg: fix setup of GNUPGHOME in MinGW
` [RFC PATCH 05/21] t3404: work around platform-specific behaviour on macOS 10.15
` [RFC PATCH 06/21] t/unit-tests: update clar unit test framework
` [RFC PATCH 07/21] t/clar: simplify how the clar derives `struct stat`
` [RFC PATCH 08/21] builtin/credential-cache: fix missing parameter for stub function
` [RFC PATCH 09/21] http: fix build error on FreeBSD
` [RFC PATCH 10/21] Makefile: extract script to generate clar declarations
` [RFC PATCH 11/21] Makefile: extract script to massage Perl scripts
` [RFC PATCH 12/21] Makefile: refactor GIT-VERSION-GEN to be reusable
` [RFC PATCH 13/21] Makefile: refactor generators to be PWD-independent
` [RFC PATCH 14/21] Makefile: use common template for GIT-BUILD-OPTIONS
` [RFC PATCH 15/21] Makefile: consistently use @PLACEHOLDER@ to substitute
` [RFC PATCH 16/21] Makefile: consistently use PERL_PATH
` [RFC PATCH 17/21] Makefile: allow "bin-wrappers/" directory to exist
` [RFC PATCH 18/21] Makefile: simplify building of templates
` [RFC PATCH 19/21] t: better support for out-of-tree builds
` [RFC PATCH 20/21] t: allow overriding build dir
` [RFC PATCH 21/21] Introduce support for the Meson build system

[PATCH v4 0/3] doc: introducing synopsis para
 2024-10-02 21:41 UTC  (6+ messages)
` [PATCH v5 "

Linking topic merges to mailing list threads
 2024-10-02 19:47 UTC  (8+ messages)
` [PATCH] Documentation: mention the amlog in howto/maintain-git.txt
  ` [PATCH v2] "

[PATCH 00/22] reftable: handle allocation errors
 2024-10-02 19:32 UTC  (61+ messages)
` [PATCH v4 00/25] "
  ` [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 v4 20/25] reftable/pq: handle allocation failures when adding entries
  ` [PATCH v4 21/25] reftable/tree: handle allocation failures
  ` [PATCH v4 22/25] reftable: handle trivial "
  ` [PATCH v4 23/25] reftable: fix calls to free(3P)
  ` [PATCH v4 24/25] reftable: introduce `REFTABLE_FREE_AND_NULL()`
  ` [PATCH v4 25/25] reftable/basics: ban standard allocator functions
` [PATCH v5 00/25] reftable: handle allocation errors
  ` [PATCH v5 01/25] reftable/error: introduce out-of-memory error code
  ` [PATCH v5 02/25] reftable/basics: merge "publicbasics" into "basics"
  ` [PATCH v5 03/25] reftable: introduce `reftable_strdup()`
  ` [PATCH v5 04/25] reftable/basics: handle allocation failures in `reftable_calloc()`
  ` [PATCH v5 05/25] reftable/basics: handle allocation failures in `parse_names()`
  ` [PATCH v5 06/25] reftable/record: handle allocation failures on copy
  ` [PATCH v5 07/25] reftable/record: handle allocation failures when decoding records
  ` [PATCH v5 08/25] reftable/writer: handle allocation failures in `writer_index_hash()`
  ` [PATCH v5 09/25] reftable/writer: handle allocation failures in `reftable_new_writer()`
  ` [PATCH v5 10/25] reftable/merged: handle allocation failures in `merged_table_init_iter()`
  ` [PATCH v5 11/25] reftable/reader: handle allocation failures for unindexed reader
  ` [PATCH v5 12/25] reftable/reader: handle allocation failures in `reader_init_iter()`
  ` [PATCH v5 13/25] reftable/stack: handle allocation failures on reload
  ` [PATCH v5 14/25] reftable/stack: handle allocation failures in `reftable_new_stack()`
  ` [PATCH v5 15/25] reftable/stack: handle allocation failures in `stack_compact_range()`
  ` [PATCH v5 16/25] reftable/stack: handle allocation failures in auto compaction
  ` [PATCH v5 17/25] reftable/iter: handle allocation failures when creating indexed table iter
  ` [PATCH v5 18/25] reftable/blocksource: handle allocation failures
  ` [PATCH v5 19/25] reftable/block: "
  ` [PATCH v5 20/25] reftable/pq: handle allocation failures when adding entries
  ` [PATCH v5 21/25] reftable/tree: handle allocation failures
  ` [PATCH v5 22/25] reftable: handle trivial "
  ` [PATCH v5 23/25] reftable: fix calls to free(3P)
  ` [PATCH v5 24/25] reftable: introduce `REFTABLE_FREE_AND_NULL()`
  ` [PATCH v5 25/25] reftable/basics: ban standard allocator functions

git rev-list --no-walk RANGE not working as documented
 2024-10-02 19:18 UTC  (3+ messages)

[PATCH] fsmonitor OSX: fix hangs for submodules
 2024-10-02 18:14 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (Oct 2024, #02; Wed, 2)
 2024-10-02 17:34 UTC 

[PATCH] add-patch: edit the hunk again
 2024-10-02 17:34 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[ANNOUNCE] Git v2.47.0-rc1
 2024-10-02 16:59 UTC 

[PATCH] line-log: protect inner strbuf from free
 2024-10-02 16:07 UTC 

[Outreachy] Intern Applicant - Proceeding to My Task
 2024-10-02 15:55 UTC  (2+ messages)

[Outreachy] Indication Of Interest To Intern At Git
 2024-10-02 15:51 UTC 

[Outreachy]
 2024-10-02 15:35 UTC  (3+ messages)

[Outreachy] Intern applicant
 2024-10-02 15:18 UTC 

[Outreachy]
 2024-10-02 14:04 UTC  (2+ messages)

[Outreachy] Potential intern
 2024-10-02 12:36 UTC  (2+ messages)

[PATCH 0/3] reftable: graceful concurrent writes
 2024-10-02 10:58 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] refs/reftable: reload locked stack when preparing transaction

[PATCH 0/2] read-cache: two small leak fixes
 2024-10-02 10:49 UTC  (11+ messages)
` [PATCH 1/2] read-cache: free threaded memory pool
` [PATCH 2/2] read-cache: free hash context in do_write_index()
` [PATCH v2] read-cache: free threaded memory pool

fsmonitor deadlock / macOS CI hangs
 2024-10-02  9:51 UTC  (4+ messages)

[PATCH] gitk: added external diff file rename detection
 2024-10-02  9:47 UTC  (3+ messages)
` [PATCH v2] "
  ` AW: "

[PATCH] fsmonitor: fix hangs by delayed fs event listening
 2024-10-02  9:47 UTC 

[Outreachy] Intern Applicant
 2024-10-02  8:12 UTC 

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-10-02  7:57 UTC  (5+ messages)
` Missing Promisor Objects in Partial Repo Design Doc
    ` [External] "

Outreachy intern Dec 2024
 2024-10-02  4:25 UTC 

[PATCH 1/4] t3430: modernize one-shot "VAR=val shell-func" invocation
 2024-10-02  3:39 UTC 

[PATCH 20/23] object-name: fix leaking commit list items
 2024-10-02  2:49 UTC 

Can a note be pushed to origin?
 2024-10-02  1:39 UTC  (3+ messages)

What's cooking in git.git (Oct 2024, #01; Tue, 1)
 2024-10-01 22:58 UTC  (3+ messages)

[PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option
 2024-10-01 22:54 UTC  (9+ messages)
` [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

[ANNOUNCE] Git Rev News edition 115
 2024-10-01 20:07 UTC 

[PATCH] unit-tests: use xstrfmt() instead of a char buffer in t-reftable-stack
 2024-10-01 19:32 UTC  (3+ messages)

[PATCH] bundle-uri: plug leak in unbundle_from_file()
 2024-10-01 19:29 UTC  (5+ messages)

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-10-01 18:47 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] Add 'promisor-remote' capability to protocol v2

[PATCH] documentation: add missing word "ref"
 2024-10-01 18:36 UTC  (2+ messages)

bug: submodule update fails to fetch
 2024-10-01 17:34 UTC  (4+ messages)
` [PATCH] submodule: correct remote name with fetch

[PATCH 0/4] Remove the_repository global for am, annotate, apply, archive builtins
 2024-10-01 17:10 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] git: pass in repo for RUN_SETUP_GENTLY
  ` [PATCH v2 3/4] apply: remove the_repository global variable

[TOPIC 07/11] New Contributors and Discord
 2024-10-01 15:23 UTC  (7+ messages)

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  (4+ messages)
` [PATCH v5 0/9] "

t0012-help on 'seen' crashes with gcc-13, passes with clang-16
 2024-10-01  0:14 UTC 

Rewriting history - email/author change on match?
 2024-09-30 22:22 UTC  (2+ messages)


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).