public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-19 06:25:44 to 2026-02-21 02:28:44 UTC [more...]

[RFC] send-email: UTF-8 encoding in subject line
 2026-02-21  2:28 UTC  (2+ messages)

What's cooking in git.git (Feb 2026, #07)
 2026-02-21  1:20 UTC 

[RFC PATCH] format-patch: better commit list for cover letter
 2026-02-21  0:51 UTC  (3+ messages)
` [RFC PATCH v2] "

[PATCH 0/5] gitweb: fix broken mobile layouts across views
 2026-02-21  0:17 UTC  (4+ messages)
` [PATCH v2 "

(no subject)
 2026-02-20 23:55 UTC 

[PATCH 0/4] Specify hooks via configs
 2026-02-20 23:29 UTC  (28+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] hook: add internal state alloc/free callbacks
  ` [PATCH v2 2/8] hook: run a list of hooks to prepare for multihook support
  ` [PATCH v2 3/8] hook: add "git hook list" command
  ` [PATCH v2 4/8] hook: include hooks from the config
  ` [PATCH v2 5/8] hook: allow disabling config hooks

[PATCH v2] submodule: fetch missing objects from default remote
 2026-02-20 23:12 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] xdiff: re-diff shifted change groups when using histogram algorithm
 2026-02-20 23:07 UTC  (10+ messages)

[PATCH 00/14] odb: introduce `odb_for_each_object()`
 2026-02-20 22:59 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v3 0/3] http: add support for HTTP 429 rate limit retries
 2026-02-20 22:55 UTC  (4+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 2/5] strbuf_attach: fix all call sites to pass correct alloc

[PATCH v4 0/2] shallow: handling fetch relative-deepen
 2026-02-20 22:34 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v5 0/4] introduce new option `--auto-advance`
 2026-02-20 22:32 UTC  (2+ messages)

[PATCH 0/3] doc: patch-id: explain how to map efficiently
 2026-02-20 22:31 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v3 0/5] git-add: Skip submodules with ignore=all unless --force and explicit path used
 2026-02-20 22:27 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
 2026-02-20 22:24 UTC  (3+ messages)
` [PATCH v2 00/18] "

[PATCH v3] fsmonitor: implement filesystem change listener for Linux
 2026-02-20 22:18 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] apply: strip ./ prefix from --directory argument
 2026-02-20 20:26 UTC  (3+ messages)
` [PATCH v2] apply: normalize path in "

[PATCH v2 0/2] replay: add --revert mode to reverse commit changes
 2026-02-20 20:23 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] sequencer: extract revert message formatting into shared function
  ` [PATCH v3 2/2] replay: add --revert mode to reverse commit changes

[PATCH] tree-diff: remove the usage of the_hash_algo global
 2026-02-20 20:21 UTC  (2+ messages)

[PATCH 0/5] Avoid the_repository in merge-ort and replay
 2026-02-20 18:51 UTC  (22+ messages)
` [PATCH 3/5] merge-ort: replace the_hash_algo with opt->repo->hash_algo
` [PATCH 4/5] merge-ort: prevent the_repository from coming back
` [PATCH 5/5] replay: "
` [PATCH v2 0/6] Avoid the_repository in merge-ort and replay
  ` [PATCH v2 1/6] merge,diff: remove the_repository check before prefetching blobs
  ` [PATCH v2 2/6] merge-ort: pass repository to write_tree()
  ` [PATCH v2 3/6] merge-ort: replace the_repository with opt->repo
  ` [PATCH v2 4/6] merge-ort: replace the_hash_algo with opt->repo->hash_algo
  ` [PATCH v2 5/6] merge-ort: prevent the_repository from coming back
  ` [PATCH v2 6/6] replay: "

[PATCH] format-patch: fix from header in cover letter
 2026-02-20 18:11 UTC  (11+ messages)
` [PATCH v2] format-patch: fix From "

[PATCH v6 0/2] setup: allow cwd/.git to be a symlink to a directory
 2026-02-20 18:00 UTC  (6+ messages)
` [PATCH v7] "
` [PATCH v8] "

[PATCH] t1006: fix %(rest) test for object names with whitespace
 2026-02-20 16:59 UTC  (6+ messages)

[PATCH 0/2] refs: allow setting the reference directory
 2026-02-20 16:53 UTC  (14+ messages)
` [PATCH v7 0/6] "
  ` [PATCH v7 1/6] setup: don't modify repo in `create_reference_database()`
  ` [PATCH v7 2/6] refs: extract out `refs_create_refdir_stubs()`
  ` [PATCH v7 3/6] refs: move out stub modification to generic layer
  ` [PATCH v7 4/6] refs: receive and use the reference storage payload
  ` [PATCH v7 5/6] refs: allow reference location in refstorage config
  ` [PATCH v7 6/6] refs: add GIT_REFERENCE_BACKEND to specify reference backend

[PATCH] copy.c: use `sendfile()` for in-kernel file copying on Linux
 2026-02-20 16:48 UTC  (6+ messages)

[PATCH v1 0/1] send-email: add client certificate options
 2026-02-20 16:35 UTC  (4+ messages)
` [PATCH v1 1/1] send-mail: "

[GSOC PATCH 0/2] mailmap: reduce global state
 2026-02-20 16:16 UTC  (9+ messages)
` [GSOC PATCH 1/2] mailmap: stop using the_repository
` [GSOC PATCH 2/2] mailmap: drop global config variables
` [GSOC PATCH v2 0/2] mailmap: reduce global state
  ` [GSOC PATCH v2 1/2] mailmap: stop using the_repository
  ` [GSOC PATCH v2 2/2] mailmap: drop global config variables

[PATCH] object-file: use `container_of()` to convert from base types
 2026-02-20 16:07 UTC  (3+ messages)

[PATCH] branch: add 'branch.addCurrentBranchAsPrefix' config param
 2026-02-20 16:08 UTC  (3+ messages)

[PATCH 0/4] Fix tests with missing iconv(1) executable
 2026-02-20 15:53 UTC  (8+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] t: don't set ICONV prereq when iconv(1) is missing
  ` [PATCH v4 2/5] t40xx: don't use iconv(1) without ICONV prereq
  ` [PATCH v4 3/5] t4205: improve handling of ICONV prerequisite
  ` [PATCH v4 4/5] t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"
  ` [PATCH v4 5/5] t6006: don't use iconv(1) without ICONV prereq

[PATCH 0/2] format-patch: make boolean and mention in diff-options.adoc
 2026-02-20 12:28 UTC  (6+ messages)
` [PATCH 1/2] format-patch: make format.noprefix a boolean
` [PATCH 2/2] doc: diff-options.adoc: show format.noprefix for format-patch

[PATCH 00/17] refs: unify `refs_for_each_*()` functions
 2026-02-20 12:05 UTC  (20+ messages)
` [PATCH 01/17] refs: move `refs_head_ref_namespaced()`
` [PATCH 02/17] refs: move `do_for_each_ref_flags` further up
` [PATCH 03/17] refs: rename `do_for_each_ref_flags`
` [PATCH 04/17] refs: rename `each_ref_fn`
` [PATCH 05/17] refs: remove unused `refs_for_each_include_root_ref()`
` [PATCH 06/17] refs: introduce `refs_for_each_ref_ext`
` [PATCH 07/17] refs: speed up `refs_for_each_glob_ref_in()`
` [PATCH 08/17] refs: generalize `refs_for_each_namespaced_ref()`
` [PATCH 09/17] refs: generalize `refs_for_each_fullref_in_prefixes()`
` [PATCH 10/17] refs: improve verification for-each-ref options
` [PATCH 11/17] refs: replace `refs_for_each_ref_in()`
` [PATCH 12/17] refs: replace `refs_for_each_rawref()`
` [PATCH 13/17] refs: replace `refs_for_each_rawref_in()`
` [PATCH 14/17] refs: replace `refs_for_each_glob_ref_in()`
` [PATCH 15/17] refs: replace `refs_for_each_glob_ref()`
` [PATCH 16/17] refs: replace `refs_for_each_namespaced_ref()`
` [PATCH 17/17] refs: replace `refs_for_each_fullref_in()`

[PATCH 0/8] builtin/maintenance: use "geometric" strategy by default
 2026-02-20 10:15 UTC  (9+ messages)
` [PATCH 1/8] t: fix races caused by background maintenance
` [PATCH 2/8] t: disable maintenance where we verify object database structure
` [PATCH 3/8] t34xx: don't expire reflogs where it matters
` [PATCH 4/8] t5400: explicitly use "gc" strategy
` [PATCH 5/8] t5510: "
` [PATCH 6/8] t6500: "
` [PATCH 7/8] t7900: prepare for switch of the default strategy
` [PATCH 8/8] builtin/maintenance: use "geometric" strategy by default

[PATCH 0/8] repo: refactoring leftover nits
 2026-02-20 10:12 UTC  (3+ messages)
` [PATCH 6/8] t1901: use tr in git repo structure output instead of expected value

[PATCH] doc: fetch: document `--jobs=0` behavior
 2026-02-20  8:51 UTC  (5+ messages)

[PATCH v3 0/5] Fix tests with missing iconv(1) executable
 2026-02-20  8:00 UTC  (4+ messages)
` [PATCH v3 4/5] t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"

[RFC PATCH] Introduce filesystem type tracking
 2026-02-20  7:52 UTC  (2+ messages)
              ` [PATCH] send-mail: add client certificate options

[PATCH 0/4] cleaning up ref-filter lstrip/rstrip code
 2026-02-20  6:00 UTC  (6+ messages)
` [PATCH 1/4] ref-filter: factor out refname component counting
        ` [PATCH] ref-filter: clarify lstrip/rstrip "

[PATCH v2] osxkeychain: define build targets in the top-level Makefile
 2026-02-20  1:39 UTC  (6+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 0/2] Improving advise messages from "switch"
 2026-02-19 22:21 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] checkout: pass program-readable token to unified "main"

[PATCH 0/2] worktree_git_path(): remove repository argument
 2026-02-19 20:37 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] wt-status: avoid passing NULL worktree
  ` [PATCH v2 2/2] path: remove repository argument from worktree_git_path()

[RFC] Support UTF-8 characters in Git alias names
 2026-02-19 18:54 UTC  (4+ messages)
` [PATCH v7 0/4] support UTF-8 in "

[PATCH 0/7] Some assorted fixes for GitLab CI
 2026-02-19 18:24 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/7] ci: make test slicing consistent across Meson/Make
  ` [PATCH v2 6/7] gitlab-ci: use "run-test-slice-meson.sh"
  ` [PATCH v2 7/7] gitlab-ci: handle failed tests on MSVC+Meson job

=?y?q?=5BGSOC=5D=20Discuss=3A=20Refactoring=20in=20order=20to=20reduce=20Git=E2=80=99s=20global=20state?=
 2026-02-19 18:17 UTC  (2+ messages)
` [GSOC] Discuss: Refactoring in order to reduce global state

[PATCH 0/3] git-receive-pack(1): optimize `assign_shallow_commits_to_refs()`
 2026-02-19 17:35 UTC  (7+ messages)
` [PATCH 1/3] commit: avoid parsing non-commits in `lookup_commit_reference_gently()`
` [PATCH 2/3] commit: make `repo_parse_commit_no_graph()` more robust

[PATCH] t: use test_seq -f and pipes in a few more places
 2026-02-19 17:09 UTC  (2+ messages)

[PATCH 0/3] Fix misuse of `refs_for_each_ref_in()`
 2026-02-19 15:22 UTC  (9+ messages)
` [PATCH v3 0/4] "
` [PATCH v4 "
  ` [PATCH v4 1/4] pack-bitmap: deduplicate logic to iterate over preferred bitmap tips
  ` [PATCH v4 2/4] pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"
  ` [PATCH v4 3/4] bisect: fix misuse of `refs_for_each_ref_in()`
  ` [PATCH v4 4/4] bisect: simplify string_list memory handling

[PATCH v4] meson: regenerate config-list.h when Documentation changes
 2026-02-19 15:10 UTC  (6+ messages)
` [PATCH v5] build: "

[RFC GSoC PATCH v3 0/2] Make read_attr() repository-aware by introducing a lazy bare state
 2026-02-19 15:01 UTC  (4+ messages)

[PATCH v6 0/6] refs: allow setting the reference directory
 2026-02-19  9:35 UTC  (9+ messages)
` [PATCH v6 4/6] refs: move out stub modification to generic layer
` [PATCH v6 6/6] refs: add GIT_REFERENCE_BACKEND to specify reference backend


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox