public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-22 08:59:25 to 2026-03-24 12:39:24 UTC [more...]

[PATCH v2 0/8] repo_config_values: migrate more globals
 2026-03-24 12:37 UTC  (7+ messages)
` [PATCH v2 1/8] environment: move "trust_ctime" into `struct repo_config_values`
` [PATCH v2 2/8] environment: move "check_stat" "
` [PATCH v2 3/8] environment: move `zlib_compression_level` into repo_config_values
` [PATCH v2 4/8] environment: move "pack_compression_level" into `struct repo_config_values`
` [PATCH v2 5/8] environment: move "precomposed_unicode" "
` [PATCH v2 6/8] env: move "core_sparse_checkout_cone" "

[GSoC] [Proposal]: Implement promisor remote fetch ordering
 2026-03-24 12:29 UTC  (3+ messages)
` [GSoC] [Proposal v2]: "

[PATCH] repo: show subcommand-specific help text
 2026-03-24 12:21 UTC  (4+ messages)
` [PATCH v2] "

[QUESTION] Improving disk space recovery for partial clones (GSoC 2026)
 2026-03-24 11:04 UTC  (7+ messages)

[PATCH v2 0/2] Avoid hardcoded "good"/"bad" bisect terms
 2026-03-24 10:49 UTC  (5+ messages)
` [PATCH v2 1/2] bisect: use selected alternate terms in status output
` [PATCH v2 2/2] rev-parse: use selected alternate terms too look up refs

[GSOC][RFC] Draft Proposal: Complete and extend the remote-object-info command for git cat-file
 2026-03-24 10:42 UTC  (2+ messages)

[PATCH 0/4] Run hooks in parallel
 2026-03-24  9:08 UTC  (17+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 2/9] hook: parse the hook.jobs config
  ` [PATCH v4 3/9] hook: allow parallel hook execution
  ` [PATCH v4 6/9] hook: add -j/--jobs option to git hook run
  ` [PATCH v4 7/9] hook: add per-event jobs config
  ` [PATCH v4 8/9] hook: warn when hook.<friendly-name>.jobs is set
  ` [PATCH v4 9/9] hook: add hook.<event>.enabled switch

[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-24  8:38 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/10] hook: fix minor style issues
  ` [PATCH v2 05/10] hook: replace hook_list_clear() -> string_list_clear_func()
  ` [PATCH v2 09/10] hook: show config scope in git hook list
  ` [PATCH v2 10/10] hook: show disabled hooks in "git hook list"

[PATCH 0/5] backfill: accept revision arguments
 2026-03-24  7:59 UTC  (24+ messages)
` [PATCH 3/5] "
` [PATCH 4/5] backfill: work with prefix pathspecs
` [PATCH 5/5] path-walk: support wildcard pathspecs for blob filtering
` [PATCH v2 0/6] backfill: accept revision arguments
  ` [PATCH v2 1/6] revision: include object-name.h
  ` [PATCH v2 2/6] t5620: prepare branched repo for revision tests
  ` [PATCH v2 3/6] backfill: accept revision arguments
  ` [PATCH v2 4/6] backfill: work with prefix pathspecs
  ` [PATCH v2 5/6] path-walk: support wildcard pathspecs for blob filtering
  ` [PATCH v2 6/6] t5620: test backfill's unknown argument handling

[PATCH 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
 2026-03-24  7:39 UTC  (8+ messages)
` [PATCH 1/5] pack-objects: plug leak in `read_stdin_packs()`
` [PATCH 2/5] pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
` [PATCH 4/5] pack-objects: support excluded-open packs with --stdin-packs

[PATCH 0/8] some diff-highlight tweaks
 2026-03-24  6:50 UTC  (22+ messages)
` [PATCH 5/8] diff-highlight: use test_decode_color in tests
` [PATCH 8/8] diff-highlight: fetch all config with one process
` [PATCH v2 0/8] some diff-highlight tweaks
  ` [PATCH v2 1/8] diff-highlight: mention build instructions
  ` [PATCH v2 2/8] diff-highlight: drop perl version dependency back to 5.8
  ` [PATCH v2 3/8] diff-highlight: check diff-highlight exit status in tests
  ` [PATCH v2 4/8] t: add matching negative attributes to test_decode_color
  ` [PATCH v2 5/8] diff-highlight: use test_decode_color in tests
  ` [PATCH v2 6/8] diff-highlight: test color config
  ` [PATCH v2 7/8] diff-highlight: allow module callers to pass in "
  ` [PATCH v2 8/8] diff-highlight: fetch all config with one process

[PATCH] commit-graph: fix writing generations with dates exceeding 34 bits
 2026-03-24  6:18 UTC  (2+ messages)
` [PATCH v2] "

[GSoC][PROPOSAL] Improve the new git repo command
 2026-03-24  4:58 UTC 

[PATCH] t/pack-refs-tests: drop '-f' from test_path_is_missing
 2026-03-24  4:46 UTC  (7+ messages)
  ` [PATCH v2] "
  ` [PATCH v3] t/pack-refs-tests: use test_path_is_missing

[PATCH v2] refspec: safely parse refspecs outside a repository
 2026-03-24  4:25 UTC  (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v4 1/2] remote-curl: fall back to default hash outside repo
  ` [PATCH v4 2/2] refspec: fix typo in comment

[RFC] [GSoC]: STRBUF_INIT_CONST: initialize `strbuf` to constant string
 2026-03-24  3:33 UTC  (4+ messages)

What's cooking in git.git (Mar 2026, #09)
 2026-03-24  0:46 UTC 

[GSOC Proposal v2][RFC] Improve disk space recovery for partial clones
 2026-03-24  0:09 UTC  (2+ messages)

[PATCH 00/16] Auto-configure advertised remotes via URL whitelist
 2026-03-23 23:47 UTC  (19+ messages)
` [PATCH 01/16] promisor-remote: try accepted remotes before others in get_direct()
` [PATCH 02/16] urlmatch: change 'allow_globs' arg to bool
` [PATCH 03/16] urlmatch: add url_is_valid_pattern() helper
` [PATCH 04/16] promisor-remote: clarify that a remote is ignored
` [PATCH 05/16] promisor-remote: refactor has_control_char()
` [PATCH 06/16] promisor-remote: refactor accept_from_server()
` [PATCH 07/16] promisor-remote: keep accepted promisor_info structs alive
` [PATCH 08/16] promisor-remote: remove the 'accepted' strvec
` [PATCH 09/16] promisor-remote: add 'local_name' to 'struct promisor_info'
` [PATCH 10/16] promisor-remote: pass config entry to all_fields_match() directly
` [PATCH 11/16] promisor-remote: refactor should_accept_remote() control flow
` [PATCH 12/16] t5710: use proper file:// URIs for absolute paths
` [PATCH 13/16] promisor-remote: introduce promisor.acceptFromServerUrl
` [PATCH 14/16] promisor-remote: trust known remotes matching acceptFromServerUrl
` [PATCH 15/16] promisor-remote: auto-configure unknown remotes
` [PATCH 16/16] doc: promisor: improve acceptFromServer entry

[GSoC RFC PATCH v2] graph: add --max-columns option to limit displayed columns
 2026-03-23 21:59 UTC  (11+ messages)
` [GSoC PATCH WIP RFC v3 0/3] graph: add --graph-lane-limit option
  ` [GSoC PATCH WIP RFC v3 1/3] "
    ` [GSoC PATCH WIP RFC v3 2/3] graph: truncate graph visual output
    ` [GSoC PATCH WIP RFC v3 3/3] graph: add documentation and testing about --graph-lane-limit
  ` [GSoC PATCH v4 0/3] graph: add --graph-lane-limit option
    ` [GSoC PATCH v4 1/3] "
    ` [GSoC PATCH v4 2/3] graph: truncate graph visual output
    ` [GSoC PATCH v4 3/3] graph: add documentation and tests about --graph-lane-limit

[GSoC PATCH 0/3] preserve promisor files content after repack
 2026-03-23 21:48 UTC  (13+ messages)
` [GSoC PATCH 2/3] pack-write: add helper to fill promisor file "
` [GSoC PATCH v2 0/4] preserve promisor files content "
  ` [GSoC PATCH v2 1/4] pack-write: add explanation to promisor file content
  ` [GSoC PATCH v2 2/4] pack-write: add helper to fill promisor file after repack
  ` [GSoC PATCH v2 3/4] repack-promisor: preserve content of promisor files "
  ` [GSoC PATCH v2 4/4] t7700: test for promisor file content "

[PATCH 0/7] improve "git format-patch --commit-list-format"
 2026-03-23 20:10 UTC  (15+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 4/8] docs/pretty-formats: add %(count) and %(total)
  ` [PATCH v3 0/8] improve "git format-patch --commit-list-format"
    ` [PATCH v3 1/8] pretty.c: better die message %(count) and %(total)
    ` [PATCH v3 2/8] format-patch: refactor generate_commit_list_cover
    ` [PATCH v3 3/8] format-patch: rename --cover-letter-format option
    ` [PATCH v3 4/8] docs/pretty-formats: add %(count) and %(total)
    ` [PATCH v3 5/8] format.commitListFormat: strip meaning from empty
    ` [PATCH v3 6/8] format-patch: wrap generate_commit_list_cover()
    ` [PATCH v3 7/8] format-patch: add preset for --commit-list-format
    ` [PATCH v3 8/8] format-patch: --commit-list-format without prefix

[PATCH 0/3] Add option --ref to git-replay(1)
 2026-03-23 20:06 UTC  (8+ messages)
` [PATCH 1/3] t3650: use option with value consistenly with equal sign
` [PATCH 2/3] builtin/replay: improve documentation on options
` [PATCH 3/3] replay: allow to specify a ref with option --ref

[PATCH 0/2] name-rev: learn --format=<pretty>
 2026-03-23 17:34 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

[PATCH v2 1/3] worktree: remove "the_repository" from is_current_worktree()
 2026-03-23 17:05 UTC  (4+ messages)

What's cooking in git.git (Mar 2026, #08)
 2026-03-23 16:54 UTC  (8+ messages)

[PATCH 00/14] fsck: drop use of `the_repository`
 2026-03-23 15:48 UTC  (19+ messages)
` [PATCH 01/14] fsck: drop `the_repository` in `fsck_walk()`
` [PATCH v2 00/12] fsck: drop use of `the_repository`
  ` [PATCH v2 01/12] fetch-pack: move fsck options into function scope
  ` [PATCH v2 02/12] fsck: initialize fsck options via a function
  ` [PATCH v2 03/12] fsck: store repository in fsck options
  ` [PATCH v2 04/12] fsck: drop USE_THE_REPOSITORY
  ` [PATCH v2 05/12] builtin/fsck: fix trivial dependence on `the_repository`
  ` [PATCH v2 06/12] builtin/fsck: stop using `the_repository` when snapshotting refs
  ` [PATCH v2 07/12] builtin/fsck: stop using `the_repository` when checking refs
  ` [PATCH v2 08/12] builtin/fsck: stop using `the_repository` when checking reflogs
  ` [PATCH v2 09/12] builtin/fsck: stop using `the_repository` with loose objects
  ` [PATCH v2 10/12] builtin/fsck: stop using `the_repository` when checking packed objects
  ` [PATCH v2 11/12] builtin/fsck: stop using `the_repository` when marking objects
  ` [PATCH v2 12/12] builtin/fsck: stop using `the_repository` in error reporting

[GSOC][RFC] Draft Proposal: Complete and extend the remote-object-info command for git cat-file
 2026-03-23 11:41 UTC 

[PATCH v1] path-walk: fix NULL pointer dereference in error message
 2026-03-23  9:45 UTC  (6+ messages)

[PATCH v5 0/4] http: add support for HTTP 429 rate limit retries
 2026-03-23  6:58 UTC  (4+ messages)
` [PATCH v6 0/3] "

[PATCH 00/14] odb: generic object name handling
 2026-03-23  6:22 UTC  (6+ messages)
` [PATCH 01/14] oidtree: modernize the code a bit

[PATCH v2] backfill: handle unexpected arguments
 2026-03-23  6:17 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] t/t2107-update-index-basic: use test_path_is_missing
 2026-03-22 21:55 UTC  (2+ messages)

[PATCH v2] branch: reject --show-current with -v
 2026-03-22 21:42 UTC  (3+ messages)

[PATCH] use strvec_pushv() to add another strvec
 2026-03-22 18:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] t/pack-refs-tests: fix helper usage
 2026-03-22 13:29 UTC  (4+ messages)
` [PATCH 1/2] t/pack-refs-tests: drop '-f' from test_path_is_missing
` [PATCH 2/2] "

[PATCH] t/pack-refs-tests: drop '-f' from test_path_is_missing
 2026-03-22 10:56 UTC 

Help
 2026-03-22  9:07 UTC 


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