git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
[PATCH] stash: infer "push" when push-specific options are given
 2026-04-05 11:09 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] unify and bump _WIN32_WINNT definition to Windows 8.1
 2026-04-05 10:54 UTC 

[PATCH 0/3] doc: replace mentions of deprecated git config --list
 2026-04-05 10:32 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] doc: replace git config --list/-l with `list`
  ` [PATCH v2 2/2] doc: gitcvs-migration: rephrase “man page”

[PATCH v11 00/12] fsmonitor: implement filesystem change listener for Linux
 2026-04-05  9:26 UTC  (6+ messages)
` [PATCH v12 00/13] "
  ` [PATCH v12 13/13] fsmonitor: fix split-index bitmap bounds in tweak_fsmonitor()

[PATCH v2 00/16] object-file: get rid of `the_repository`
 2026-04-05  6:56 UTC  (3+ messages)
` [PATCH v2 01/16] object-file: fix -Wsign-compare warnings

[PATCH] object-file: don't use object database without a repository
 2026-04-05  6:46 UTC  (3+ messages)

[BUG] git diff --no-index segfaults on large files (NULL object database)
 2026-04-05  6:14 UTC  (7+ messages)

H
 2026-04-05  1:13 UTC 

[GSoC][PATCH v3] t2000: modernise overall structure
 2026-04-05  1:11 UTC  (2+ messages)
` [PATCH v4 1/1] t2000: modernize overall structure and path checks

[RFC PATCH] switch: provide configurable detach
 2026-04-04 21:26 UTC  (6+ messages)
` [RFC PATCH v2] "

[RFC] Show empty root commits when using --simplify-by-decoration
 2026-04-04 20:05 UTC  (3+ messages)

[PATCH 00/17] tests: access bare repositories explicitly
 2026-04-04 19:49 UTC  (34+ messages)
` [PATCH 09/17] t5503: avoid discovering a bare repository
` [PATCH 10/17] t5505: export `GIT_DIR` after `git init --bare`
` [PATCH 11/17] t5509: specify bare repository path explicitly
` [PATCH 12/17] t5540/t5541: avoid accessing a bare repository via `-C <dir>`
` [PATCH 13/17] t5619: wrap `test_commit_bulk` in `GIT_DIR` subshell for bare repo
` [PATCH 14/17] t6020: use `-C` for worktree, `--git-dir` for bare repository
` [PATCH 15/17] t9210: pass `safe.bareRepository=all` to `scalar register`
` [PATCH 16/17] t9700: stop relying on implicit bare repo discovery
` [PATCH 17/17] git p4 clone --bare: need to be explicit about the gitdir
` [PATCH v2 00/17] tests: access bare repositories explicitly
  ` [PATCH v2 01/17] t0001: allow implicit bare repo discovery for aliased-command test
  ` [PATCH v2 02/17] t0001: replace `cd`+`git` with `git --git-dir` in `check_config`
  ` [PATCH v2 03/17] t0003: use `--git-dir` for bare repo attribute tests
  ` [PATCH v2 04/17] t0056: allow implicit bare repo discovery for `-C` work-tree tests
  ` [PATCH v2 05/17] t1020: use `--git-dir` instead of subshell for bare repo
  ` [PATCH v2 06/17] t1900: avoid using `-C <dir>` for a bare repository
  ` [PATCH v2 07/17] t2400: explicitly specify bare repo for `git worktree add`
  ` [PATCH v2 08/17] t2406: use `--git-dir=.` for bare repository worktree repair
  ` [PATCH v2 09/17] t5503: avoid discovering a bare repository
  ` [PATCH v2 10/17] t5505: export `GIT_DIR` after `git init --bare`
  ` [PATCH v2 11/17] t5509: specify bare repository path explicitly
  ` [PATCH v2 12/17] t5540/t5541: avoid accessing a bare repository via `-C <dir>`
  ` [PATCH v2 13/17] t5619: wrap `test_commit_bulk` in `GIT_DIR` subshell for bare repo
  ` [PATCH v2 14/17] t6020: use `-C` for worktree, `--git-dir` for bare repository
  ` [PATCH v2 15/17] t9210: pass `safe.bareRepository=all` to `scalar register`
  ` [PATCH v2 16/17] t9700: stop relying on implicit bare repo discovery
  ` [PATCH v2 17/17] git p4 clone --bare: need to be explicit about the gitdir

[GSoC PATCH v2] backfill: auto-detect sparse-checkout from config
 2026-04-04 17:36 UTC  (2+ messages)

[PATCH 0/4] Doc difftool
 2026-04-04 17:12 UTC  (5+ messages)
` [PATCH 1/4] doc: convert git-difftool manual page to synopsis style
` [PATCH 2/4] doc: convert git-range-diff "
` [PATCH 3/4] doc: convert git-shortlog "
` [PATCH 4/4] doc: convert git-describe "

[PATCH] hash: introduce support for the MD5 hash algorithm
 2026-04-04 15:34 UTC  (2+ messages)

[PATCH v2 0/5] refs: reduce reliance on the_repository global state
 2026-04-04 13:58 UTC  (20+ messages)
` [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 4/5] refs/reftable-backend: drop uses of the_repository
  ` [PATCH v4 0/3] refs: reduce reliance on global state
    ` [PATCH v4 1/3] refs: add struct repository parameter in get_files_ref_lock_timeout_ms()
    ` [PATCH v4 2/3] refs: remove the_hash_algo global state
    ` [PATCH v4 3/3] refs/reftable-backend: drop uses of the_repository
    ` [PATCH v5 0/3] refs: reduce reliance on global state
      ` [PATCH v5 1/3] refs: add struct repository parameter in get_files_ref_lock_timeout_ms()
      ` [PATCH v5 2/3] refs: remove the_hash_algo global state
      ` [PATCH v5 3/3] refs/reftable-backend: drop uses of the_repository

[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
 2026-04-04  9:24 UTC  (8+ messages)
` [GSoC RFC PATCH 1/1] "
` [GSoC RFC PATCH v2 0/1] graph: add indentation for commits preceded by a parentless commit
  ` [GSoC RFC PATCH v2 1/1] "

[PATCH 0/4] Run hooks in parallel
 2026-04-04  8:29 UTC  (14+ messages)
` [PATCH v6 00/12] "
  ` [PATCH v6 01/12] repository: fix repo_init() memleak due to missing _clear()
  ` [PATCH v6 02/12] config: add a repo_config_get_uint() helper
  ` [PATCH v6 03/12] hook: parse the hook.jobs config
  ` [PATCH v6 04/12] hook: allow parallel hook execution
  ` [PATCH v6 05/12] hook: allow pre-push parallel execution
  ` [PATCH v6 06/12] hook: mark non-parallelizable hooks
  ` [PATCH v6 07/12] hook: add -j/--jobs option to git hook run
  ` [PATCH v6 08/12] hook: add per-event jobs config
  ` [PATCH v6 09/12] hook: warn when hook.<friendly-name>.jobs is set
  ` [PATCH v6 10/12] hook: move is_known_hook() to hook.c for wider use
  ` [PATCH v6 11/12] hook: add hook.<event>.enabled switch
  ` [PATCH v6 12/12] hook: allow hook.jobs=-1 to use all available CPU cores

[PATCH 0/12] fixing the remainder of the C23 strchr warnings
 2026-04-04  5:42 UTC  (18+ messages)
` [PATCH 07/12] pseudo-merge: fix disk reads from find_pseudo_merge()
` [PATCH 08/12] skip_prefix(): check const match between in and out params
` [PATCH v2 0/12] fixing the remainder of the C23 strchr warnings
  ` [PATCH v2 08/12] skip_prefix(): check const match between in and out params
      ` [PATCH v2 13/12] git-compat-util: fix CONST_OUTPARAM typo and indentation

[Proposal][GSOC] extending git repo info with additional path metadata
 2026-04-04  4:57 UTC 

[PATCH 00/16] odb: introduce "inmemory" source
 2026-04-03 22:11 UTC  (19+ messages)
` [PATCH 01/16] "
` [PATCH 02/16] odb/source-inmemory: implement `free()` callback
` [PATCH 03/16] odb: fix unnecessary call to `find_cached_object()`
` [PATCH 04/16] odb/source-inmemory: implement `read_object_info()` callback
` [PATCH 05/16] odb/source-inmemory: implement `read_object_stream()` callback
` [PATCH 06/16] odb/source-inmemory: implement `write_object()` callback
` [PATCH 07/16] odb/source-inmemory: implement `write_object_stream()` callback
` [PATCH 08/16] cbtree: allow using arbitrary wrapper structures for nodes
` [PATCH 09/16] oidtree: add ability to store data
` [PATCH 10/16] odb/source-inmemory: convert to use oidtree
` [PATCH 11/16] odb/source-inmemory: implement `for_each_object()` callback
` [PATCH 12/16] odb/source-inmemory: implement `find_abbrev_len()` callback
` [PATCH 13/16] odb/source-inmemory: implement `count_objects()` callback
` [PATCH 14/16] odb/source-inmemory: implement `freshen_object()` callback
` [PATCH 15/16] odb/source-inmemory: stub out remaining functions
` [PATCH 16/16] odb: generic inmemory source

[GSoC PATCH v5 0/2] graph: add --graph-lane-limit option
 2026-04-03 20:15 UTC  (10+ messages)
` [GSoC PATCH v6 0/3] "

[PATCH] config: retry acquiring config.lock for 100ms
 2026-04-03 17:53 UTC  (2+ messages)

[PATCH] cmake: use writev(3p) wrapper as needed
 2026-04-03 17:35 UTC  (2+ messages)

[GSoC PATCH v2] backfill: error out when HEAD cannot be parsed
 2026-04-03 17:24 UTC  (4+ messages)

[PATCH] mingw: use strftime() directly in UCRT builds
 2026-04-03  9:56 UTC 

[PATCH 00/10] Prepare for advertised remotes auto-configure via URL allowlist
 2026-04-03  8:16 UTC  (5+ messages)
` [PATCH 10/10] t5710: use proper file:// URIs for absolute paths

[ANNOUNCE] Git for Windows 2.54.0-rc0
 2026-04-03  7:37 UTC 

[PATCH v3 0/2] includeIf: add "worktree" condition for matching working tree path
 2026-04-03  7:02 UTC  (3+ messages)
` [PATCH v3 1/2] config: refactor include_by_gitdir() into include_by_path()
` [PATCH v3 2/2] config: add "worktree" and "worktree/i" includeIf conditions

[PATCH v2 0/2] fetch: make submodule fetch errors configurable
 2026-04-03  6:55 UTC  (3+ messages)
` [PATCH v2 1/2] submodule: fix premature failure in recursive submodule fetch
` [PATCH v2 2/2] fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal

[PATCH] replay: support replaying down from root commit
 2026-04-03  6:49 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/4] Enable Rust by default
 2026-04-03  5:04 UTC  (6+ messages)
` [PATCH 1/4] docs: update version with default Rust support
` [PATCH 2/4] ci: install cargo on Alpine
` [PATCH 3/4] Linux: link against libdl
` [PATCH 4/4] Enable Rust by default

[L10N] Kickoff for Git 2.54.0 translations
 2026-04-03  1:47 UTC 

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-04-02 22:51 UTC  (4+ messages)
` [PATCH 05/16] midx: introduce `--checksum-only` for incremental MIDX writes

[PATCH] docs: correct information about reftable
 2026-04-02 22:42 UTC 

[PATCH v2 0/7] odb: add write operation to ODB transaction interface
 2026-04-02 21:32 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] odb: split `struct odb_transaction` into separate header
  ` [PATCH v3 2/7] odb/transaction: use pluggable `begin_transaction()`
  ` [PATCH v3 3/7] odb: update `struct odb_write_stream` read() callback
  ` [PATCH v3 4/7] object-file: remove flags from transaction packfile writes
  ` [PATCH v3 5/7] object-file: avoid fd seekback by checking object size upfront
  ` [PATCH v3 6/7] object-file: generalize packfile writes to use odb_write_stream
  ` [PATCH v3 7/7] odb/transaction: make `write_object_stream()` pluggable

[PATCH v2 0/3] includeIf: add "worktree" condition for matching working tree path
 2026-04-02 21:22 UTC  (3+ messages)
` [PATCH v2 1/3] config: add "worktree" and "worktree/i" includeIf conditions

[PATCH 0/4] xdiff: reduce the size of a couple of arrays
 2026-04-02 19:44 UTC  (9+ messages)
` [PATCH 1/4] xdiff: reduce size of action arrays
` [PATCH 2/4] xdiff: cleanup xdl_clean_mmatch()
` [PATCH 3/4] xprepare: simplify error handling
` [PATCH 4/4] xdiff: reduce the size of array

[PATCH v2 0/5] reftable: some more portability improvements
 2026-04-02 18:27 UTC  (5+ messages)
` [PATCH v2 2/5] reftable/stack: provide fsync(3p) via system header
` [PATCH v2 4/5] reftable/system: add abstraction to retrieve time in milliseconds

[PATCH] repo: add paths.toplevel to repo info
 2026-04-02 17:38 UTC  (2+ messages)

[PATCH] t/pack-refs-tests: drop '-f' from test_path_is_missing
 2026-04-02 16:36 UTC  (2+ messages)
` [PATCH v2] tests: use test_path_is_missing instead of '! test -f'

[ANNOUNCE] Git v2.54.0-rc0
 2026-04-02 16:42 UTC 

[PATCH v5] tests: use test_path_is_missing instead of '! test -f'
 2026-04-02 16:39 UTC  (2+ messages)
` [PATCH v6] "

[GSoC PATCH] backfill: auto-detect sparse-checkout from config
 2026-04-02 16:05 UTC  (5+ messages)

[PATCH v4] read-cache: use istate->repo for trace2 logging
 2026-04-02 15:25 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/3] worktree: stop using "the_repository" in is_current_worktree()
 2026-04-02 15:10 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] worktree: remove "the_repository" from is_current_worktree()


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).