public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 06:53:35 to 2026-03-20 16:26:29 UTC [more...]

[Question] check_repository_format_gently() is not side-effect-free
 2026-03-20 16:26 UTC  (6+ messages)

[PATCH v1] path-walk: fix NULL pointer dereference in error message
 2026-03-20 16:14 UTC  (3+ messages)

[PATCH] regex: not all macOS platforms seem to have REG_ENHANCED
 2026-03-20 15:59 UTC  (11+ messages)

[PATCH 0/2] name-rev: learn --format=<pretty>
 2026-03-20 15:25 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] name-rev: wrap both blocks in braces
  ` [PATCH v2 2/2] name-rev: learn --format=<pretty>

[PATCH 0/4] Run hooks in parallel
 2026-03-20 13:53 UTC  (11+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] config: add a repo_config_get_uint() helper
  ` [PATCH v4 2/9] hook: parse the hook.jobs config
  ` [PATCH v4 3/9] hook: allow parallel hook execution
  ` [PATCH v4 4/9] hook: allow pre-push parallel execution
  ` [PATCH v4 5/9] hook: mark non-parallelizable hooks
  ` [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

[GSOC Proposal] Complete and extend the remote-object-info command for git cat-file
 2026-03-20 13:12 UTC  (2+ messages)
` [GSoC Proposal v2] "

[PATCH v3 0/8] Some build system improvements
 2026-03-20 12:37 UTC  (7+ messages)
` [PATCH v3 3/8] contrib: move "coverage-diff.sh" script into "tools/"
` [PATCH v3 6/8] git-compat-util.h: move warning infra to prepare for PCHs
` [PATCH v3 8/8] meson: precompile "git-compat-util.h"

[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-20 11:52 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] hook: move unsorted_string_list_remove() to string-list.[ch]
  ` [PATCH v2 02/10] hook: fix minor style issues
  ` [PATCH v2 03/10] hook: rename cb_data_free/alloc -> hook_data_free/alloc
  ` [PATCH v2 04/10] hook: detect & emit two more bugs
  ` [PATCH v2 05/10] hook: replace hook_list_clear() -> string_list_clear_func()
  ` [PATCH v2 06/10] hook: make consistent use of friendly-name in docs
  ` [PATCH v2 07/10] t1800: add test to verify hook execution ordering
  ` [PATCH v2 08/10] hook: introduce hook_config_cache_entry for per-hook data
  ` [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 00/14] fsck: drop use of `the_repository`
 2026-03-20 11:47 UTC  (15+ messages)
` [PATCH 01/14] fsck: drop `the_repository` in `fsck_walk()`
` [PATCH 02/14] fsck: drop `the_repository` in `fsck_finish()`
` [PATCH 03/14] fsck: refactor interface to parse fsck options
` [PATCH 04/14] fsck: drop `the_repository` in `fsck_set_msg_types()`
` [PATCH 05/14] fsck: stop relying on global state via `parse_oid_hex()`
` [PATCH 06/14] builtin/fsck: fix trivial dependence on `the_repository`
` [PATCH 07/14] builtin/fsck: stop using `the_repository` when snapshotting refs
` [PATCH 08/14] builtin/fsck: stop using `the_repository` when checking refs
` [PATCH 09/14] builtin/fsck: stop using `the_repository` when checking reflogs
` [PATCH 10/14] builtin/fsck: stop using `the_repository` with loose objects
` [PATCH 11/14] builtin/fsck: stop using `the_repository` when checking packed objects
` [PATCH 12/14] builtin/fsck: stop using `the_repository` when marking objects
` [PATCH 13/14] fsck: provide repository in `struct fsck_report_object`
` [PATCH 14/14] builtin/fsck: stop using `the_repository` in error reporting

[PATCH] path-walk: fix NULL pointer dereference in error message
 2026-03-20 11:45 UTC 

[PATCH] Add a config option to add a comment to S-o-b lines
 2026-03-20 11:00 UTC  (2+ messages)

[PATCH 00/14] odb: generic object name handling
 2026-03-20 10:30 UTC  (39+ messages)
` [PATCH 01/14] oidtree: modernize the code a bit
` [PATCH 02/14] oidtree: extend iteration to allow for arbitrary return codes
` [PATCH 03/14] odb: introduce `struct odb_for_each_object_options`
` [PATCH 07/14] object-name: backend-generic `repo_collect_ambiguous()`
` [PATCH 11/14] object-name: simplify computing common prefixes
` [PATCH 12/14] object-name: move logic to compute loose abbreviation length
` [PATCH 13/14] object-file: move logic to compute packed "
` [PATCH 14/14] odb: introduce generic `odb_find_abbrev_len()`
` [PATCH v2 00/14] odb: generic object name handling
  ` [PATCH v2 01/14] oidtree: modernize the code a bit
  ` [PATCH v2 02/14] oidtree: extend iteration to allow for arbitrary return codes
  ` [PATCH v2 03/14] odb: introduce `struct odb_for_each_object_options`
  ` [PATCH v2 04/14] object-name: move logic to iterate through loose prefixed objects
  ` [PATCH v2 05/14] object-name: move logic to iterate through packed "
  ` [PATCH v2 06/14] object-name: extract function to parse object ID prefixes
  ` [PATCH v2 07/14] object-name: backend-generic `repo_collect_ambiguous()`
  ` [PATCH v2 08/14] object-name: backend-generic `get_short_oid()`
  ` [PATCH v2 09/14] object-name: merge `update_candidates()` and `match_prefix()`
  ` [PATCH v2 10/14] object-name: abbreviate loose object names without `disambiguate_state`
  ` [PATCH v2 11/14] object-name: simplify computing common prefixes
  ` [PATCH v2 12/14] object-name: move logic to compute loose abbreviation length
  ` [PATCH v2 13/14] object-file: move logic to compute packed "
  ` [PATCH v2 14/14] odb: introduce generic `odb_find_abbrev_len()`

[GSoC PATCH] object-name: turn INTERPRET_BRANCH_* constants into enum values
 2026-03-20 10:25 UTC  (3+ messages)
` [GSoC PATCH v2] "

[PATCH] t5315: use test_path_is_file for loose-object check
 2026-03-20 10:08 UTC  (7+ messages)
` [GSOC PATCH v2] "

[PATCH 0/5] backfill: accept revision arguments
 2026-03-20  7:35 UTC  (12+ messages)
` [PATCH 3/5] "
` [PATCH 4/5] backfill: work with prefix pathspecs

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

Subject: [PATCH] object-file: fix sparse 'plain integer as NULL pointer' error
 2026-03-20  6:14 UTC  (6+ messages)

[PATCH] git-compat-util: make git_find_last_dir_sep return a const pointer
 2026-03-20  5:20 UTC  (7+ messages)

[PATCH v6 0/6] repo info: add category/path keys and --path-format
 2026-03-20  1:49 UTC  (4+ messages)

[PATCH 1/1] git-send-email.perl: support executable scripts for recipient options
 2026-03-20  1:35 UTC  (4+ messages)

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

[PATCH] use strvec_pushv() to add another strvec
 2026-03-20  0:46 UTC  (4+ messages)
` [PATCH v2] "

What's cooking in git.git (Mar 2026, #07)
 2026-03-20  0:45 UTC 

[PATCH] xdiff: re-diff shifted change groups when using histogram algorithm
 2026-03-19 23:30 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] cocci: strbuf.buf is never NULL
 2026-03-19 22:39 UTC 

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

[PATCH 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
 2026-03-19 22:24 UTC  (6+ 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 3/5] t7704: demonstrate failure with once-cruft objects above the geometric split
` [PATCH 4/5] pack-objects: support excluded-open packs with --stdin-packs
` [PATCH 5/5] repack: mark non-MIDX packs above the split as excluded-open

[GSoC] interested in improving git repo info path queries
 2026-03-19 21:36 UTC 

[PATCH v6 0/6] repo info: add category/path keys and --path-format
 2026-03-19 20:59 UTC  (3+ messages)
` [PATCH v6 5/6] t1900: cover repo info path keys and path-format
` [PATCH] t1900: cover repo info path keys in non-default layouts

[PATCH] split-index: stop using the_repository and the_hash_algo
 2026-03-19 19:01 UTC  (2+ messages)

[PATCH] commit-reach: simplify cleanup of remaining bitmaps in ahead_behind()
 2026-03-19 17:44 UTC  (5+ messages)
` [PATCH v2] "

git grep failure?
 2026-03-19 17:24 UTC  (6+ messages)

[PATCH 1/1] get_maintainer.pl: add --cc option to produce comma separated list of emails
 2026-03-19 17:08 UTC  (4+ messages)

[RFC PATCH 0/2] push: add support for pushing to remote groups
 2026-03-19 17:02 UTC  (4+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 2/2] push: support pushing to a remote group

[PATCH] checkout: add --autostash option for branch switching
 2026-03-19 16:48 UTC  (3+ messages)

[RFC] git am: apply patches directly via message id
 2026-03-19 15:45 UTC  (5+ messages)

[PATCH] t2107: modernize path existence check
 2026-03-19 15:39 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] repo: add paths.git_dir repo info key
 2026-03-19 14:00 UTC  (2+ messages)

[PATCH 0/2] odb: add odb_source_files_try() for heterogeneous source iteration
 2026-03-19 10:05 UTC  (3+ messages)
` [PATCH 2/2] odb: use odb_source_files_try() in source-chain iterations

[PATCH] use commit_stack instead of prio_queue in LIFO mode
 2026-03-19  7:19 UTC  (2+ messages)

[GSoC RFC PATCH] graph: add --graph-max option to limit displayed columns
 2026-03-19  7:07 UTC  (5+ messages)
` [GSoC RFC PATCH v2] graph: add --max-columns "

[PATCH] commit-graph: fix writing generations with dates exceeding 34 bits
 2026-03-19  6:56 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