messages from 2026-07-01 16:37:24 to 2026-07-03 20:36:39 UTC [more...]
[PATCH] rev-parse: have --parseopt callers exit 0 on --help
2026-07-03 20:36 UTC (15+ 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
` [PATCH v2 3/4] rev-parse: have --parseopt callers exit 0 on --help
` [PATCH v2 4/4] parse-options: exit 0 on -h
Bug report - git rev-list --exclude-first-parent-only [SEC=UNOFFICIAL]
2026-07-03 20:28 UTC (2+ messages)
[PATCH] precompose_utf8: use a flex array for d_name
2026-07-03 20:20 UTC (5+ messages)
[PATCH 0/2] builtin/history: introduce "drop" subcommand
2026-07-03 20:02 UTC (9+ 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"
[PATCH] Makefile: link osxkeychain helper against Rust
2026-07-03 17:37 UTC (12+ 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
[GSoC Patch] repo: support category-based prefix querying for info keys
2026-07-03 16:47 UTC
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)
Unexpected recursion in 'git rm'
2026-07-03 15:25 UTC (7+ 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] t9811: replace 'test -f' and '! test -f' with 'test_path_*'
2026-07-03 8:19 UTC (2+ messages)
[PATCH] meson: restore hook-list.h to builtin_sources
2026-07-03 6:03 UTC (6+ messages)
[PATCH 0/6] t: add lint-style.pl and convert grep to test_grep
2026-07-03 4:54 UTC (16+ 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 v4 0/8] commit-reach: terminate merge-base walk when one side is exhausted
2026-07-03 2:54 UTC (11+ messages)
` [PATCH v5 00/10] "
` [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
[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
[PATCH v5 0/3] Teach git-replay(1) to linearize merge commits
2026-07-02 17:58 UTC (5+ 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
[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 0/6] odb: refactor source-specific information in object info
2026-07-02 12:02 UTC (8+ 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
What's cooking in git.git (Jul 2026, #01)
2026-07-02 10:38 UTC (2+ messages)
[PATCH 0/2] small leak fix in format-patch
2026-07-02 10:08 UTC (9+ messages)
` [PATCH 2/2] format-patch: fix leak of rev_info in prepare_bases()
[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
Security Vulnerability in Git 2.54.0/OpenSSL 3.5.6 Status
2026-07-01 21:39 UTC (3+ messages)
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 (6+ messages)
` [PATCH GSoC v15 "
` [PATCH GSoC v15 02/13] git-compat-util: add `strtoumax_szt()` with error handling
` [PATCH GSoC v15 05/13] fetch-pack: drop static `advertise_sid` variable
[PATCH v2 0/2] environment: move excludes_file into repo_config_values
2026-07-01 18:14 UTC (12+ messages)
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
[PATCH v5 0/1] environment: move excludes_file into repo_config_values
2026-07-01 18:08 UTC (3+ messages)
` [PATCH v6 "
` [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 00/13] coverity: fix leaks and error paths
2026-07-01 17:34 UTC (2+ messages)
[PATCH 0/3] bloom-related leak fixes
2026-07-01 17:33 UTC (3+ messages)
[PATCH] ci(dockerized): reduce the PID limit for private repositories
2026-07-01 16:54 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox