Show patches with: Submitter = Patrick Steinhardt       |    State = Action Required       |    Archived = No       |   128 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,27/27] t: remove TEST_PASSES_SANITIZE_LEAK annotations Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,26/27] test-lib: unconditionally enable leak checking Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,25/27] t: remove unneeded !SANITIZE_LEAK prerequisites Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,24/27] t: mark some tests as leak free Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,23/27] t5601: work around leak sanitizer issue Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,22/27] git-compat-util: drop now-unused `UNLEAK()` macro Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,21/27] global: drop `UNLEAK()` annotation Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,20/27] t/helper: fix leaking commit graph in "read-graph" subcommand Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,19/27] builtin/branch: fix leaking sorting options Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,18/27] builtin/init-db: fix leaking directory paths Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,17/27] builtin/help: fix leaks in `check_git_cmd()` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,16/27] help: fix leaking return value from `help_unknown_cmd()` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,15/27] help: fix leaking `struct cmdnames` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,14/27] help: refactor to not use globals for reading config Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,13/27] builtin/sparse-checkout: fix leaking sanitized patterns Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,12/27] split-index: fix memory leak in `move_cache_to_base_index()` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,11/27] git: refactor builtin handling to use a `struct strvec` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,10/27] git: refactor alias handling to use a `struct strvec` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,09/27] strvec: introduce new `strvec_splice()` function Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,08/27] line-log: fix leak when rewriting commit parents Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,07/27] bisect: fix various cases where we leak commit list items Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,06/27] bisect: fix leaking commit list items in `check_merge_base()` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,05/27] bisect: fix multiple leaks in `bisect_next_all()` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,04/27] bisect: fix leaking `current_bad_oid` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,03/27] bisect: fix leaking string in `handle_bad_merge_base()` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,02/27] bisect: fix leaking good/bad terms when reading multipe times Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v3,01/27] builtin/blame: fix leaking blame entries with `--incremental` Memory leak fixes (pt.10, final) - - - --- 2024-11-20 Patrick Steinhardt New
[v2,10/10] reftable/block: optimize allocations by using scratch buffer refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,09/10] reftable/block: rename `block_writer::buf` variable refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,08/10] reftable/writer: optimize allocations by using a scratch buffer refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG` refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,06/10] refs: skip collision checks in initial transactions refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,05/10] refs: use "initial" transaction semantics to migrate refs refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,04/10] refs/files: support symbolic and root refs in initial transaction refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,03/10] refs: introduce "initial" transaction flag refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,02/10] refs/files: move logic to commit initial transaction refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,01/10] refs: allow passing flags when setting up a transaction refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v8,23/23] meson: fix conflicts with in-flight topics Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,22/23] Introduce support for the Meson build system Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,21/23] Documentation: add comparison of build systems Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,20/23] t: allow overriding build dir Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,19/23] t: better support for out-of-tree builds Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,18/23] Documentation: extract script to generate a list of mergetools Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,16/23] Documentation: allow sourcing generated includes from separate dir Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,15/23] Makefile: simplify building of templates Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,14/23] Makefile: allow "bin-wrappers/" directory to exist Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,13/23] Makefile: refactor generators to be PWD-independent Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,12/23] Makefile: extract script to generate gitweb.js Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,11/23] Makefile: extract script to generate gitweb.cgi Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,10/23] Makefile: extract script to massage Shell scripts Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,09/23] Makefile: use "generate-perl.sh" to massage Perl library Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,08/23] Makefile: extract script to massage Perl scripts Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,07/23] Makefile: consistently use PERL_PATH Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,06/23] Makefile: generate doc versions via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,04/23] Makefile: propagate Git version via generated header Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,03/23] Makefile: refactor GIT-VERSION-GEN to be reusable Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,02/23] Makefile: consistently use @PLACEHOLDER@ to substitute Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,01/23] Makefile: use common template for GIT-BUILD-OPTIONS Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v3,7/7] reftable/system: provide thin wrapper for lockfile subsystem reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,6/7] reftable/stack: drop only use of `get_locked_file_path()` reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,5/7] reftable/system: provide thin wrapper for tempfile subsystem reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,4/7] reftable/stack: stop using `fsync_component()` directly reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,3/7] reftable/system: stop depending on "hash.h" reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,2/7] reftable: explicitly handle hash format IDs reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,1/7] reftable/system: move "dir.h" to its only user reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[2/2] transport: don't ignore git-receive-pack(1) exit code on atomic push transport: don't ignore git-receive-pack(1) exit code on atomic push - - - --- 2024-11-13 Patrick Steinhardt New
[1/2] t5504: modernize test by moving heredocs into test bodies transport: don't ignore git-receive-pack(1) exit code on atomic push - - - --- 2024-11-13 Patrick Steinhardt New
[26/26] t: remove TEST_PASSES_SANITIZE_LEAK annotations [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[25/26] test-lib: unconditionally enable leak checking [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[24/26] t: remove unneeded !SANITIZE_LEAK prerequisites [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[23/26] t: mark some tests as leak free [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[22/26] t5601: work around leak sanitizer issue [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[21/26] git-compat-util: drop `UNLEAK()` annotation [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[20/26] t/helper: fix leaking commit graph in "read-graph" subcommand [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[19/26] builtin/branch: fix leaking sorting options [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[18/26] builtin/init-db: fix leaking directory paths [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[17/26] builtin/help: fix leaks in `check_git_cmd()` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[16/26] help: fix leaking return value from `help_unknown_cmd()` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[15/26] help: fix leaking `struct cmdnames` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[14/26] help: refactor to not use globals for reading config [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[13/26] builtin/sparse-checkout: fix leaking sanitized patterns [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[12/26] split-index: fix memory leak in `move_cache_to_base_index()` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[11/26] git: refactor builtin handling to use a `struct strvec` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[10/26] git: refactor alias handling to use a `struct strvec` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[09/26] strvec: introduce new `strvec_splice()` function [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[08/26] line-log: fix leak when rewriting commit parents [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[07/26] bisect: fix various cases where we leak commit list items [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[06/26] bisect: fix leaking commit list items in `check_merge_base()` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[05/26] bisect: fix multiple leaks in `bisect_next_all()` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[04/26] bisect: fix leaking `current_bad_oid` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[03/26] bisect: fix leaking string in `handle_bad_merge_base()` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[02/26] bisect: fix leaking good/bad terms when reading multipe times [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[01/26] builtin/blame: fix leaking blame entries with `--incremental` [01/26] builtin/blame: fix leaking blame entries with `--incremental` - - - --- 2024-11-06 Patrick Steinhardt New
[00/26] Memory leak fixes (pt.10, final) - - - --- 2024-11-06 Patrick Steinhardt New
[v2,8/8] refs/reftable: reuse iterators when reading refs refs/reftable: reuse iterators when reading refs - - - --- 2024-11-05 Patrick Steinhardt New
[v2,7/8] reftable/merged: drain priority queue on reseek refs/reftable: reuse iterators when reading refs - - - --- 2024-11-05 Patrick Steinhardt New
[v2,6/8] reftable/stack: add mechanism to notify callers on reload refs/reftable: reuse iterators when reading refs - - - --- 2024-11-05 Patrick Steinhardt New
[v2,5/8] refs/reftable: refactor reflog expiry to use reftable backend refs/reftable: reuse iterators when reading refs - - - --- 2024-11-05 Patrick Steinhardt New
« 1 2 »