Show patches with: Archived = No       |   22218 patches
« 1 2 ... 3 4 5222 223 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2] CodingGuidelines: also mention MAYBE_UNUSED [v2] CodingGuidelines: also mention MAYBE_UNUSED - - - --- 2024-08-29 Junio C Hamano Accepted
[8/6] CodingGuidelines: also mention MAYBE_UNUSED add ref content check for files backend - - - --- 2024-08-29 Junio C Hamano Superseded
[21/21] environment: stop storing "core.notesRef" globally environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[20/21] environment: stop storing "core.warnAmbiguousRefs" globally environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[19/21] environment: stop storing "core.preferSymlinkRefs" globally environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[18/21] environment: stop storing "core.logAllRefUpdates" globally environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[17/21] repo-settings: track defaults close to `struct repo_settings` environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[16/21] refs: stop modifying global `log_all_ref_updates` variable environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[15/21] branch: stop modifying `log_all_ref_updates` variable environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[14/21] repo-settings: split out declarations into a standalone header environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[13/21] environment: guard state depending on a repository environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[12/21] environment: reorder header to split out `the_repository`-free section environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[11/21] environment: move `set_git_dir()` and related into setup layer environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[10/21] environment: make `get_git_namespace()` self-contained environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[09/21] environment: move `odb_mkstemp()` into object layer environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[08/21] config: make dependency on repo in `read_early_config()` explicit environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[07/21] config: document `read_early_config()` and `read_very_early_config()` environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[06/21] environment: make `get_git_work_tree()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[05/21] environment: make `get_graft_file()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[04/21] environment: make `get_index_file()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[03/21] environment: make `get_object_directory()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[02/21] environment: make `get_git_common_dir()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[01/21] environment: make `get_git_dir()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-08-29 Patrick Steinhardt Superseded
[2/2] chainlint: reduce annotation noise-factor make chainlint output more newcomer-friendly - - - --- 2024-08-29 Eric Sunshine New
[1/2] chainlint: make error messages self-explanatory make chainlint output more newcomer-friendly - - - --- 2024-08-29 Eric Sunshine New
SQUASH??? remove unused parameters SQUASH??? remove unused parameters - - - --- 2024-08-28 Junio C Hamano New
fixup! midx: implement writing incremental MIDX bitmaps fixup! midx: implement writing incremental MIDX bitmaps - - - --- 2024-08-28 Junio C Hamano New
[7/6] CodingGuidelines: mention -Wunused-parameter and UNUSED unused parameters: the final countdown - - - --- 2024-08-28 Jeff King Accepted
[v2] git gui: add directly calling merge tool from gitconfig [v2] git gui: add directly calling merge tool from gitconfig - - - --- 2024-08-28 Tobias Boesch Superseded
reftable: mark unused parameters in empty iterator functions reftable: mark unused parameters in empty iterator functions - - - --- 2024-08-28 Jeff King Accepted
t-reftable-block: mark unused argv/argc t-reftable-block: mark unused argv/argc - - - --- 2024-08-28 Jeff King Accepted
[6/6] config.mak.dev: enable -Wunused-parameter by default unused parameters: the final countdown - - - --- 2024-08-28 Jeff King Accepted
[5/6] compat: mark unused parameters in win32/mingw functions unused parameters: the final countdown - - - --- 2024-08-28 Jeff King New
[4/6] compat: disable -Wunused-parameter in win32/headless.c unused parameters: the final countdown - - - --- 2024-08-28 Jeff King Accepted
[3/6] compat: disable -Wunused-parameter in 3rd-party code unused parameters: the final countdown - - - --- 2024-08-28 Jeff King Accepted
[2/6] t-reftable-readwrite: mark unused parameter in callback function unused parameters: the final countdown - - - --- 2024-08-28 Jeff King Accepted
[1/6] gc: mark unused config parameter in virtual functions unused parameters: the final countdown - - - --- 2024-08-28 Jeff King Accepted
[v3,3/3] send-email: add mailmap support via sendemail.mailmap and --mailmap send-email: add --mailmap support - - - --- 2024-08-27 Jacob Keller Accepted
[v3,2/3] check-mailmap: add options for additional mailmap sources send-email: add --mailmap support - - - --- 2024-08-27 Jacob Keller New
[v3,1/3] check-mailmap: accept "user@host" contacts send-email: add --mailmap support - - - --- 2024-08-27 Jacob Keller New
[5/5] builtin/pack-objects.c: do not open-code `MAX_PACK_OBJECT_HEADER` pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[4/5] pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[3/5] builtin/pack-objects.c: translate bit positions during pack-reuse pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[1/5] t/t5332-multi-pack-reuse.sh: verify pack generation with --strict pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[v2,4/4] ref: add symlink ref check for files backend add ref content check for files backend - - - --- 2024-08-27 shejialuo Superseded
[v2,3/4] ref: add symbolic ref content check for files backend add ref content check for files backend - - - --- 2024-08-27 shejialuo Superseded
[v2,2/4] ref: add regular ref content check for files backend add ref content check for files backend - - - --- 2024-08-27 shejialuo Superseded
[v2,1/4] ref: initialize "fsck_ref_report" with zero add ref content check for files backend - - - --- 2024-08-27 shejialuo Superseded
[v2] git-config.1: fix description of --regexp in synopsis [v2] git-config.1: fix description of --regexp in synopsis - - - --- 2024-08-26 Junio C Hamano Accepted
Mark `cat-file` sparse-index compatible Mark `cat-file` sparse-index compatible - - - --- 2024-08-26 Kevin Lyles New
git-config.1: --get-all description update git-config.1: --get-all description update - - - --- 2024-08-26 Junio C Hamano Accepted
[v3,6/6] t-reftable-stack: add test for stack iterators t: port reftable/stack_test.c to the unit testing framework - - - --- 2024-08-26 Chandra Pratap Superseded
[v3,5/6] t-reftable-stack: add test for non-default compaction factor t: port reftable/stack_test.c to the unit testing framework - - - --- 2024-08-26 Chandra Pratap Superseded
[v3,4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records t: port reftable/stack_test.c to the unit testing framework - - - --- 2024-08-26 Chandra Pratap Superseded
[v3,3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp() t: port reftable/stack_test.c to the unit testing framework - - - --- 2024-08-26 Chandra Pratap Superseded
[v3,2/6] t: harmonize t-reftable-stack.c with coding guidelines t: port reftable/stack_test.c to the unit testing framework - - - --- 2024-08-26 Chandra Pratap Superseded
[v3,1/6] t: move reftable/stack_test.c to the unit testing framework t: port reftable/stack_test.c to the unit testing framework - - - --- 2024-08-26 Chandra Pratap Superseded
bundle-uri: plug leak in unbundle_from_file() bundle-uri: plug leak in unbundle_from_file() - - - --- 2024-08-26 Toon Claes New
[22/22] builtin/repack: fix leaking keep-pack list Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[21/22] merge-ort: fix two leaks when handling directory rename modifications Memory leak fixes (pt.6) - 1 - --- 2024-08-26 Patrick Steinhardt Superseded
[20/22] match-trees: fix leaking prefixes in `shift_tree()` Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[19/22] builtin/fmt-merge-msg: fix leaking buffers Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[18/22] builtin/grep: fix leaking object context Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[17/22] builtin/pack-objects: plug leaking list of keep-packs Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[16/22] builtin/repack: fix leaking line buffer when packing promisors Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[15/22] negotiator/skipping: fix leaking commit entries Memory leak fixes (pt.6) - 1 - --- 2024-08-26 Patrick Steinhardt Superseded
[14/22] shallow: fix leaking members of `struct shallow_info` Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[13/22] shallow: free grafts when unregistering them Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[12/22] object: clear grafts when clearing parsed object pool Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[11/22] gpg-interface: fix misdesigned signing key interfaces Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[10/22] send-pack: fix leaking push cert nonce Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[09/22] remote: fix leak in reachability check of a remote-tracking ref Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[08/22] remote: fix leaking tracking refs Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[07/22] builtin/submodule--helper: fix leaking refs on push-check Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[06/22] submodule: fix leaking fetch task data Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[05/22] upload-pack: fix leaking child process data on reachability checks Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[04/22] builtin/push: fix leaking refspec query result Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[03/22] send-pack: fix leaking common object IDs Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[02/22] fetch-pack: fix memory leaks on fetch negotiation Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[01/22] t/test-lib: allow skipping leak checks for passing tests Memory leak fixes (pt.6) - - - --- 2024-08-26 Patrick Steinhardt Superseded
[5/5] t4124: move test preparation into the test context `--whitespace=fix` with `--no-ignore-whitespace` - - - --- 2024-08-25 Rubén Justo New
[4/5] apply: error message in `record_ws_error()` `--whitespace=fix` with `--no-ignore-whitespace` - - - --- 2024-08-25 Rubén Justo New
[3/5] apply: whitespace errors in context lines if we have `--whitespace=fix` with `--no-ignore-whitespace` - - - --- 2024-08-25 Rubén Justo New
[2/5] apply: honor `ignore_ws_none` with `correct_ws_error` `--whitespace=fix` with `--no-ignore-whitespace` - - - --- 2024-08-25 Rubén Justo New
[1/5] apply: introduce `ignore_ws_default` `--whitespace=fix` with `--no-ignore-whitespace` - - - --- 2024-08-25 Rubén Justo New
[GSoC] unit-tests: add tests for oidset.h [GSoC] unit-tests: add tests for oidset.h - - - --- 2024-08-24 Ghanshyam Thakkar New
[GSoC,v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c [GSoC,v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c - - - --- 2024-08-24 Ghanshyam Thakkar Superseded
[v2,10/10] cat-file: use writev(2) if available cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,09/10] cat-file: batch_write: use size_t for length cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,08/10] cat-file: batch-command uses content_limit cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,07/10] object_info: content_limit only applies to blobs cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,06/10] packfile: packed_object_info avoids packed_to_object_type cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,05/10] cat-file: use delta_base_cache entries directly cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,04/10] packfile: inline cache_or_unpack_entry cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,03/10] packfile: fix off-by-one in content_limit comparison cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,02/10] packfile: allow content-limit for cat-file cat-file speedups - - - --- 2024-08-23 Eric Wong New
[v2,01/10] packfile: move sizep computation cat-file speedups - - - --- 2024-08-23 Eric Wong New
remote: plug memory leaks at early returns remote: plug memory leaks at early returns - - - --- 2024-08-23 René Scharfe New
[v2,10/10] reftable/stack: fix segfault when reload with reused readers fails reftable: fix reload with active iterators - - - --- 2024-08-23 Patrick Steinhardt Accepted
« 1 2 ... 3 4 5222 223 »