public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-21 08:02:04 to 2026-02-23 12:27:04 UTC [more...]

[PATCH 0/5] [RFC] Make 'git config list --type=' parse and filter types
 2026-02-23 12:26 UTC  (19+ 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 0/4] pack-check: fix verification of large objects
 2026-02-23 12:21 UTC  (13+ 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 00/17] refs: unify `refs_for_each_*()` functions
 2026-02-23 11:59 UTC  (40+ 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] 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 0/2] refs: allow setting the reference directory
 2026-02-23 10:54 UTC  (9+ 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] fetch: fix wrong evaluation order in URL trailing-slash trimming
 2026-02-23 10:07 UTC 

[PATCH] fsck: do not loop infinitely when processing packs
 2026-02-23  9:53 UTC  (11+ messages)

[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 

[PATCH] cat-file: fix error and warning message formatting
 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 v6 0/2] setup: allow cwd/.git to be a symlink to a directory
 2026-02-23  7:44 UTC  (17+ messages)
` [PATCH v8] "
  ` [PATCH v9] setup: improve error diagnosis for invalid .git files
    ` [PATCH v10] "
      ` [PATCH v11] "

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

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

[PATCH 0/3] repo: extend info path reporting and structure statistics
 2026-02-23  3:02 UTC  (8+ 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

[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  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] merge,diff: remove the_repository check before prefetching blobs
  ` [PATCH v3 2/6] merge-ort: pass repository to write_tree()
  ` [PATCH v3 3/6] merge-ort: replace the_repository with opt->repo
  ` [PATCH v3 4/6] merge-ort: replace the_hash_algo with opt->repo->hash_algo
  ` [PATCH v3 5/6] merge-ort: prevent the_repository from coming back

[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  (4+ 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 v28 2/2] status: add status.compareBranches config for multiple branch comparisons
 2026-02-22 14:50 UTC  (4+ messages)

[PATCH 0/2] clean leftover calls to string_list_remove_duplicates
 2026-02-22  9:47 UTC  (10+ messages)
` [PATCH v2 1/2] sparse-checkout: use string_list_sort_u
  ` [PATCH v2 2/2] help: cleanup the contruction of keys_uniq
` [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] "

[PATCH 0/4] Run hooks in parallel
 2026-02-22  0:29 UTC  (12+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] repository: fix repo_init() memleak due to missing _clear()
  ` [PATCH v2 02/10] config: add a repo_config_get_uint() helper
  ` [PATCH v2 03/10] hook: refactor hook_config_cache from strmap to named struct
  ` [PATCH v2 04/10] hook: parse the hook.jobs config
  ` [PATCH v2 05/10] hook: allow parallel hook execution
  ` [PATCH v2 06/10] hook: mark non-parallelizable hooks
  ` [PATCH v2 07/10] hook: add -j/--jobs option to git hook run
  ` [PATCH v2 08/10] hook: add per-event jobs config
  ` [PATCH v2 09/10] hook: introduce extensions.hookStdoutToStderr
  ` [PATCH v2 10/10] hook: allow runtime enabling extensions.hookStdoutToStderr

[PATCH] added error lines for no 'want' line in git upload pack
 2026-02-21 19:48 UTC 

[RFC PATCH] format-patch: better commit list for cover letter
 2026-02-21 19:16 UTC  (8+ messages)

[PATCH v2] path: factor out skip_slashes() in normalize_path_copy_len()
 2026-02-21 11:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] pack-redundant: fix memory leak when open_pack_index() fails
 2026-02-21 10:38 UTC 

[PATCH] xdiff: re-diff shifted change groups when using histogram algorithm
 2026-02-21  9:56 UTC  (11+ messages)

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

[PATCH v5 0/4] introduce new option `--auto-advance`
 2026-02-21  9:06 UTC  (3+ messages)


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