Git development
 help / color / mirror / Atom feed
 messages from 2026-03-27 14:46:46 to 2026-03-30 13:18:14 UTC [more...]

[PATCH 00/18] setup: drop uses of `the_repository`
 2026-03-30 13:17 UTC  (12+ messages)
` [PATCH 01/18] setup: replace use of `the_repository` in static functions
` [PATCH 02/18] setup: stop using `the_repository` in `is_inside_worktree()`
` [PATCH 03/18] setup: stop using `the_repository` in `is_inside_git_dir()`
` [PATCH 04/18] setup: stop using `the_repository` in `prefix_path()`
` [PATCH 05/18] setup: stop using `the_repository` in `path_inside_repo()`
` [PATCH 06/18] setup: stop using `the_repository` in `verify_filename()`
` [PATCH 07/18] setup: stop using `the_repository` in `verify_non_filename()`
` [PATCH 08/18] setup: stop using `the_repository` in `enter_repo()`
` [PATCH 09/18] setup: stop using `the_repository` in `setup_work_tree()`
` [PATCH 10/18] setup: stop using `the_repository` in `set_git_work_tree()`
` [PATCH 11/18] setup: stop using `the_repository` in `setup_git_env()`

[GSoC] Draft Proposal: Enhancing the 'git repo' command
 2026-03-30 13:14 UTC 

[GSoC PATCH v2] t2000: modernize path checks with test_path_is_* helpers
 2026-03-30 12:31 UTC  (3+ messages)
` [GSoC][PATCH v3] t2000: modernise overall structure

[PATCH v10 00/12] fsmonitor: implement filesystem change listener for Linux
 2026-03-30 11:40 UTC  (6+ messages)
` [PATCH v11 "
      ` [PATCH v11 0/8] fsmonitor: add Linux support using inotify

[PATCH git] t5516: test updateInstead with worktree and unborn bare HEAD
 2026-03-30 11:18 UTC  (5+ messages)
` [GSoC PATCH 0/3] receive-pack: fix HEAD check for updateInstead
  ` [GSoC PATCH 1/3] t5516: test updateInstead with worktree and unborn bare HEAD
  ` [GSoC PATCH 2/3] t5516: clean up cloned and new-wt in denyCurrentBranch and worktrees test
  ` [GSoC PATCH 3/3] receive-pack: use worktree HEAD for updateInstead

[PATCH v1 1/1] cat-file: add use-mailmap/no-use-mailmap to --batch-command
 2026-03-30 10:37 UTC  (9+ messages)
` [PATCH v2 0/1] cat-file: add mailmap subcommand "
  ` [PATCH v2 1/1] "

Draft of Git Rev News edition 133
 2026-03-30 10:31 UTC 

[GSoC PATCH 00/16] Microproject: avoid suppressing git's exit code
 2026-03-30  9:51 UTC  (22+ messages)
` [GSoC PATCH 01/16] t7004: "
` [GSoC PATCH 02/16] t6423: "
` [GSoC PATCH 03/16] t6411: "
` [GSoC PATCH 04/16] t6101: "
` [GSoC PATCH 05/16] t6006: "
` [GSoC PATCH 06/16] t5304: "
` [GSoC PATCH 07/16] t4153: "
` [GSoC PATCH 08/16] t4150: "
` [GSoC PATCH 09/16] t4140: "
` [GSoC PATCH 10/16] t4039: "
` [GSoC PATCH 11/16] t3903: "
` [GSoC PATCH 12/16] t3701: "
` [GSoC PATCH 13/16] t3412: "
` [GSoC PATCH 14/16] t1400: "
` [GSoC PATCH 15/16] t0100: "
` [GSoC PATCH 16/16] t2206: "

[GSoC PATCH] backfill: error out when HEAD cannot be parsed
 2026-03-30  9:48 UTC  (2+ messages)

[GSoC PATCH] bugreport: clarify usage message purpose
 2026-03-30  9:32 UTC  (3+ messages)
` [GSoC PATCH v2] "

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-03-29 21:41 UTC  (17+ messages)
` [PATCH 01/16] midx-write: handle noop writes when converting incremental chains
` [PATCH 02/16] midx: use `string_list` for retained MIDX files
` [PATCH 03/16] strvec: introduce `strvec_init_alloc()`
` [PATCH 04/16] midx: use `strvec` for `keep_hashes`
` [PATCH 05/16] midx: introduce `--checksum-only` for incremental MIDX writes
` [PATCH 06/16] midx: support custom `--base` "
` [PATCH 07/16] repack: track the ODB source via existing_packs
` [PATCH 08/16] midx: expose `midx_layer_contains_pack()`
` [PATCH 09/16] repack-midx: factor out `repack_prepare_midx_command()`
` [PATCH 10/16] repack-midx: extract `repack_fill_midx_stdin_packs()`
` [PATCH 11/16] repack-geometry: prepare for incremental MIDX repacking
` [PATCH 12/16] builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`
` [PATCH 13/16] packfile: ensure `close_pack_revindex()` frees in-memory revindex
` [PATCH 14/16] repack: implement incremental MIDX repacking
` [PATCH 15/16] repack: introduce `--write-midx=incremental`
` [PATCH 16/16] repack: allow `--write-midx=incremental` without `--geometric`

[PATCH v5 0/2] replay: add --revert mode to reverse commit changes
 2026-03-29 16:17 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] "

[PATCH 0/5] refs: reduce reliance on the_repository global state
 2026-03-29 15:37 UTC  (25+ messages)
` [PATCH 1/5] refs: make branchname helpers repository aware
` [PATCH 2/5] refs: make get_files_ref_lock_timeout_ms() repostory aware
` [PATCH v2 0/5] refs: reduce reliance on the_repository global state
  ` [PATCH v2 1/5] refs: make branchname helpers repository aware
  ` [PATCH v2 2/5] refs: make get_files_ref_lock_timeout_ms() repostory aware
  ` [PATCH v2 3/5] refs: remove the_hash_algo global state
  ` [PATCH v2 4/5] refs/reftable-backend: drop uses of the_repository
  ` [PATCH v2 5/5] refs/packed-backend: use ref_store->repo instead "
  ` [PATCH v3 0/5] replace the_repository with local repository instances
    ` [PATCH v3 1/5] refs: add struct repository parameter to branchname helpers
    ` [PATCH v3 2/5] refs: add struct repository parameter in get_files_ref_lock_timeout_ms()
    ` [PATCH v3 3/5] refs: remove the_hash_algo global state
    ` [PATCH v3 4/5] refs/reftable-backend: drop uses of the_repository
    ` [PATCH v3 5/5] refs/packed-backend: use ref_store->repo instead "

[GSoC PATCH] backfill: add --[no-]progress option
 2026-03-29 15:24 UTC 

[PATCH] read-cache: use index state repository for trace2 logging
 2026-03-29 14:57 UTC  (7+ messages)
` [PATCH v2] read-cache: use istate->repo "

[PATCH 0/2] [GSoC] userdiff: adding typescript pattern
 2026-03-29 14:39 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] fix(userdiff): sorted pattern and tests
  ` Spelling JavaScript (was: Re: [PATCH 0/2] [GSoC] userdiff: adding typescript pattern)

[PATCH 0/3] Add support for per-remote and per-namespace SSH options
 2026-03-29 14:33 UTC  (24+ messages)
` [PATCH 1/3] connect: Rename name to command in connect_git()
` [PATCH 2/3] connect: Add transport->remote->name to git_connect()
` [PATCH 3/3] connect: Add support for per-remote and per-namespace SSH options

[PATCH/RFC] stash: add --include-untracked support to git stash create
 2026-03-29  7:16 UTC 

[GSoC][PATCH v2] repo: use repository parameter in get_layout_bare()
 2026-03-29  5:45 UTC 

[RFC] [GSoC]: STRBUF_INIT_CONST: initialize `strbuf` to constant string
 2026-03-29  5:23 UTC  (5+ messages)

[GSoC][PATCH] doc: fix doubled words in gitdiffcore documentation
 2026-03-28 17:29 UTC  (2+ messages)

gitignore documentation for info/exclude files and patterns with relative directories
 2026-03-28 15:21 UTC  (3+ messages)
  ` [PATCH] doc: gitignore: clarify pattern base for info/exclude and core.excludesFile

[GSoC PATCH] t6101: avoid suppressing git's exit code
 2026-03-28 13:59 UTC 

[GSoC PATCH 1/2] t8003: avoid suppressing git's exit code
 2026-03-28 13:29 UTC  (2+ messages)
` [GSoC PATCH 2/2] t8003: modernise style

[GSoC][RFC] Proposal draft for "Improve the new git repo command"
 2026-03-28 12:52 UTC 

[GSoC][PATCH] doc: fix doubled words in gitdiffcore documentation
 2026-03-28  6:23 UTC 

[PATCH v1] replay.c: support replaying root commits
 2026-03-28  3:24 UTC  (4+ messages)

[GSoC PATCH v4 0/3] graph: add --graph-lane-limit option
 2026-03-28  0:11 UTC  (11+ messages)
` [GSoC PATCH v5 0/2] "
  ` [GSoC PATCH v5 1/2] "
  ` [GSoC PATCH v6 0/3] "
    ` [GSoC PATCH v6 1/3] graph: limit the graph width to a hard-coded max
    ` [GSoC PATCH v6 2/3] graph: add --graph-lane-limit option
    ` [GSoC PATCH v6 3/3] graph: add truncation mark to capped lanes

[PATCH] use strvec_pushv() to add another strvec
 2026-03-27 23:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/5] Xdiff cleanup part 3
 2026-03-27 23:01 UTC  (10+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] xdiff/xdl_cleanup_records: delete local recs pointer
  ` [PATCH v3 2/6] xdiff: use unambiguous types in xdl_bogo_sqrt()
  ` [PATCH v3 3/6] xdiff/xdl_cleanup_records: use unambiguous types
  ` [PATCH v3 4/6] xdiff/xdl_cleanup_records: make limits more clear
  ` [PATCH v3 5/6] xdiff/xdl_cleanup_records: make setting action easier to follow
  ` [PATCH v3 6/6] xdiff/xdl_cleanup_records: simplify INVESTIGATE handling for clarity

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

[PATCH 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
 2026-03-27 20:43 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
` [PATCH v3 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
  ` [PATCH v3 1/5] pack-objects: plug leak in `read_stdin_packs()`
  ` [PATCH v3 2/5] pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
  ` [PATCH v3 3/5] t7704: demonstrate failure with once-cruft objects above the geometric split
  ` [PATCH v3 4/5] pack-objects: support excluded-open packs with --stdin-packs
  ` [PATCH v3 5/5] repack: mark non-MIDX packs above the split as excluded-open

[PATCH v2] docs: fix --commit-list-format related entries
 2026-03-27 20:27 UTC  (5+ messages)
` [PATCH 0/2] format-patch: remove wrapping and update docs
  ` [PATCH 1/2] docs: fix --commit-list-format related entries
  ` [PATCH 2/2] format-patch: removing unconditional wrapping

[PATCH 00/11] detect misspelt test_expect_success and friends
 2026-03-27 18:11 UTC  (7+ messages)
` [PATCH 01/11] test-lib: catch misspelt 'test_expect_successo'

[PATCH 0/6] ISOC23: quell warnings on discarding const
 2026-03-27 17:45 UTC  (3+ messages)

[PATCH] docs: fix git stash grammar
 2026-03-27 17:45 UTC  (11+ messages)

[PATCH 0/3] worktree: stop using "the_repository" in is_current_worktree()
 2026-03-27 17:07 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] worktree: remove "the_repository" from is_current_worktree()

[PATCH v2 0/8] improve "git format-patch --commit-list-format"
 2026-03-27 16:47 UTC  (9+ messages)
` [PATCH v3 "

[PATCH] replay: support replaying down from root commit
 2026-03-27 16:45 UTC  (6+ messages)
` [PATCH v2] "

What's cooking in git.git (Mar 2026, #11)
 2026-03-27 16:13 UTC  (5+ messages)

[PATCH] repack-promisor: add fake paths to oids when repacking promisor objects
 2026-03-27 16:12 UTC 

[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-27 16:11 UTC  (4+ messages)
` [PATCH v3 00/12] config-hook cleanups and three small git-hook features

[PATCH 0/4] Run hooks in parallel
 2026-03-27 15:59 UTC  (5+ messages)
` [PATCH v5 00/12] "
  ` [PATCH v5 10/12] hook: move is_known_hook() to hook.c for wider use

[PATCH 0/4] fix const issues in revision parser
 2026-03-27 15:55 UTC  (5+ messages)
` [PATCH 1/4] revision: make handle_dotdot() interface less confusing


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