git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-01-30 02:59:48 to 2024-02-01 19:16:10 UTC [more...]

[PATCH 00/10] Enrich Trailer API
 2024-02-01 19:14 UTC  (34+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/10] trailer: unify trailer formatting machinery
  ` [PATCH v3 00/10] Enrich Trailer API
    ` [PATCH v3 01/10] trailer: prepare to expose functions as part of API
    ` [PATCH v3 02/10] trailer: move interpret_trailers() to interpret-trailers.c
    ` [PATCH v3 03/10] trailer: unify trailer formatting machinery
    ` [PATCH v3 04/10] sequencer: use the trailer iterator
    ` [PATCH v3 05/10] trailer: make trailer_info struct private
    ` [PATCH v3 06/10] trailer: spread usage of "trailer_block" language
    ` [PATCH v3 07/10] trailer: prepare to move parse_trailers_from_command_line_args() to builtin
    ` [PATCH v3 08/10] trailer: move arg handling to interpret-trailers.c
    ` [PATCH v3 09/10] trailer: delete obsolete argument handling code from API
    ` [PATCH v3 10/10] trailer: introduce "template" term for readability

Migrate away from vger to GitHub or (on-premise) GitLab?
 2024-02-01 19:00 UTC  (14+ messages)

[PATCH 0/7] reftable: improve ref iteration performance
 2024-02-01 17:29 UTC  (10+ messages)
` [PATCH 1/7] reftable/record: introduce function to compare records by key
` [PATCH 2/7] reftable/merged: allocation-less dropping of shadowed records
` [PATCH 3/7] reftable/merged: skip comparison for records of the same subiter
` [PATCH 4/7] reftable/pq: allocation-less comparison of entry keys
` [PATCH 5/7] reftable/block: swap buffers instead of copying
` [PATCH 6/7] reftable/record: don't try to reallocate ref record name
` [PATCH 7/7] reftable/reader: add comments to `table_iter_next()`

[PATCH 0/3] rev-list: allow missing tips with --missing
 2024-02-01 16:49 UTC  (6+ messages)
` [PATCH 1/3] revision: clarify a 'return NULL' in get_reference()
` [PATCH 2/3] t6022: fix 'even though' typo in comment
` [PATCH 3/3] rev-list: add --allow-missing-tips to be used with --missing=

[PATCH 0/9] reftable: code style improvements
 2024-02-01 16:30 UTC  (26+ messages)
` [PATCH 1/9] reftable: introduce macros to grow arrays
` [PATCH 2/9] reftable: introduce macros to allocate arrays
` [PATCH 3/9] reftable/stack: fix parameter validation when compacting range
` [PATCH 4/9] reftable/stack: index segments with `size_t`
` [PATCH 5/9] reftable/stack: use `size_t` to track stack slices during compaction
` [PATCH 6/9] reftable/stack: use `size_t` to track stack length
` [PATCH 7/9] reftable/merged: refactor seeking of records
` [PATCH 8/9] reftable/merged: refactor initialization of iterators
` [PATCH 9/9] reftable/record: improve semantics when initializing records
` [PATCH v2 0/9] reftable: code style improvements
  ` [PATCH v2 1/9] reftable: introduce macros to grow arrays
  ` [PATCH v2 2/9] reftable: introduce macros to allocate arrays
  ` [PATCH v2 3/9] reftable/stack: fix parameter validation when compacting range
  ` [PATCH v2 4/9] reftable/stack: index segments with `size_t`
  ` [PATCH v2 5/9] reftable/stack: use `size_t` to track stack slices during compaction
  ` [PATCH v2 6/9] reftable/stack: use `size_t` to track stack length
  ` [PATCH v2 7/9] reftable/merged: refactor seeking of records
  ` [PATCH v2 8/9] reftable/merged: refactor initialization of iterators
  ` [PATCH v2 9/9] reftable/record: improve semantics when initializing records

[PATCH v3 0/2] index-pack: fsck honor checks
 2024-02-01 16:44 UTC  (4+ messages)

[PATCH 0/2] refs: introduce reftable backend
 2024-02-01 15:17 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ci: add jobs to test with the "

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-02-01 14:02 UTC  (12+ messages)
` [PATCH 2/4] docs: Clean up `--empty` formatting in `git-rebase` and `git-am`
` [PATCH 3/4] rebase: Update `--empty=ask` to `--empty=drop`

[PATCH 0/2] some unit-test Makefile polishing
 2024-02-01 10:50 UTC  (18+ messages)
` [PATCH 1/2] Makefile: use order-only prereq for UNIT_TEST_BIN
` [PATCH 2/2] t/Makefile: get UNIT_TESTS list from C sources
` [PATCH v2 0/3] some unit-test Makefile polishing
  ` [PATCH v2 1/3] Makefile: use mkdir_p_parent_template for UNIT_TEST_BIN
  ` [PATCH v2 2/3] Makefile: remove UNIT_TEST_BIN directory with "make clean"
  ` [PATCH v2 3/3] t/Makefile: get UNIT_TESTS list from C sources

[PATCH v3 0/5] completion: improvements for git-bisect
 2024-02-01  9:55 UTC  (12+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] completion: bisect: complete bad, new, old, and help subcommands
  ` [PATCH v4 2/8] completion: bisect: complete custom terms and related options
  ` [PATCH v4 5/8] completion: log: use __git_complete_log_opts
  ` [PATCH v4 8/8] completion: add tests for git-bisect

Git in GSoC 2024
 2024-02-01  9:38 UTC  (8+ messages)

[PATCH 0/5] reftable: fix writing multi-level indices
 2024-02-01  8:39 UTC  (12+ messages)
` [PATCH 3/5] reftable/writer: simplify writing index records
` [PATCH v2 0/5] reftable: fix writing multi-level indices
  ` [PATCH v2 1/5] reftable/reader: be more careful about errors in indexed seeks
  ` [PATCH v2 2/5] reftable/writer: use correct type to iterate through index entries
  ` [PATCH v2 3/5] reftable/writer: simplify writing index records
  ` [PATCH v2 4/5] reftable/writer: fix writing multi-level indices
  ` [PATCH v2 5/5] reftable: document reading and writing indices

[PATCH v3 0/2] index-pack: fsck honor checks
 2024-02-01  1:38 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] index-pack: test and document --strict=<msg-id>=<severity>
  ` [PATCH v4 2/2] index-pack: --fsck-objects to take an optional argument for fsck msgs

[PATCH 0/2] CC_LD_DYNPATH improvements
 2024-01-31 22:59 UTC  (4+ messages)
` [PATCH 1/2] Makefile: reduce repetitive library paths
` [PATCH 2/2] Makefile: simplify output of the libpath_template

[PATCH] ci: update FreeBSD cirrus job
 2024-01-31 22:57 UTC  (3+ messages)

[PATCH v6 00/16] bloom: changed-path Bloom filters v2 (& sundries)
 2024-01-31 22:53 UTC  (17+ messages)
` [PATCH v6 01/16] t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()`
` [PATCH v6 02/16] revision.c: consult Bloom filters for root commits
` [PATCH v6 03/16] commit-graph: ensure Bloom filters are read with consistent settings
` [PATCH v6 04/16] gitformat-commit-graph: describe version 2 of BDAT
` [PATCH v6 05/16] t/helper/test-read-graph.c: extract `dump_graph_info()`
` [PATCH v6 06/16] bloom.h: make `load_bloom_filter_from_graph()` public
` [PATCH v6 07/16] t/helper/test-read-graph: implement `bloom-filters` mode
` [PATCH v6 08/16] t4216: test changed path filters with high bit paths
` [PATCH v6 09/16] repo-settings: introduce commitgraph.changedPathsVersion
` [PATCH v6 10/16] bloom: annotate filters with hash version
` [PATCH v6 11/16] bloom: prepare to discard incompatible Bloom filters
` [PATCH v6 12/16] commit-graph: unconditionally load "
` [PATCH v6 13/16] commit-graph: new Bloom filter version that fixes murmur3
` [PATCH v6 14/16] object.h: fix mis-aligned flag bits table
` [PATCH v6 15/16] commit-graph: reuse existing Bloom filters where possible
` [PATCH v6 16/16] bloom: introduce `deinit_bloom_filters()`

FreeBSD CI suspended on git/git and gitgitgadget/git
 2024-01-31 20:24 UTC  (3+ messages)

[PATCH] merge-tree: accept 3 trees as arguments
 2024-01-31 18:14 UTC  (9+ messages)

[PATCH] This PR enables a successful git build on z/OS
 2024-01-31 17:58 UTC  (4+ messages)

what should "git clean -n -f [-d] [-x] <pattern>" do?
 2024-01-31 13:04 UTC  (20+ messages)

[PATCH] reftable/stack: fsync "tables.list" during compaction
 2024-01-31  5:46 UTC  (3+ messages)

git checkout -B <branch> lets you checkout a branch that is already checked out in another worktree Inbox
 2024-01-30 22:30 UTC  (12+ messages)
    ` [PATCH 2/2] checkout: forbid "-B <branch>" from touching a branch used elsewhere

Draft of Git Rev News edition 107
 2024-01-30 22:29 UTC 

[PATCH] t0091: allow test in a repository without tags
 2024-01-30 21:46 UTC  (3+ messages)

[PATCH] win32: special-case `ENOSPC` when writing to a pipe
 2024-01-30 21:36 UTC 

[PATCH 0/4] mark tests as leak-free
 2024-01-30 20:00 UTC  (10+ messages)
` [PATCH 1/4] t0080: mark "

[RFH] disable bogus .maybe_tree suggestion by Coccinelle?
 2024-01-30 18:08 UTC 

[PATCH 0/2] reftable: adjust permissions of compacted tables
 2024-01-30 16:56 UTC  (3+ messages)
` [PATCH v3] reftable/stack: "

[GSOC][RFC PATCH 0/2] add-patch: compare object id
 2024-01-30 16:42 UTC  (7+ messages)
` [RFC PATCH 1/2] add-patch: compare object id instead of literal string

Git segfaults with diff.external and comparing files with different permissions
 2024-01-30 16:29 UTC  (5+ messages)
` [PATCH] diff: handle NULL meta-info when spawning external diff

[PATCH] gitk: add "Hightlight commit name" menu entry
 2024-01-30  8:53 UTC 

[PATCH 0/3] Comment style fixes
 2024-01-30  6:10 UTC  (2+ messages)

[PATCH v4 0/2] Replace atoi() with strtol_i_updated()
 2024-01-30  4:40 UTC  (4+ messages)
` [PATCH v5 0/2] Replace atoi() with strtoi_with_tail()
  ` [PATCH v5 1/2] git-compat-util: add strtoi_with_tail()

Multiple indices / staging areas
 2024-01-30  3:47 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).