Git development
 help / color / mirror / Atom feed
 messages from 2026-07-07 14:26:50 to 2026-07-08 20:12:16 UTC [more...]

[PATCH] submodule--helper: accept '-i' shorthand for update --init
 2026-07-08 20:12 UTC  (2+ messages)

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-07-08 20:02 UTC  (8+ messages)
` [PATCH 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
` [PATCH 2/3] t/lib-httpd: make http-429 first-request check atomic
` [PATCH 3/3] t/README: document writing concurrency-safe helpers

[PATCH] unpack-trees: avoid quadratic index scan in next_cache_entry()
 2026-07-08 19:16 UTC  (4+ messages)

[PATCH] SubmittingPatches: abandoning a series
 2026-07-08 18:23 UTC  (3+ messages)
` [PATCH v2] SubmittingPatches: document how to retract a topic

[GSoC Blog] Week 3&4 : Improve Disk Space Recovery for Partial Clones
 2026-07-08 18:15 UTC  (3+ messages)
` [GSoC Blog] Week 5 "
  ` [GSoC Blog] Week 6 "

What's cooking in git.git (Jul 2026, #03)
 2026-07-08 18:03 UTC  (4+ messages)

Programmatically edit the git rebase sequence?
 2026-07-08 17:58 UTC  (2+ messages)

[PATCH] prio-queue: use cascade-down sift for faster extract-min
 2026-07-08 17:49 UTC  (14+ messages)
` [PATCH v2] prio-queue: use cascade-down "
  ` [PATCH v3 0/2] prio-queue: use bottom-up sift for extract-min
    ` [PATCH v3 1/2] prio-queue: extract sift_up() from prio_queue_put()
    ` [PATCH v3 2/2] prio-queue: use cascade for unfused gets

[RFC] clone: allow sparse-checkout paths to be specified during clone
 2026-07-08 17:48 UTC  (3+ messages)

[PATCH] merge --abort: don't delete autostash before reset succeeds
 2026-07-08 17:46 UTC  (3+ messages)

[PATCH 0/6] receive-pack: use ODB transactions to stage object writes
 2026-07-08 17:36 UTC  (28+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] object-file: rename files transaction prepare function
  ` [PATCH v2 02/11] object-file: rename files transaction fsync function
  ` [PATCH v2 03/11] object-file: embed transaction flush logic in commit function
  ` [PATCH v2 04/11] object-file: drop check for inflight transactions
  ` [PATCH v2 05/11] object-file: propagate files transaction errors
  ` [PATCH v2 06/11] odb/transaction: propagate begin errors
  ` [PATCH v2 07/11] odb/transaction: propagate commit errors
  ` [PATCH v2 08/11] odb/transaction: add transaction env interface
  ` [PATCH v2 09/11] odb/transaction: introduce ODB transaction flags
  ` [PATCH v2 10/11] builtin/receive-pack: drop redundant tmpdir env
  ` [PATCH v2 11/11] builtin/receive-pack: stage incoming objects via ODB transactions

[PATCH 0/2] commit-reach: fix !FIND_ALL early exit with v1 commit graph
 2026-07-08 17:24 UTC  (3+ messages)
` [PATCH 2/2] commit-reach: guard !FIND_ALL early exit with generation ordering check

[PATCH] SubmittingPatches: abandoning a series
 2026-07-08 16:33 UTC  (7+ messages)

[PATCH v7 0/9] migrate more variables into repo_config_values
 2026-07-08 16:03 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/9] repository: introduce repo_config_values_clear()
  ` [PATCH v8 2/9] environment: move excludes_file into repo_config_values
  ` [PATCH v8 3/9] environment: move editor_program "
  ` [PATCH v8 4/9] environment: move pager_program "
  ` [PATCH v8 5/9] environment: move askpass_program "
  ` [PATCH v8 6/9] environment: migrate apply_default_whitespace and apply_default_ignorewhitespace
  ` [PATCH v8 7/9] environment: move push_default into repo_config_values
  ` [PATCH v8 8/9] environment: move autorebase "
  ` [PATCH v8 9/9] environment: move object_creation_mode "

[PATCH] bundle-uri: drain remaining response on invalid bundle-uri lines
 2026-07-08 15:03 UTC  (4+ messages)
` [PATCH v2 0/2] Fix fatal error in git-clone(1) when reading empty bundle-URI
  ` [PATCH v2 1/2] bundle-uri: drain remaining response on invalid bundle-uri lines
  ` [PATCH v2 2/2] bundle-uri: stop sending invalid bundle configuration

[PATCH] config: retry acquiring config.lock for 100ms
 2026-07-08 14:49 UTC  (9+ messages)
` [PATCH v2] config: retry acquiring config.lock, configurable via core.configLockTimeout

[PATCH 00/11] reftable: harden against corrupted tables
 2026-07-08 13:19 UTC  (3+ messages)
` [PATCH v3 00/12] "

[PATCH v2 0/4] doc: replay: fix config link
 2026-07-08 12:09 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] doc: replay: improve config description
  ` [PATCH v3 4/4] doc: replay: move “default” to the right-hand side

[PATCH RFC 2/2] builtin/history: print feedback after successful reword
 2026-07-08 12:04 UTC  (5+ messages)

[PATCH 0/2] reftable: fix quadratic behavior when re-creating deleted refs
 2026-07-08 11:15 UTC  (10+ messages)
` [PATCH 1/2] t: add tests for ref tombstone scenarios
` [PATCH 2/2] reftable: fix quadratic behavior when re-creating deleted refs

[PATCH 00/13] setup: split up repository discovery and setup
 2026-07-08  9:42 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/13] setup: introduce explicit repository discovery

[PATCH] t1410-reflog.sh: avoid suppressing git's exit code in pipelines
 2026-07-08  9:20 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/7] git_hash_*() quality-of-life improvements
 2026-07-08  8:05 UTC  (33+ messages)
` [PATCH 1/7] hash: use git_hash_init() consistently
` [PATCH 2/7] hash: convert remaining direct function calls
` [PATCH 3/7] hash: document function pointers and wrappers
` [PATCH 4/7] hash: make git_hash_discard() idempotent
` [PATCH 6/7] http: use idempotent git_hash_discard()
` [PATCH 7/7] hash: check ctx->active flag in all wrapper functions
` [PATCH v2 0/7] git_hash_*() quality-of-life improvements
  ` [PATCH v2 1/7] hash: use git_hash_init() consistently
  ` [PATCH v2 2/7] hash: convert remaining direct function calls
  ` [PATCH v2 3/7] hash: document function pointers and wrappers
  ` [PATCH v2 4/7] hash: make git_hash_discard() idempotent
  ` [PATCH v2 5/7] csum-file: use idempotent git_hash_discard()
  ` [PATCH v2 6/7] http: "
  ` [PATCH v2 7/7] hash: check ctx->active flag in all wrapper functions

[PATCH 00/11] odb: make optimizations pluggable
 2026-07-08  7:55 UTC  (16+ messages)
` [PATCH 01/11] odb: run "pre-auto-gc" hook for all maintenance tasks
` [PATCH 02/11] builtin/gc: move worktree and rerere tasks before object optimizations
` [PATCH 03/11] builtin/gc: extract object database optimizations into separate function
` [PATCH 04/11] builtin/gc: make repack arguments self-contained
` [PATCH 05/11] builtin/gc: inline config values specific to the "files" backend
` [PATCH 06/11] builtin/gc: introduce object database optimization options
` [PATCH 07/11] builtin/gc: move geometric repacking into `odb_optimize()`
` [PATCH 08/11] builtin/gc: introduce `odb_optimize_required()`
` [PATCH 09/11] builtin/gc: refactor ODB optimizations to operate on "files" source
` [PATCH 10/11] builtin/gc: fix signedness issues in ODB-related functionality
` [PATCH 11/11] odb: make optimizations pluggable

[PATCH 00/16] path: remove dependency on `the_repository`
 2026-07-08  7:16 UTC 

[PATCH v2 15/16] environment: move access to "core.sharedRepository" into repo settings
 2026-07-08  7:11 UTC 

[PATCH v2 0/4] rev-parse: exit 0 on --help
 2026-07-08  3:59 UTC  (9+ messages)
` [PATCH v3 0/4] parseopt: exit 0 on help
  ` [PATCH v3 1/4] t1517: skip svn tests if svn is not installed
  ` [PATCH v3 2/4] parse-options: add a separate case for help output on error
  ` [PATCH v3 3/4] rev-parse: have --parseopt callers exit 0 on --help
  ` [PATCH v3 4/4] parse-options: exit 0 on -h

[PATCH v6 0/3] Makefile: link osxkeychain helper against Rust
 2026-07-08  3:21 UTC  (11+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
  ` [PATCH v7 2/3] Makefile: support universal macOS builds via RUST_TARGETS
  ` [PATCH v7 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS
  ` [PATCH v8 0/3] Makefile: link osxkeychain helper against Rust
    ` [PATCH v8 1/3] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
    ` [PATCH v8 2/3] Makefile: support universal macOS builds via RUST_TARGETS
    ` [PATCH v8 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS

[PATCH v5 1/2] Makefile: add $(GITLIBS) prerequisite to osxkeychain
 2026-07-08  3:15 UTC  (4+ messages)
` [PATCH v7 0/3] Makefile: link osxkeychain helper against Rust
` [PATCH v7 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS

[PATCH v6 0/3] Teach git-replay(1) to linearize merge commits
 2026-07-08  1:02 UTC  (10+ messages)
` [PATCH v6 3/3] replay: offer an option to linearize the commit topology
` [PATCH v7 0/3] Teach git-replay(1) to linearize merge commits
  ` [PATCH v7 1/3] replay: add helper to put entry into replayed_commits
  ` [PATCH v7 2/3] replay: resolve the replay base outside pick_regular_commit()
  ` [PATCH v7 3/3] replay: offer an option to linearize the commit topology

Incremental 'git fetch' downloaded everything again
 2026-07-07 22:51 UTC  (2+ messages)

[PATCH] http: preserve wwwauth_headers across redirects
 2026-07-07 22:35 UTC  (6+ messages)

[PATCH 0/2] commit-graph: fix topo_levels slab propagation regression
 2026-07-07 20:13 UTC  (10+ messages)
` [PATCH 1/2] commit-graph: add trace2 instrumentation for generation DFS
` [PATCH 2/2] commit-graph: propagate topo_levels slab to all chain layers

[PATCH GSoC v14 00/13] cat-file: add remote-object-info to batch-command
 2026-07-07 19:53 UTC  (7+ messages)
` [PATCH GSoC v15 "
  ` [PATCH GSoC v15 02/13] git-compat-util: add `strtoumax_szt()` with error handling

[PATCH 00/13] coverity: fix leaks and error paths
 2026-07-07 19:25 UTC  (8+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] load_one_loose_object_map(): fix resource leak
  ` [PATCH v2 07/12] submodule: fix cwd leak in `get_superproject_working_tree()`

[PATCH v6 0/2] includeIf: add "worktree" condition for matching working tree path
 2026-07-07 19:23 UTC  (6+ messages)
` [PATCH v6 2/2] config: add "worktree" and "worktree/i" includeIf conditions

[PATCH] sideband: allow ANSI SGR with colon-separated subfields
 2026-07-07 19:01 UTC  (4+ messages)

[PATCH v6 0/3] graph: indent visual roots in graph
 2026-07-07 18:12 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] graph: add a 2 commit buffer for lookahead

[PATCH] Rust: fix description in Release Notes to 2.55
 2026-07-07 17:54 UTC 

[PATCH] Rust: fix description in Release Notes to 2.55
 2026-07-07 17:47 UTC 

CVE-2026-55200 libssh2
 2026-07-07 16:24 UTC  (3+ messages)

[PATCH] t9811: replace 'test -f' and '! test -f' with 'test_path_*'
 2026-07-07 14:51 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