git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-01-12 07:24:31 to 2024-01-16 22:42:15 UTC [more...]

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-01-16 22:22 UTC 

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

Custom merge drivers: accessing the pathnames and revisions of the files being merged
 2024-01-16 21:59 UTC  (3+ messages)

[PATCH v1 0/4] maintenance: use XDG config if it exists
 2024-01-16 21:52 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] config: format newlines
  ` [PATCH v2 2/4] config: rename global config function
  ` [PATCH v2 3/4] config: factor out global config file retrieval
  ` [PATCH v2 4/4] maintenance: use XDG config if it exists

Make git ls-files omit deleted files
 2024-01-16 21:22 UTC  (5+ messages)

What's cooking in git.git (Jan 2024, #01; Tue, 2)
 2024-01-16 20:49 UTC  (9+ messages)

What's cooking in git.git (Jan 2024, #05; Tue, 16)
 2024-01-16 20:45 UTC 

[PATCH] clone: support cloning of filtered bundles
 2024-01-16 20:06 UTC  (9+ messages)

[Outreachy][PATCH v4] Port helper/test-ctype.c to unit-tests/t-ctype.c
 2024-01-16 19:52 UTC  (7+ messages)
` [Outreachy][PATCH v5] "

git-bugreport-2024-01-16-2051
 2024-01-16 19:10 UTC  (2+ messages)

[PATCH 0/2] pack-objects: enable multi-pack reuse via feature.experimental
 2024-01-16 19:03 UTC  (3+ messages)
` [PATCH 1/2] t5332-multi-pack-reuse.sh: extract pack-objects helper functions
` [PATCH 2/2] pack-objects: enable multi-pack reuse via `feature.experimental`

[PATCH] rebase: Fix documentation about used shell in -x
 2024-01-16 17:58 UTC  (4+ messages)

[PATCH 0/6] worktree: initialize refdb via ref backends
 2024-01-16 17:53 UTC  (4+ messages)
` [PATCH v2 "

Suggested clarification for .gitattributes reference documentation
 2024-01-16 17:44 UTC  (9+ messages)

[PATCH] rev-list-options: fix off-by-one in '--filter=blob:limit=<n>' explainer
 2024-01-16 16:54 UTC  (2+ messages)

[PATCH 0/4] reftable: optimize I/O patterns
 2024-01-16 16:44 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] reftable/stack: refactor reloading to use file descriptor

[PATCH] tests: move t0009-prio-queue.sh to the new unit testing framework
 2024-01-16 16:36 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/2] t7501: add tests for --include, --only and
 2024-01-16 15:56 UTC  (13+ messages)
` [PATCH v4 0/2] t7501: add tests for --include, --only, --signoff
  ` [PATCH v4 1/2] t7501: add tests for --include and --only
  ` [PATCH v4 2/2] t7501: add tests for --amend --signoff
  ` [PATCH v5 0/2] t7501: add tests for --include, --only, --signoff
    ` [PATCH v5 1/2] t7501: add tests for --include and --only
    ` [PATCH v5 2/2] t7501: add tests for --amend --signoff

[PATCH 0/9] some more chunk-file bounds-checks fixes
 2024-01-16 15:10 UTC  (6+ messages)
` [PATCH 0/7] chunk-format: introduce `pair_chunk_expect()`
  ` [PATCH 1/7] chunk-format: introduce `pair_chunk_expect()` helper

Strange behaviour when pushing a commit object to remote's refs/HEAD
 2024-01-16 15:00 UTC  (5+ messages)

[PATCH 0/3] ci: add support for macOS to GitLab CI
 2024-01-16 14:58 UTC  (5+ messages)
` [PATCH 1/3] ci: make p4 setup on macOS more robust
` [PATCH 2/3] Makefile: detect new Homebrew location for ARM-based Macs
` [PATCH 3/3] ci: add macOS jobs to GitLab CI

[PATCH v3 0/4] support remote archive from stateless transport
 2024-01-16 13:39 UTC  (18+ messages)
` [PATCH v4 0/4] support remote archive via "
  ` [PATCH v4 1/4] transport-helper: no connection restriction in connect_helper
  ` [PATCH v4 3/4] transport-helper: call do_take_over() "
  ` [PATCH v4 4/4] archive: support remote archive from stateless transport
  ` [PATCH v5 0/6] support remote archive via "
    ` [PATCH v5 1/6] transport-helper: no connection restriction in connect_helper
    ` [PATCH v5 2/6] remote-curl: supports git-upload-archive service
    ` [PATCH v5 3/6] transport-helper: protocol-v2 supports upload-archive
    ` [PATCH v5 4/6] http-backend: new rpc-service for git-upload-archive
    ` [PATCH v5 5/6] transport-helper: call do_take_over() in connect_helper
    ` [PATCH v5 6/6] transport-helper: call do_take_over() in process_connect

[Outreachy][PATCH] Port helper/test-advise.c to unit-tests/t-advise.c
 2024-01-16 11:30 UTC  (6+ messages)

[PATCH 0/3] allow disabling the automatic hint in advise_if_enabled()
 2024-01-16  4:56 UTC  (7+ messages)
` [PATCH] advice: "
  ` [PATCH v2] "

git-range-diff ignoring commit message changes
 2024-01-15 19:40 UTC 

[RFC PATCH] `log --merge` also for rebase/cherry pick/revert
 2024-01-15 17:19 UTC  (6+ messages)
` [PATCH v2 1/2] revision: ensure MERGE_HEAD is a ref in prepare_show_merge
  ` [PATCH v2 2/2] revision: Implement `git log --merge` also for rebase/cherry_pick/revert

git-request-get ?
 2024-01-15 16:24 UTC 

[RFC PATCH] `log --merge` also for rebase/cherry pick/revert
 2024-01-15 10:48 UTC  (10+ messages)

[PATCH 0/2] completion: silence pseudo-ref existence check
 2024-01-15 10:36 UTC  (16+ messages)
` [PATCH 1/2] t9902: verify that completion does not print anything
` [PATCH 2/2] completion: silence pseudoref existence check
` [PATCH v2 0/5] completion: silence pseudo-ref "
  ` [PATCH v2 1/5] completion: discover repo path in `__git_pseudoref_exists ()`
  ` [PATCH v2 2/5] t9902: verify that completion does not print anything
  ` [PATCH v2 3/5] completion: improve existence check for pseudo-refs
  ` [PATCH v2 4/5] completion: silence pseudoref existence check
  ` [PATCH v2 5/5] completion: treat dangling symrefs as existing pseudorefs

[PATCH] push: improve consistency of output when "up to date"
 2024-01-15  8:43 UTC  (6+ messages)
    ` [PATCH] messages: mark some strings with "up-to-date" not to touch

[PATCH] commit-graph: fix memory leak when not writing graph
 2024-01-15  7:08 UTC  (3+ messages)

[PATCH] bisect: add --force flag to force checkout
 2024-01-15  7:05 UTC 

[PATCH 00/10] Enrich Trailer API
 2024-01-14 20:05 UTC  (4+ messages)

[PATCH] strvec: use correct member name in comments
 2024-01-14 18:20 UTC  (7+ messages)

[PATCH 0/2] Generalize reference locking in tests
 2024-01-13 22:25 UTC  (12+ messages)
` [PATCH 1/2] t1401: generalize reference locking
` [PATCH v2 0/2] Generalize reference locking in tests
  ` [PATCH v2 2/2] t5541: remove lockfile creation

[PATCH v3 0/2] completion: refactor and support reftables backend
 2024-01-13 21:07 UTC  (3+ messages)
` [PATCH v3 1/2] completion: refactor existence checks for pseudorefs

[PATCH] diffcore-delta: avoid ignoring final 'line' of file
 2024-01-13  6:21 UTC  (5+ messages)
` [PATCH v2] "

Help: Trying to setup triangular workflow
 2024-01-13  0:45 UTC  (3+ messages)

[PATCH] add ctx menu for tags, impl "remove tag" and "copy tag name"
 2024-01-12 21:48 UTC 

[PATCH] branch: error description when deleting a not fully merged branch
 2024-01-12 21:19 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] advice: fix an unexpected leading space

help request: unable to merge UTF-16-LE "text" file
 2024-01-12 20:34 UTC 

[PATCH v2] builtin/revert.c: refactor using an enum for cmd-action
 2024-01-12 19:33 UTC  (5+ messages)
` [PATCH v3] "

[DISCUSS] Introducing Rust into the Git project
 2024-01-12 14:46 UTC  (5+ messages)

[GSoC][RFC] Replace use of atoi() with strtol_i(), as a microproject
 2024-01-12 13:04 UTC  (5+ messages)


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