public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-22 00:39:15 to 2026-02-23 16:00:22 UTC [more...]

[PATCH 0/4] pack-check: fix verification of large objects
 2026-02-23 16:00 UTC  (22+ messages)
` [PATCH 1/4] t/helper: improve "genrandom" test helper
` [PATCH 2/4] object-file: adapt `stream_object_signature()` to take a stream
` [PATCH 3/4] packfile: expose function to read object stream for an offset
` [PATCH 4/4] pack-check: fix verification of large objects
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] t/helper: improve "genrandom" test helper
  ` [PATCH v2 2/4] object-file: adapt `stream_object_signature()` to take a stream

[PATCH] cat-file: fix error and warning message formatting
 2026-02-23 15:54 UTC  (2+ messages)

[PATCH] fsck: do not loop infinitely when processing packs
 2026-02-23 15:49 UTC  (12+ messages)

[PATCH v3] fsmonitor: implement filesystem change listener for Linux
 2026-02-23 15:46 UTC  (9+ messages)
` [PATCH v4] "

[PATCH v6 0/2] setup: allow cwd/.git to be a symlink to a directory
 2026-02-23 15:39 UTC  (18+ messages)
` [PATCH v8] "
  ` [PATCH v9] setup: improve error diagnosis for invalid .git files
    ` [PATCH v10] "
      ` [PATCH v11] "

What's cooking in git.git (Feb 2026, #08)
 2026-02-23 15:37 UTC  (2+ messages)

[PATCH GSoC] repo: Remove unnecessary variable shadow
 2026-02-23 15:32 UTC  (2+ messages)

[PATCH git] t5516: test updateInstead with worktree and unborn bare HEAD
 2026-02-23 14:12 UTC 

[PATCH 0/3] repo: extend info path reporting and structure statistics
 2026-02-23 14:21 UTC  (17+ messages)
` [PATCH 1/3] repo: extend info paths "
` [PATCH 2/3] t1900,t1901: make repo tests hash-agnostic and wc-portable
` [PATCH 3/3] t1900,t1901: fix test portability issues
` [PATCH v2 0/9] repo: extend info path reporting and structure statistics
  ` [PATCH v2 1/9] repo: teach info context and category keys
  ` [PATCH v2 2/9] repo: add path keys to repo info
  ` [PATCH v2 4/9] repo: add structure max object size metrics
  ` [PATCH v2 5/9] repo: add structure topology and path-depth metrics
  ` [PATCH v2 6/9] repo: add aggregate structure totals to keyvalue output
  ` [PATCH v2 7/9] t1900: cover repo info path keys and path-format
  ` [PATCH v2 8/9] t1901: extend structure metric coverage and portability
  ` [PATCH v2 9/9] docs: describe repo info path keys and structure metrics

[PATCH v3 0/3] http: add support for HTTP 429 rate limit retries
 2026-02-23 14:20 UTC  (10+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 2/5] strbuf_attach: fix all call sites to pass correct alloc
  ` [PATCH v5 0/4] http: add support for HTTP 429 rate limit retries
    ` [PATCH v5 1/4] strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()
    ` [PATCH v5 2/4] strbuf_attach: fix call sites to pass correct alloc
    ` [PATCH v5 3/4] remote-curl: introduce show_http_message_fatal() helper
    ` [PATCH v5 4/4] http: add support for HTTP 429 rate limit retries

[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
 2026-02-23 14:08 UTC  (11+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`

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

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

[PATCH v28 2/2] status: add status.compareBranches config for multiple branch comparisons
 2026-02-23 13:30 UTC  (5+ messages)

[PATCH 0/5] [RFC] Make 'git config list --type=' parse and filter types
 2026-02-23 12:26 UTC  (27+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 04/13] config: format int64s gently
  ` [PATCH v2 06/13] config: format bools or ints gently
  ` [PATCH v2 11/13] color: add color_parse_gently()
  ` [PATCH v3 00/13] Make 'git config list --type=' parse and filter types
    ` [PATCH v3 01/13] config: move show_all_config()
    ` [PATCH v3 02/13] config: add 'gently' parameter to format_config()
    ` [PATCH v3 03/13] config: make 'git config list --type=<X>' work
    ` [PATCH v3 04/13] config: format int64s gently
    ` [PATCH v3 05/13] config: format bools gently
    ` [PATCH v3 06/13] config: format bools or ints gently
    ` [PATCH v3 07/13] config: format bools or strings in helper
    ` [PATCH v3 08/13] config: format paths gently
    ` [PATCH v3 09/13] config: format expiry dates quietly
    ` [PATCH v3 10/13] color: add color_parse_quietly()
    ` [PATCH v3 11/13] config: format colors quietly
    ` [PATCH v3 12/13] config: restructure format_config()
    ` [PATCH v3 13/13] config: use an enum for type

[PATCH] docs: remove {litdd} usage
 2026-02-23 11:30 UTC 

[PATCH v2 0/2] replay: add --revert mode to reverse commit changes
 2026-02-23 11:23 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] "

[PATCH] doc: format config values with backticks
 2026-02-23 11:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fetch: fix wrong evaluation order in URL trailing-slash trimming
 2026-02-23 10:07 UTC 

[PATCH 0/8] builtin/maintenance: use "geometric" strategy by default
 2026-02-23  9:49 UTC  (7+ messages)
` [PATCH 3/8] t34xx: don't expire reflogs where it matters
` [PATCH 8/8] builtin/maintenance: use "geometric" strategy by default

[RFC] Support UTF-8 characters in Git alias names
 2026-02-23  9:29 UTC  (4+ messages)
` [PATCH v2 0/2] support UTF-8 in "
  ` [PATCH v2 2/2] alias: support non-alphanumeric names via subsection syntax

[PATCH] t2018: move checkout case-insensitive test from t0050
 2026-02-23  9:03 UTC 

[Outreachy] Blog: Refactor in order to reduce Git’s global state (week 8 & 9)
 2026-02-23  8:59 UTC 

[PATCH] merge-base, ls-remote, ls-tree: fix error message formatting
 2026-02-23  8:56 UTC 

[PATCH] doc: commit: document special date keywords for --date
 2026-02-23  8:45 UTC 

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

Pro Git 2nd Edition Turkish Translation
 2026-02-23  7:46 UTC 

[PATCH v5] build: regenerate config-list.h when Documentation changes
 2026-02-23  6:55 UTC  (4+ messages)
` [PATCH v6] "

[GSoC][Draft Proposal] Refactoring in order to reduce Git's global state
 2026-02-23  1:07 UTC  (4+ messages)
` [GSoC][Draft Proposal V2] "

[PATCH v2 0/6] Avoid the_repository in merge-ort and replay
 2026-02-23  0:42 UTC  (5+ messages)
` [PATCH v3 "

[proposal][RFC] Improve the new git repo command
 2026-02-22 23:32 UTC  (3+ messages)

[PATCH 0/8] repo: refactoring leftover nits
 2026-02-22 22:35 UTC  (7+ messages)
` [PATCH 1/8] CodingGuidelines: instruct to name arrays in singular
` [PATCH 6/8] t1901: use tr in git repo structure output instead of expected value

[GSoC] Lambert Presentation
 2026-02-22 21:28 UTC  (2+ messages)

[PATCH] object-file: use `container_of()` to convert from base types
 2026-02-22 20:36 UTC  (6+ messages)
  ` [PATCH] object-file.c: avoid container_of() of a NULL container

[PATCH] receive-pack: fix crash on out-of-namespace symref
 2026-02-22 20:35 UTC  (7+ messages)

[PATCH v7 0/6] refs: allow setting the reference directory
 2026-02-22 20:15 UTC  (8+ messages)
` [PATCH v7 4/6] refs: receive and use the reference storage payload
` [PATCH v7 5/6] refs: allow reference location in refstorage config

Git project and GSoC 2026
 2026-02-22 18:40 UTC  (2+ messages)

[PATCH 0/4] cleaning up ref-filter lstrip/rstrip code
 2026-02-22 17:04 UTC  (5+ messages)
` [PATCH 1/4] ref-filter: factor out refname component counting

[RFC] send-email: UTF-8 encoding in subject line
 2026-02-22 15:52 UTC  (8+ messages)

[PATCH] Fix typo in MaintNotes regarding versioning scheme
 2026-02-22 15:39 UTC 

[PATCH 0/2] clean leftover calls to string_list_remove_duplicates
 2026-02-22  9:47 UTC  (6+ messages)
` [PATCH v3 1/2] sparse-checkout: use string_list_sort_u
  ` [PATCH v3 2/2] help: cleanup the contruction of keys_uniq

[PATCH] t2004: use test_path_is_file instead of test -f
 2026-02-22  9:44 UTC  (2+ messages)

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

[GSoC] repo: remove unused header
 2026-02-22  7:59 UTC  (3+ messages)

[PATCH 0/4] Specify hooks via configs
 2026-02-22  0:39 UTC  (5+ messages)
` [PATCH v2 0/8] "


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