public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 01:46:36 to 2026-03-22 19:16:08 UTC [more...]

[GSoC PATCH 0/3] preserve promisor files content after repack
 2026-03-22 19:16 UTC  (7+ 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 "

[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] backfill: handle unexpected arguments
 2026-03-22 18:06 UTC  (8+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

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

What's cooking in git.git (Mar 2026, #08)
 2026-03-22 17:53 UTC  (5+ messages)

[PATCH 0/8] some diff-highlight tweaks
 2026-03-22 17:24 UTC  (5+ messages)
` [PATCH 5/8] diff-highlight: use test_decode_color in tests
` [PATCH 8/8] diff-highlight: fetch all config with one process

[PATCH] t/t2107-update-index-basic: use test_path_is_missing
 2026-03-22 16:40 UTC 

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

[PATCH v2] branch: reject --show-current with -v
 2026-03-22 16:34 UTC  (2+ messages)

[PATCH v1] path-walk: fix NULL pointer dereference in error message
 2026-03-22 14:21 UTC  (6+ 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 

[RFC] [GSoC]: STRBUF_INIT_CONST: initialize `strbuf` to constant string
 2026-03-22  8:59 UTC  (2+ messages)

remote-curl: segfault parsing remote.<name>.fetch outside a repository
 2026-03-22  5:36 UTC  (11+ 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] 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  (19+ 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)

[GSoC 2026] Introduction - Abhigyan Tiwari
 2026-03-21 12:51 UTC 

[GSoC 2026] Introduction - Abhigyan Tiwari
 2026-03-21 11:32 UTC 

[GSoC] Introduction - Aditya
 2026-03-21  9:55 UTC  (2+ messages)

[PATCH] bisect: use selected alternate terms in status output
 2026-03-21  5:02 UTC  (3+ messages)

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

[PATCH] path-walk: fix NULL pointer dereference in error message
 2026-03-21  4:05 UTC  (5+ messages)

[PATCH 00/14] fsck: drop use of `the_repository`
 2026-03-20 23:13 UTC  (17+ 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] Add a config option to add a comment to S-o-b lines
 2026-03-20 22:36 UTC  (4+ messages)

[PATCH 00/14] odb: generic object name handling
 2026-03-20 22:30 UTC  (32+ 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 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 20:12 UTC  (4+ messages)
` [GSoC PATCH v2] "

[GSOC][PROPOSAL v2]: Refactoring in order to reduce Git’s global state
 2026-03-20 18:12 UTC  (2+ messages)
` [GSOC][PROPOSAL v3]: "

[PATCH 0/4] Run hooks in parallel
 2026-03-20 17:24 UTC  (12+ 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

[PATCH] commit-graph: fix writing generations with dates exceeding 34 bits
 2026-03-20 17:21 UTC  (4+ messages)

[PATCH] regex: not all macOS platforms seem to have REG_ENHANCED
 2026-03-20 16:57 UTC  (14+ messages)

[PATCH] commit-reach: simplify cleanup of remaining bitmaps in ahead_behind()
 2026-03-20 16:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] cocci: strbuf.buf is never NULL
 2026-03-20 16:31 UTC  (2+ messages)

[Question] check_repository_format_gently() is not side-effect-free
 2026-03-20 16:26 UTC  (6+ 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>

[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] t5315: use test_path_is_file for loose-object check
 2026-03-20 10:08 UTC  (5+ messages)
` [GSOC PATCH v2] "

[PATCH 0/5] backfill: accept revision arguments
 2026-03-20  7:35 UTC  (4+ messages)

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)


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