Git development
 help / color / mirror / Atom feed
 messages from 2026-06-29 09:02:27 to 2026-07-01 07:56:36 UTC [more...]

[PATCH 00/13] coverity: fix leaks and error paths
 2026-07-01  7:56 UTC  (17+ 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

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] ci(dockerized): reduce the PID limit for private repositories
 2026-07-01  7:04 UTC 

[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

[RFH] Why do osx CI jobs so unreliable?
 2026-07-01  6:56 UTC  (29+ messages)
                ` [PATCH 0/3] fixing expensive http test timeouts
                  ` [PATCH 2/3] t5551: put many-tags case into its own repo
                  ` [PATCH 3/3] t5551: pack refs after creating many tags
                            ` weird quadratic reftable behavior, was: "

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

[PATCH 0/3] bloom-related leak fixes
 2026-07-01  6:42 UTC  (4+ 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 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] sequencer: Skip copying notes for commits that disappear during rebase
 2026-07-01  6:00 UTC  (15+ 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

git-blame vs. abbrev
 2026-06-30 21:38 UTC  (5+ messages)

[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 v4 0/4] history: add squash subcommand to fold a range
 2026-06-30 18:38 UTC  (22+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
    ` [PATCH v6 4/4] history: re-edit a squash with every message

[PATCH] submodule absorbgitdirs tests: use test_* helper functions
 2026-06-30 18:00 UTC  (2+ messages)

[PATCH v2 00/12] reftable: harden against corrupted tables
 2026-06-30 17:25 UTC  (12+ messages)
` [PATCH v2 03/12] reftable/basics: fix OOB read on binary search of empty range
` [PATCH v2 04/12] reftable/record: don't abort when decoding invalid ref value type
` [PATCH v2 05/12] t/unit-tests: introduce test helper to write reftable blocks
` [PATCH v2 06/12] reftable/block: fix OOB write with bogus inflated log size
` [PATCH v2 07/12] reftable/block: fix OOB read with bogus block size
` [PATCH v2 08/12] reftable/block: fix OOB read with bogus restart count
` [PATCH v2 09/12] reftable/block: fix use of uninitialized memory when binsearch fails
` [PATCH v2 10/12] reftable/block: fix OOB read with bogus restart offset
` [PATCH v2 11/12] reftable/table: fix NULL pointer access when seeking to bogus offsets
` [PATCH v2 12/12] reftable/table: fix OOB read on truncated table

[PATCH 0/6] odb: refactor source-specific information in object info
 2026-06-30 16:54 UTC  (16+ 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 4/6] treewide: convert users of `whence` to the new source field
` [PATCH 5/6] odb: drop `whence` field from object info

[PATCH v2 0/2] environment: move excludes_file into repo_config_values
 2026-06-30 16:44 UTC  (13+ messages)
` [PATCH v4 0/1] "
  ` [PATCH v4 1/1] "
  ` [PATCH v5 0/1] "
    ` [PATCH v5 1/1] "

[PATCH 0/6] receive-pack: use ODB transactions to stage object writes
 2026-06-30 14:14 UTC  (26+ messages)
` [PATCH 1/6] object-file: rename files transaction prepare function
` [PATCH 2/6] object-file: propagate files transaction errors
` [PATCH 3/6] odb/transaction: propagate begin errors
` [PATCH 4/6] odb/transaction: propagate commit errors
` [PATCH 5/6] odb/transaction: add transaction env interface
` [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 v4 0/3] Teach git-replay(1) to linearize merge commits
 2026-06-30 13:42 UTC  (10+ 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

RUST_LIB dependency on LIB_FILE in Makefile
 2026-06-30 13:07 UTC 

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

[PATCH 0/2] small leak fix in format-patch
 2026-06-30 10:26 UTC  (4+ messages)
` [PATCH 1/2] t: move LSan errors from stdout to stderr
` [PATCH 2/2] format-patch: fix leak of rev_info in prepare_bases()

[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()`

[PATCH] builtin/history: unuse the commit buffer after use
 2026-06-30  6:44 UTC  (9+ messages)

[PATCH] meson: wire up USE_NSEC build knob
 2026-06-30  5:43 UTC  (7+ messages)

[RFC] clone: allow sparse-checkout paths to be specified during clone
 2026-06-30  5:32 UTC  (3+ messages)

[PATCH v5 0/2] graph: indent visual roots in graph
 2026-06-29 23:29 UTC  (6+ messages)
` [PATCH v6 0/3] "
  ` [PATCH v6 2/3] revision: add peek functions for lookahead

[PATCH v2] completion: hide dotfiles for selected path completion
 2026-06-29 21:52 UTC  (3+ messages)
` [PATCH v3 0/2] "

[ANNOUNCE] Git Merge 2026 CFP deadline extended
 2026-06-29 21:36 UTC 

[PATCH 0/6] t: add lint-style.pl and convert grep to test_grep
 2026-06-29 21:21 UTC  (8+ messages)
` [PATCH v2 0/6] t: add greplint.pl "
  ` [PATCH v2 5/6] t: convert grep assertions "

[PATCH] prio-queue: use cascade-down sift for faster extract-min
 2026-06-29 21:16 UTC  (8+ messages)
` [PATCH v2] prio-queue: use cascade-down "

[PATCH v3 0/3] environment: migrate 'trust_executable_bit' into 'repo_config_values'
 2026-06-29 20:55 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v3 0/3] Reuse --contains traversal results
 2026-06-29 20:40 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v7 00/11] builtin/history: introduce "drop" subcommand
 2026-06-29 19:49 UTC  (3+ messages)
` [PATCH v7 11/11] builtin/history: implement "

[PATCH 0/2] commit-reach: fix !FIND_ALL early exit with v1 commit graph
 2026-06-29 18:52 UTC  (6+ messages)
` [PATCH 1/2] t6600: add test for merge-base early exit with clock skew
` [PATCH 2/2] commit-reach: guard !FIND_ALL early exit with generation ordering check

[ANNOUNCE] Git for Windows 2.55.0
 2026-06-29 18:26 UTC 

What's cooking in git.git (Jun 2026, #11)
 2026-06-29 17:50 UTC 

Open to a DR60+ link exchange?
 2026-06-29 17:01 UTC 

[ANNOUNCE] Git v2.55.0
 2026-06-29 17:10 UTC 

receive-pack hangs on zero-object push into promisor-shaped repository
 2026-06-29 15:30 UTC  (2+ messages)

Security Vulnerability in Git 2.54.0/OpenSSL 3.5.6 Status
 2026-06-29 13:57 UTC  (2+ messages)

[PATCH v3 0/8] commit-reach: terminate merge-base walk when one side is exhausted
 2026-06-29 12:59 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 6/8] commit-reach: remove unused nonstale_queue dedup wrappers

[GSoC Blog] Week 3&4 : Improve Disk Space Recovery for Partial Clones
 2026-06-29 11:49 UTC  (2+ messages)
` [GSoC Blog] Week 5 "


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