Git development
 help / color / mirror / Atom feed
 messages from 2026-07-02 03:24:34 to 2026-07-05 08:24:36 UTC [more...]

[PATCH 00/13] coverity: fix leaks and error paths
 2026-07-05  8:24 UTC  (16+ messages)
` [PATCH 01/13] load_one_loose_object_map(): fix resource leak
` [PATCH 05/13] run_diff_files: avoid memory leak
` [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 v2 00/12] coverity: fix leaks and error paths
  ` [PATCH v2 01/12] load_one_loose_object_map(): fix resource leak
  ` [PATCH v2 02/12] loose: avoid closing invalid fd on error path

[PATCH] ci(dockerized): reduce the PID limit for private repositories
 2026-07-05  5:28 UTC  (5+ messages)
` [PATCH v2] ci(dockerized): raise "

[PATCH] diff: give --compact-summary a short synonym --sstat
 2026-07-05  4:28 UTC 

[PATCH] Makefile: link osxkeychain helper against Rust
 2026-07-05  4:08 UTC  (15+ messages)
` [PATCH v2] Makefile: link osxkeychain & support universal Rust
    ` lipo availability [was: [PATCH v2] Makefile: link osxkeychain & support universal Rust]
  ` [PATCH v3 0/2] Makefile: link osxkeychain helper against Rust
    ` [PATCH v3 1/2] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
    ` [PATCH v3 2/2] Makefile: support universal macOS builds via RUST_TARGETS
    ` [PATCH v4 0/2] Makefile: link osxkeychain helper against Rust
      ` [PATCH v4 1/2] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
      ` [PATCH v4 2/2] Makefile: support universal macOS builds via RUST_TARGETS

[PATCH 0/6] t: add lint-style.pl and convert grep to test_grep
 2026-07-05  2:49 UTC  (18+ messages)
` [PATCH v2 0/6] t: add greplint.pl "
  ` [PATCH v2 5/6] t: convert grep assertions "
  ` [PATCH v3 0/6] t: add greplint.pl and convert grep "
    ` [PATCH v3 1/6] t/README: document test_grep helper
    ` [PATCH v3 2/6] t: fix grep assertions missing file arguments
    ` [PATCH v3 3/6] t: extract chainlint's parser into shared module
    ` [PATCH v3 4/6] t: fix Lexer line count for $() inside double-quoted strings
    ` [PATCH v3 5/6] t: convert grep assertions to test_grep
    ` [PATCH v3 6/6] t: add greplint to detect bare grep assertions

[PATCH 0/6] odb: refactor source-specific information in object info
 2026-07-05  1:28 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] packfile: thread odb_source_packed through packed_object_info()
  ` [PATCH v2 2/6] odb: make backend-specific fields optional
  ` [PATCH v2 3/6] odb: add `source` field to struct object_info_source
  ` [PATCH v2 4/6] treewide: convert users of `whence` to the new source field
  ` [PATCH v2 5/6] odb: drop `whence` field from object info
  ` [PATCH v2 6/6] odb: document object info fields

CARGO trouble appeared from 2.54.0 to 2.55.0
 2026-07-05  0:21 UTC 

[PATCH] precompose_utf8: use a flex array for d_name
 2026-07-04 23:37 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] small leak fix in format-patch
 2026-07-04 21:13 UTC  (11+ messages)
` [PATCH 2/2] format-patch: fix leak of rev_info in prepare_bases()

[PATCH v3 0/8] Auto-configure advertised remotes via URL allowlist
 2026-07-04  9:49 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 8/8] doc: promisor: improve acceptFromServer entry

[PATCH v6 0/3] graph: indent visual roots in graph
 2026-07-04  8:52 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] lib-log-graph: move check_graph function
  ` [PATCH v7 2/3] graph: add a 2 commit buffer for lookahead
  ` [PATCH v7 3/3] graph: indent visual root in graph

[PATCH] rev-parse: have --parseopt callers exit 0 on --help
 2026-07-04  4:47 UTC  (13+ messages)
` [PATCH v2 0/4] rev-parse: "
  ` [PATCH v2 1/4] t1517: skip svn tests if svn is not installed
      ` [PATCH v2 1/4] t1517: skip svn tests if svn is not installed2sy
  ` [PATCH v2 2/4] parse-options: add a separate case for help output on error

[GSoC Patch] repo: support category-based prefix querying for info keys
 2026-07-03 22:49 UTC  (2+ messages)

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

[PATCH] t9811: replace 'test -f' and '! test -f' with 'test_path_*'
 2026-07-03 20:48 UTC  (3+ messages)

Unexpected recursion in 'git rm'
 2026-07-03 20:41 UTC  (8+ messages)

What's cooking in git.git (Jul 2026, #01)
 2026-07-03 20:39 UTC  (3+ messages)

Bug report - git rev-list --exclude-first-parent-only [SEC=UNOFFICIAL]
 2026-07-03 20:28 UTC  (2+ messages)

[PATCH 0/2] builtin/history: introduce "drop" subcommand
 2026-07-03 20:02 UTC  (8+ messages)
` [PATCH v8 00/11] "
  ` [PATCH v8 06/11] reset: introduce ability to skip updating HEAD

[PATCH] git-diff: Introduce --index and deprecate --cached
 2026-07-03 18:04 UTC 

[PATCH 0/9] t: fixes and improvements for GIT_TEST_LONG
 2026-07-03 17:38 UTC  (32+ messages)
` [PATCH 1/9] README: add GitLab CI badge to make it more discoverable
` [PATCH 2/9] t0021: skip EXPENSIVE test that is broken without SIZE_T_IS_32BIT
` [PATCH 3/9] t4141: fix inefficient use of dd(1)
` [PATCH 4/9] t5608: reduce maximum disk usage
` [PATCH 5/9] t7508: skip EXPENSIVE test that is broken without SIZE_T_IS_32BIT
` [PATCH 6/9] t7900: clean up large EXPENSIVE repository
` [PATCH 7/9] t: use `test_bool_env` to parse GIT_TEST_LONG
` [PATCH 8/9] gitlab-ci: disable RAM disk on macOS jobs
` [PATCH 9/9] gitlab-ci: enable "GIT_TEST_LONG"
` [PATCH v2 0/9] t: fixes and improvements for GIT_TEST_LONG
  ` [PATCH v2 1/9] README: add GitLab CI badge to make it more discoverable
  ` [PATCH v2 2/9] t0021: skip EXPENSIVE test that is broken without SIZE_T_IS_32BIT
  ` [PATCH v2 3/9] t4141: fix inefficient use of dd(1)
  ` [PATCH v2 4/9] t5608: reduce maximum disk usage
  ` [PATCH v2 5/9] t7508: skip EXPENSIVE test that is broken without SIZE_T_IS_32BIT
  ` [PATCH v2 6/9] t7900: clean up large EXPENSIVE repository
  ` [PATCH v2 7/9] t: use `test_bool_env` to parse GIT_TEST_LONG
  ` [PATCH v2 8/9] gitlab-ci: disable RAM disk on macOS jobs
  ` [PATCH v2 9/9] gitlab-ci: enable "GIT_TEST_LONG"

git-diff in a worktree is an order of magnitude slower?
 2026-07-03 15:57 UTC  (9+ messages)

[PATCH] meson: wire up USE_NSEC build knob
 2026-07-03 15:46 UTC  (9+ messages)

Programmatically edit the git rebase sequence?
 2026-07-03 15:31 UTC  (5+ messages)

[PATCH 0/3] history: sign rewritten commits
 2026-07-03 14:50 UTC  (4+ messages)
` [PATCH 1/3] builtin/history: "
` [PATCH 2/3] doc: document history signing options
` [PATCH 3/3] t345x: cover signed history rewrites

[PATCH v3 0/5] builtin/refs: add ability to write references
 2026-07-03 14:31 UTC  (8+ messages)
` [PATCH v3 2/5] builtin/refs: add "delete" subcommand
` [PATCH v3 4/5] builtin/refs: add "create" subcommand
` [PATCH v3 5/5] builtin/refs: add "rename" subcommand

[PATCH 0/9] hash algorithm leak fixes
 2026-07-03 13:47 UTC  (17+ messages)
` [PATCH 1/9] csum-file: drop discard_hashfile()
` [PATCH 2/9] hash: add discard primitive
` [PATCH 3/9] csum-file: always finalize or discard hash
` [PATCH 4/9] csum-file: provide a function to release checkpoints
` [PATCH 5/9] patch-id: discard hash when done
` [PATCH 6/9] check_stream_oid(): discard hash on read error
` [PATCH 7/9] http: discard hash in dumb-http http_object_request
` [PATCH 8/9] hash: fix memory leak copying sha256 gcrypt handles
` [PATCH 9/9] hash: add platform-specific discard functions

[PATCH 00/11] reftable: harden against corrupted tables
 2026-07-03 12:58 UTC  (14+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 01/12] meson: support building fuzzers with libFuzzer
  ` [PATCH v3 02/12] oss-fuzz: add fuzzer for parsing reftables
  ` [PATCH v3 03/12] reftable/basics: fix OOB read on binary search of empty range
  ` [PATCH v3 04/12] reftable/record: don't abort when decoding invalid ref value type
  ` [PATCH v3 05/12] t/unit-tests: introduce test helper to write reftable blocks
  ` [PATCH v3 06/12] reftable/block: fix OOB write with bogus inflated log size
  ` [PATCH v3 07/12] reftable/block: fix OOB read with bogus block size
  ` [PATCH v3 08/12] reftable/block: fix OOB read with bogus restart count
  ` [PATCH v3 09/12] reftable/block: fix use of uninitialized memory when binsearch fails
  ` [PATCH v3 10/12] reftable/block: fix OOB read with bogus restart offset
  ` [PATCH v3 11/12] reftable/table: fix NULL pointer access when seeking to bogus offsets
  ` [PATCH v3 12/12] reftable/table: fix OOB read on truncated table

[PATCH 0/3] fixing expensive http test timeouts
 2026-07-03 12:09 UTC  (14+ messages)
` [PATCH 1/3] t/lib-httpd: bump apache timeout
` [PATCH 3/3] t5551: pack refs after creating many tags
          ` weird quadratic reftable behavior, was: "

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

[PATCH v2 00/12] reftable: harden against corrupted tables
 2026-07-03 10:32 UTC  (10+ messages)
` [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

merci d'effacer nos donnees
 2026-07-03  9:14 UTC 

[PATCH] meson: restore hook-list.h to builtin_sources
 2026-07-03  6:03 UTC  (6+ messages)

[PATCH v4 0/8] commit-reach: terminate merge-base walk when one side is exhausted
 2026-07-03  2:54 UTC  (5+ messages)
` [PATCH v5 00/10] "

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

[ANNOUNCE] Git Rev News edition 136
 2026-07-02 19:38 UTC 

[ANNOUNCE] Git v2.55.0
 2026-07-02 14:07 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.55.0(2)
 2026-07-02 13:46 UTC 

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

[PATCH] apply: avoid leaking abandoned git-header state
 2026-07-02  4:17 UTC 


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