public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-21 13:56:59 to 2026-03-24 03:33:48 UTC [more...]

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

remote-curl: segfault parsing remote.<name>.fetch outside a repository
 2026-03-24  1:57 UTC  (16+ messages)
` [PATCH] remote-curl: set fallback hash algorithm outside repo
  ` [PATCH v2] refspec: safely parse refspecs outside a repository
    ` [PATCH v3 1/2] "
      ` [PATCH v3 2/2] refspec: fix typo in comment
    ` [PATCH v4 1/2] remote-curl: fall back to default hash outside repo
      ` [PATCH v4 2/2] refspec: fix typo in comment

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 v2 0/2] Avoid hardcoded "good"/"bad" bisect terms
 2026-03-23 22:48 UTC  (2+ messages)
` [PATCH v2 1/2] bisect: use selected alternate terms in status output

[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  (15+ messages)
` [GSoC PATCH 1/3] pack-write: add explanation to promisor file content
` [GSoC PATCH 2/3] pack-write: add helper to fill promisor file after repack
` [GSoC PATCH 3/3] repack-promisor: preserve content of promisor files "
` [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/5] backfill: accept revision arguments
 2026-03-23 20:39 UTC  (22+ 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/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] repo: show subcommand-specific help text
 2026-03-23 19:32 UTC  (2+ messages)

[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 0/8] some diff-highlight tweaks
 2026-03-23 16:38 UTC  (21+ 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 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-23 16:11 UTC  (3+ messages)
` [PATCH v2 "

[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

[PATCH 0/4] Run hooks in parallel
 2026-03-23 15:07 UTC  (4+ messages)
` [PATCH v4 0/9] "

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

[QUESTION] Improving disk space recovery for partial clones (GSoC 2026)
 2026-03-23  8:48 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] backfill: handle unexpected arguments
 2026-03-23  6:17 UTC  (10+ messages)
` [PATCH v2] "
    ` [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 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
 2026-03-22 18:09 UTC  (4+ messages)
` [PATCH 4/5] pack-objects: support excluded-open packs with --stdin-packs

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

[PATCH] t/pack-refs-tests: drop '-f' from test_path_is_missing
 2026-03-22 16:37 UTC  (3+ messages)

[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 

[PATCH] repo: add paths.git_dir repo info key
 2026-03-22  3:27 UTC  (2+ messages)

[PATCH] rerere: update to modern representation of empty strbufs
 2026-03-22  1:44 UTC  (15+ messages)
` [RFC] cocci: .buf in a strbuf object can never be NULL

[PATCH] t1900: cover linked worktrees and separate git dirs
 2026-03-21 18:32 UTC  (2+ messages)

[PATCH 0/2] fetch: clobber existing tags with --prune-tags
 2026-03-21 18:26 UTC  (3+ messages)
` [PATCH 2/2] "

[GSoC Proposal] Refactoring in order to reduce Git's global state
 2026-03-21 16:32 UTC  (4+ messages)

[GIT PULL] gitk: *.po no-location and package name, link and ref colors
 2026-03-21 16:27 UTC  (2+ messages)

[GIT PULL] git-gui: grey comments, askyesno with meson, tabstop positions
 2026-03-21 16:27 UTC  (2+ messages)


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