git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-21 12:42:44 to 2024-08-25 10:17:40 UTC [more...]

[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-08-25 10:17 UTC  (2+ messages)
` [PATCH 1/5] apply: introduce `ignore_ws_default`

[GSoC][PATCH] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
 2024-08-25  6:38 UTC  (6+ messages)
` [GSoC][PATCH v2] "
  ` [GSoC][PATCH v3] "

[GSoC][PATCH] unit-tests: add tests for oidset.h
 2024-08-24 17:20 UTC 

[PATCH] git gui: add directly calling merge tool from gitconfig
 2024-08-24 13:38 UTC  (2+ messages)

[PATCH] remote: plug memory leaks at early returns
 2024-08-24  8:06 UTC  (3+ messages)

[PATCH v1 00/10] cat-file speedups
 2024-08-23 22:46 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] packfile: move sizep computation
  ` [PATCH v2 02/10] packfile: allow content-limit for cat-file
  ` [PATCH v2 03/10] packfile: fix off-by-one in content_limit comparison
  ` [PATCH v2 04/10] packfile: inline cache_or_unpack_entry
  ` [PATCH v2 05/10] cat-file: use delta_base_cache entries directly
  ` [PATCH v2 06/10] packfile: packed_object_info avoids packed_to_object_type
  ` [PATCH v2 07/10] object_info: content_limit only applies to blobs
  ` [PATCH v2 08/10] cat-file: batch-command uses content_limit
  ` [PATCH v2 09/10] cat-file: batch_write: use size_t for length
  ` [PATCH v2 10/10] cat-file: use writev(2) if available

What's cooking in git.git (Aug 2024, #09; Fri, 23)
 2024-08-23 18:13 UTC 

[PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
 2024-08-23 16:57 UTC  (3+ messages)

[PATCH 00/10] reftable: fix reload with active iterators
 2024-08-23 16:49 UTC  (32+ messages)
` [PATCH 02/10] reftable/stack: inline `stack_compact_range_stats()`
` [PATCH 03/10] reftable/reader: rename `reftable_new_reader()`
` [PATCH 07/10] reftable/reader: introduce refcounting
` [PATCH 08/10] reftable/reader: keep readers alive during iteration
` [PATCH v2 00/10] reftable: fix reload with active iterators
  ` [PATCH v2 01/10] reftable/blocksource: drop malloc block source
  ` [PATCH v2 02/10] reftable/stack: inline `stack_compact_range_stats()`
  ` [PATCH v2 03/10] reftable/reader: rename `reftable_new_reader()`
  ` [PATCH v2 04/10] reftable/reader: inline `init_reader()`
  ` [PATCH v2 05/10] reftable/reader: inline `reader_close()`
  ` [PATCH v2 06/10] reftable/stack: fix broken refnames in `write_n_ref_tables()`
  ` [PATCH v2 07/10] reftable/reader: introduce refcounting
  ` [PATCH v2 08/10] reftable/reader: keep readers alive during iteration
  ` [PATCH v2 09/10] reftable/stack: reorder swapping in the reloaded stack contents
  ` [PATCH v2 10/10] reftable/stack: fix segfault when reload with reused readers fails

[PATCH v2] doc: replace 3 dash with correct 2 dash in git-config(1)
 2024-08-23 13:12 UTC  (2+ messages)

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-08-23 12:43 UTC  (11+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
    ` [External] "
` [WIP v2 0/4] revision: fix reachable objects being gc'ed in no blob clone repo
  ` [WIP v2 1/4] packfile: split promisor objects oidset into two
  ` [WIP v2 2/4] revision: add exclude-promisor-pack-objects option
  ` [WIP v2 3/4] revision: don't mark commit as UNINTERESTING if --exclude-promisor-objects is set
  ` [WIP v2 4/4] repack: use new exclude promisor pack objects option

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-23 12:16 UTC  (5+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 2/9] t: import the clar unit "

[GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework
 2024-08-23 11:48 UTC  (8+ messages)
` [GSoC][PATCH v2 "
  ` [PATCH v2 1/6] t: move "
  ` [PATCH v2 2/6] t: harmonize t-reftable-stack.c with coding guidelines
  ` [PATCH v2 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
  ` [PATCH v2 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
  ` [PATCH v2 5/6] t-reftable-stack: add test for non-default compaction factor
  ` [PATCH v2 6/6] t-reftable-stack: add test for stack iterators

[PATCH v1 0/4] add ref content check for files backend
 2024-08-23 11:37 UTC  (19+ 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 v1 3/4] ref: add symbolic "

[PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
 2024-08-23  8:21 UTC  (5+ messages)

Representing Debian Metadata in Git
 2024-08-23  2:20 UTC  (6+ messages)

[PATCH 0/2] Add additional trace2 regions for fetch and push
 2024-08-22 22:10 UTC  (10+ messages)
` [PATCH 2/2] send-pack: add new tracing regions for push
` [PATCH v2 0/3] Add additional trace2 regions for fetch and push
  ` [PATCH v2 1/3] trace2: implement trace2_printf() for event target
  ` [PATCH v2 2/3] fetch: add top-level trace2 regions
  ` [PATCH v2 3/3] send-pack: add new tracing regions for push

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-08-22 21:24 UTC  (2+ messages)

[PATCH] docs: explain the order of output in the batched mode of git-cat-file(1)
 2024-08-22 19:50 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

git diff --word-diff misbehaving over paragraph breaks?
 2024-08-22 19:00 UTC 

[PATCH 00/20] Memory leak fixes (pt.5)
 2024-08-22 19:01 UTC  (43+ messages)
` [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
` [PATCH 08/20] midx-write: fix leaking hashfile on error cases
` [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 19/20] transport: fix leaking arguments when fetching from bundle
` [PATCH v2 00/20] Memory leak fixes (pt.5)
  ` [PATCH v2 01/20] mailinfo: fix leaking header data
  ` [PATCH v2 02/20] convert: fix leaks when resetting attributes
  ` [PATCH v2 03/20] pretty: fix memory leaks when parsing pretty formats
  ` [PATCH v2 04/20] pretty: fix leaking key/value separator buffer
  ` [PATCH v2 05/20] builtin/merge-tree: fix leaking `-X` strategy options
  ` [PATCH v2 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
  ` [PATCH v2 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
  ` [PATCH v2 08/20] midx-write: fix leaking hashfile on error cases
  ` [PATCH v2 09/20] builtin/repack: fix leaks when computing packs to repack
  ` [PATCH v2 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
  ` [PATCH v2 11/20] transport: fix leaking OID arrays in git:// transport data
  ` [PATCH v2 12/20] builtin/send-pack: fix leaking refspecs
  ` [PATCH v2 13/20] sideband: fix leaks when configuring sideband colors
  ` [PATCH v2 14/20] builtin/fetch-pack: fix leaking refs
  ` [PATCH v2 15/20] remote: fix leaking config strings
  ` [PATCH v2 16/20] remote: fix leaks when matching refspecs
  ` [PATCH v2 17/20] remote: fix leaking peer ref when expanding refmap
  ` [PATCH v2 18/20] builtin/fetch: fix leaking transaction with `--atomic`
  ` [PATCH v2 19/20] transport: fix leaking arguments when fetching from bundle
  ` [PATCH v2 20/20] transport: fix leaking negotiation tips

[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
 2024-08-22 18:01 UTC  (10+ 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 10/11] t-reftable-block: add tests for obj blocks
    ` [PATCH v3 11/11] t-reftable-block: add tests for index blocks

[PATCH v3 7/7] run-command: fix detaching when running auto maintenance
 2024-08-22 17:22 UTC  (8+ messages)
` [PATCH 0/3] Fixups for git-maintenance(1) tests
  ` [PATCH 2/3] t7900: exercise detaching via trace2 regions

[PATCH v2 00/15] reftable: drop generic `reftable_table` interface
 2024-08-22 17:11 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/15] reftable/merged: expose functions to initialize iterators
  ` [PATCH v3 02/15] reftable/merged: rename `reftable_new_merged_table()`
  ` [PATCH v3 03/15] reftable/merged: stop using generic tables in the merged table
  ` [PATCH v3 04/15] reftable/stack: open-code reading refs
  ` [PATCH v3 05/15] reftable/iter: drop double-checking logic
  ` [PATCH v3 06/15] reftable/generic: move generic iterator code into iterator interface
  ` [PATCH v3 07/15] reftable/dump: drop unused `compact_stack()`
  ` [PATCH v3 08/15] t/helper: inline `reftable_dump_main()`
  ` [PATCH v3 09/15] t/helper: inline `reftable_reader_print_file()`
  ` [PATCH v3 10/15] t/helper: inline `reftable_stack_print_directory()`
  ` [PATCH v3 11/15] t/helper: inline `reftable_table_print()`
  ` [PATCH v3 12/15] t/helper: inline printing of reftable records
  ` [PATCH v3 13/15] t/helper: use `hash_to_hex_algop()` to print hashes
  ` [PATCH v3 14/15] t/helper: refactor to not use `struct reftable_table`
  ` [PATCH v3 15/15] reftable/generic: drop interface

[PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
 2024-08-22 16:25 UTC  (8+ messages)

[PATCH] diff-index: integrate with the sparse index
 2024-08-22 16:03 UTC 

Wrong error message when cloning from http gitlab (and everything still works anyway)
 2024-08-22 15:40 UTC  (2+ messages)

builtin/config: --name-only doesn't imply --show-names in "git config get"
 2024-08-22 14:54 UTC  (6+ messages)

[PATCH v2 5/5] cgit: add higher-level cgit crate
 2024-08-22 13:24 UTC  (5+ messages)

[PATCH] gitk: added external diff file rename detection
 2024-08-22  9:27 UTC 

[PATCH] mailinfo: we parse fixed headers
 2024-08-22  8:24 UTC  (2+ messages)

[PATCH] fetch: use bundle URIs when having creationToken heuristic
 2024-08-22  7:12 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "

What's cooking in git.git (Aug 2024, #08; Wed, 21)
 2024-08-21 23:21 UTC 

[PATCH v2 0/3] doc: introducing synopsis para
 2024-08-21 21:05 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] builtin/stash: test push with new file added and removed
 2024-08-21 19:09 UTC 

[PATCH v2 0/3] send-email: add --mailmap support
 2024-08-21 19:09 UTC  (8+ messages)
` [PATCH v2 1/3] check-mailmap: accept "user@host" contacts

"git stash push" behaves weirdly when files is added in index and removed (and the other way around)
 2024-08-21 19:09 UTC 

[PATCH v2 0/9] here-doc test bodies (now with 100% more chainlinting)
 2024-08-21 17:02 UTC  (5+ messages)
` [PATCH v2 5/9] chainlint.pl: check line numbers in expected output

[GSoC][PATCH v3] t: migrate t0110-urlmatch-normalization to the new framework
 2024-08-21 16:08 UTC  (4+ messages)
` [GSoC][PATCH v4] "

[PATCH] doc: add --show-names for git config
 2024-08-21 16:02 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v2] rebase -x: don't print "Executing:" msgs with --quiet
 2024-08-21 16:00 UTC  (3+ messages)
` [PATCH v3] rebase --exec: respect --quiet


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