Git development
 help / color / mirror / Atom feed
 messages from 2026-06-30 07:20:38 to 2026-07-01 19:39:39 UTC [more...]

[PATCH] meson: restore hook-list.h to builtin_sources
 2026-07-01 19:39 UTC 

Bug report (2.55.0.windows.1): git gui: "configuration error" when home directory contains non-ASCII characters on Windows
 2026-07-01 18:29 UTC 

[PATCH GSoC v14 00/13] cat-file: add remote-object-info to batch-command
 2026-07-01 18:19 UTC  (17+ messages)
` [PATCH GSoC v15 "
  ` [PATCH GSoC v15 01/13] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC v15 02/13] git-compat-util: add `strtoumax_szt()` with error handling
  ` [PATCH GSoC v15 03/13] cat-file: declare loop counter inside for()
  ` [PATCH GSoC v15 04/13] t1006: split test utility functions into new 'lib-cat-file.sh'
  ` [PATCH GSoC v15 05/13] fetch-pack: drop static `advertise_sid` variable
  ` [PATCH GSoC v15 06/13] fetch-pack: move `write_fetch_command_and_capabilities()` to connect.c
  ` [PATCH GSoC v15 07/13] connect: make `write_fetch_command_and_capabilities()` more generic
  ` [PATCH GSoC v15 08/13] fetch-pack: move fetch initialization
  ` [PATCH GSoC v15 09/13] serve: advertise object-info feature
  ` [PATCH GSoC v15 10/13] transport: add client support for object-info
  ` [PATCH GSoC v15 11/13] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC v15 12/13] cat-file: validate remote atoms with an allow-list
  ` [PATCH GSoC v15 13/13] cat-file: make remote-object-info allow-list dynamic

[PATCH v2 0/2] environment: move excludes_file into repo_config_values
 2026-07-01 18:14 UTC  (16+ messages)
` [PATCH v4 0/1] "
  ` [PATCH v4 1/1] "
  ` [PATCH v5 0/1] "
    ` [PATCH v5 1/1] "
    ` [PATCH v6 0/1] "
      ` [PATCH v6 1/1] "

[GSoC] [Blog] week 1: Improving the new git repo command
 2026-07-01 17:50 UTC  (5+ messages)
` [GSoC] [Blog] week 2: "
  ` [GSoC] [Blog] week 3: "
    ` [GSoC] [Blog] week 4: "
      ` [GSoC] [Blog] week 5: "

[PATCH v4 0/4] history: add squash subcommand to fold a range
 2026-07-01 17:41 UTC  (20+ messages)
` [PATCH v5 "

[PATCH 00/13] coverity: fix leaks and error paths
 2026-07-01 17:34 UTC  (23+ messages)
` [PATCH 01/13] load_one_loose_object_map(): fix resource leak
` [PATCH 02/13] loose: avoid closing invalid fd on error path
` [PATCH 03/13] download_https_uri_to_file(): do not leak fd upon failure
` [PATCH 04/13] run-command: avoid close(-1) in start_command() error paths
` [PATCH 05/13] run_diff_files: avoid memory leak
` [PATCH 06/13] line-log: avoid redundant copy that leaks in process_ranges
` [PATCH 07/13] dir: free allocations on parse-error paths in read_one_dir()
` [PATCH 08/13] submodule: fix cwd leak in get_superproject_working_tree()
` [PATCH 09/13] worktree: fix resource leaks when branch creation fails
` [PATCH 10/13] imap-send: avoid leaking the IMAP upload buffer
` [PATCH 11/13] reftable/table: release filter on error path
` [PATCH 12/13] fsmonitor: plug token-data leak on early daemon-startup failures
` [PATCH 13/13] mingw: make exit_process() own the process handle on all paths

[PATCH 0/3] bloom-related leak fixes
 2026-07-01 17:33 UTC  (11+ messages)
` [PATCH 1/3] bloom: make bloom-filter slab initialization idempotent
` [PATCH 2/3] revision: avoid leaking bloom keyvecs with multiple traversals
` [PATCH 3/3] line-log: drop extra copy of range with bloom filters

[PATCH 0/2] builtin/history: introduce "drop" subcommand
 2026-07-01 17:12 UTC  (14+ messages)
` [PATCH v8 00/11] "
  ` [PATCH v8 01/11] read-cache: split out function to drop unmerged entries to stage 0
  ` [PATCH v8 02/11] reset: drop `USE_THE_REPOSITORY_VARIABLE`
  ` [PATCH v8 03/11] reset: rename `reset_head()`
  ` [PATCH v8 04/11] reset: modernize flags passed to `reset_working_tree()`
  ` [PATCH v8 05/11] reset: introduce dry-run mode
  ` [PATCH v8 06/11] reset: introduce ability to skip updating HEAD
  ` [PATCH v8 07/11] reset: allow the caller to specify the current HEAD object
  ` [PATCH v8 08/11] reset: stop assuming that the caller passes in a clean index
  ` [PATCH v8 09/11] replay: expose `replay_result_queue_update()`
  ` [PATCH v8 10/11] builtin/history: split handling of ref updates into two phases
  ` [PATCH v8 11/11] builtin/history: implement "drop" subcommand

[PATCH] ci(dockerized): reduce the PID limit for private repositories
 2026-07-01 16:54 UTC  (2+ messages)

[PATCH v4 0/8] commit-reach: terminate merge-base walk when one side is exhausted
 2026-07-01 16:37 UTC  (12+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] Documentation/technical: add paint-down-to-common doc
  ` [PATCH v5 02/10] test-lib-functions: improve diagnostic output for trace2 data assertions
  ` [PATCH v5 03/10] t6600: add test cases for side-exhaustion edge cases
  ` [PATCH v5 04/10] t6099, t6600: add side-exhaustion regression tests
  ` [PATCH v5 05/10] commit-reach: add trace2 instrumentation to paint_down_to_common()
  ` [PATCH v5 06/10] t6600: add clock-skew topologies and step counts for edge cases
  ` [PATCH v5 07/10] commit-reach: introduce struct paint_state with per-side counters
  ` [PATCH v5 08/10] commit-reach: terminate merge-base walk when one paint side is exhausted
  ` [PATCH v5 09/10] commit-reach: move min_generation check into paint_queue_get()
  ` [PATCH v5 10/10] commit-reach: remove commit-date ordering fallback

RUST_LIB dependency on LIB_FILE in Makefile
 2026-07-01 16:28 UTC  (2+ messages)

[GSoC Blog] week 1 and 2: Complete and extend the remote-object-info command for git cat-file
 2026-07-01 15:03 UTC  (2+ messages)

[PATCH RFC v2 0/2] Move libgit.a sources into separate "lib/" directory
 2026-07-01 14:45 UTC  (8+ messages)
` [PATCH RFC v2 2/2] "

[PATCH] sequencer: Skip copying notes for commits that disappear during rebase
 2026-07-01 13:37 UTC  (19+ messages)
` [PATCH 00/11] sequencer: do not record dropped commits as rewritten
  ` [PATCH 01/11] t3400: restore coverage for note copying with apply backend
  ` [PATCH 02/11] sequencer: move definition of is_final_fixup()
  ` [PATCH 03/11] sequencer: be more careful with external merge
  ` [PATCH 04/11] sequencer: never reschedule on failed commit
  ` [PATCH 05/11] sequencer: remove unnecessary "or" in pick_one_commit()
  ` [PATCH 06/11] sequencer: simplify handing of fixup with conflicts
  ` [PATCH 07/11] sequencer: remove unnecessary condition in pick_one_commit()
  ` [PATCH 08/11] sequencer: simplify pick_one_commit()
  ` [PATCH 09/11] sequencer: return early from pick_one_commit() on success
  ` [PATCH 10/11] sequencer: use an enum to represent result of picking a commit
  ` [PATCH 11/11] sequencer: do not record dropped commits as rewritten

A bug
 2026-07-01 12:52 UTC  (2+ messages)

[PATCH v7 00/11] builtin/history: introduce "drop" subcommand
 2026-07-01 10:21 UTC  (4+ messages)
` [PATCH v7 11/11] builtin/history: implement "

[RFH] Why do osx CI jobs so unreliable?
 2026-07-01 10:07 UTC  (23+ messages)
        ` [PATCH 0/3] fixing expensive http test timeouts
          ` [PATCH 3/3] t5551: pack refs after creating many tags
                    ` weird quadratic reftable behavior, was: "

[PATCH 0/2] small leak fix in format-patch
 2026-07-01  9:01 UTC  (7+ messages)
` [PATCH 2/2] format-patch: fix leak of rev_info in prepare_bases()

[PATCH v4 0/3] Teach git-replay(1) to linearize merge commits
 2026-07-01  8:50 UTC  (13+ messages)
` [PATCH v4 3/3] replay: offer an option to linearize the commit topology
` [PATCH v5 0/3] Teach git-replay(1) to linearize merge commits
  ` [PATCH v5 3/3] replay: offer an option to linearize the commit topology

git-blame vs. abbrev
 2026-07-01  8:45 UTC  (7+ messages)

[PATCH] submodule absorbgitdirs tests: use test_* helper functions
 2026-07-01  8:04 UTC  (3+ messages)

After installing Git version 2.55.0.windows.1 on Windows, it is impossible to pull or push code using the domain account password
 2026-07-01  7:42 UTC  (2+ messages)

[PATCH RFC 0/2] Move libgit.a sources into separate "lib/" directory
 2026-07-01  6:59 UTC  (4+ messages)
` [PATCH RFC v3 "
  ` [PATCH RFC v3 1/2] t/helper: prepare "test-example-tap.c" for introduction of "lib/"
  ` [PATCH RFC v3 2/2] Move libgit.a sources into separate "lib/" directory

[PATCH 00/13] setup: split up repository discovery and setup
 2026-07-01  6:23 UTC  (16+ messages)
` [PATCH 01/13] setup: rename `check_repository_format_gently()`
` [PATCH 02/13] setup: mark bogus worktree in `apply_repository_format()`
` [PATCH 03/13] setup: unify setup of shallow file
` [PATCH 04/13] setup: split up concerns of `setup_git_env_internal()`
` [PATCH 05/13] setup: introduce explicit repository discovery
` [PATCH 06/13] setup: embed repository format in discovery
` [PATCH 07/13] setup: move prefix into repository
` [PATCH 08/13] setup: drop static `cwd` variable
` [PATCH 09/13] setup: propagate prefix via repository discovery
` [PATCH 10/13] setup: make repository discovery self-contained
` [PATCH 11/13] setup: drop redundant configuration of `startup_info->have_repository`
` [PATCH 12/13] setup: pass worktree to `init_db()`
` [PATCH 13/13] setup: mark `set_git_work_tree()` as file-local

[PATCH v3 0/2] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
 2026-06-30 21:16 UTC  (4+ messages)
` [PATCH v4 "

[PATCH v1] config: fix case-insensitive match for old-style [section.subsection]
 2026-06-30 20:12 UTC  (2+ messages)

What's cooking in git.git (Jun 2026, #10)
 2026-06-30 19:27 UTC  (3+ messages)

[PATCH 0/4] builtin/refs: add ability to write references
 2026-06-30 19:16 UTC  (14+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] builtin/refs: add "create" subcommand
` [PATCH v3 0/5] builtin/refs: add ability to write references
  ` [PATCH v3 1/5] builtin/refs: drop `the_repository`
  ` [PATCH v3 2/5] builtin/refs: add "delete" subcommand
  ` [PATCH v3 3/5] builtin/refs: add "update" subcommand
  ` [PATCH v3 4/5] builtin/refs: add "create" subcommand
  ` [PATCH v3 5/5] builtin/refs: add "rename" subcommand

[PATCH v2 00/12] reftable: harden against corrupted tables
 2026-06-30 17:25 UTC  (3+ messages)
` [PATCH v2 05/12] t/unit-tests: introduce test helper to write reftable blocks

[PATCH 0/6] odb: refactor source-specific information in object info
 2026-06-30 16:54 UTC  (12+ messages)
` [PATCH 1/6] packfile: thread odb_source_packed through packed_object_info()
` [PATCH 2/6] odb: make backend-specific fields optional
` [PATCH 3/6] odb: add `source` field to struct object_info_source

[PATCH 0/6] receive-pack: use ODB transactions to stage object writes
 2026-06-30 14:14 UTC  (12+ messages)
` [PATCH 2/6] object-file: propagate files transaction errors
` [PATCH 6/6] builtin/receive-pack: stage incoming objects via ODB transactions

Draft of Git Rev News edition 136
 2026-06-30 13:44 UTC 

[PATCH] history: streamline message preparation and plug file stream leak
 2026-06-30 12:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] odb: generalize `reprepare()` callback
 2026-06-30  8:31 UTC  (10+ messages)
` [PATCH 1/2] odb/source: "
` [PATCH 2/2] odb: introduce `odb_prepare()`


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