Show patches with: none      |   46731 patches
« 1 2 3 4467 468 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/22] reftable/error: introduce out-of-memory error code reftable: handle allocation errors - - - --- 2024-09-16 Patrick Steinhardt New
[23/23] diffcore-break: fix leaking filespecs when merging broken pairs Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[22/23] revision: fix leaking parents when simplifying commits Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[21/23] builtin/maintenance: fix leak in `get_schedule_cmd()` Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[20/23] builtin/maintenance: fix leaking config string Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[19/23] promisor-remote: fix leaking partial clone filter Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[18/23] grep: fix leaking grep pattern Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[17/23] submodule: fix leaking submodule ODB paths Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[16/23] trace2: destroy context stored in thread-local storage Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[15/23] builtin/difftool: plug several trivial memory leaks Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[14/23] builtin/repack: fix leaking configuration Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[13/23] diffcore-order: fix leaking buffer when parsing orderfiles Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[12/23] parse-options: free previous value of `OPTION_FILENAME` Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[11/23] diff: fix leaking orderfile option Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[10/23] builtin/pull: fix leaking "ff" option Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[09/23] dir: fix off by one errors for ignored and untracked entries Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[08/23] builtin/submodule--helper: fix leaking remote ref on errors Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[07/23] t/helper: fix leaking subrepo in nested submodule config helper Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[06/23] builtin/submodule--helper: fix leaking error buffer Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[05/23] builtin/submodule--helper: clear child process when not running it Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[04/23] submodule: fix leaking update strategy Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[03/23] git: fix leaking argv when handling builtins Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[02/23] builtin/help: fix leaking `html_path` when reading config multiple times Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[01/23] builtin/help: fix dangling reference to `html_path` Memory leak fixes (pt.7) - - - --- 2024-09-16 Patrick Steinhardt New
[v2,6/6] refs/reftable: wire up support for exclude patterns refs/reftable: wire up exclude patterns - - - --- 2024-09-16 Patrick Steinhardt Accepted
[v2,5/6] reftable/reader: make table iterator reseekable refs/reftable: wire up exclude patterns - - - --- 2024-09-16 Patrick Steinhardt Accepted
[v2,4/6] t/unit-tests: introduce reftable library refs/reftable: wire up exclude patterns - - - --- 2024-09-16 Patrick Steinhardt Accepted
[v2,3/6] Makefile: stop listing test library objects twice refs/reftable: wire up exclude patterns - - - --- 2024-09-16 Patrick Steinhardt Accepted
[v2,2/6] builtin/receive-pack: fix exclude patterns when announcing refs refs/reftable: wire up exclude patterns - - - --- 2024-09-16 Patrick Steinhardt Accepted
[v2,1/6] refs: properly apply exclude patterns to namespaced refs refs/reftable: wire up exclude patterns - - - --- 2024-09-16 Patrick Steinhardt Accepted
[6/6] apply: refactor `struct image` to use a `struct strbuf` apply: fix leaking buffer of `struct image` - - - --- 2024-09-16 Patrick Steinhardt Superseded
[5/6] apply: rename members that track line count and allocation length apply: fix leaking buffer of `struct image` - - - --- 2024-09-16 Patrick Steinhardt Superseded
[4/6] apply: refactor code to drop `line_allocated` apply: fix leaking buffer of `struct image` - - - --- 2024-09-16 Patrick Steinhardt Superseded
[3/6] apply: introduce macro and function to init images apply: fix leaking buffer of `struct image` - - - --- 2024-09-16 Patrick Steinhardt Superseded
[2/6] apply: rename functions operating on `struct image` apply: fix leaking buffer of `struct image` - - - --- 2024-09-16 Patrick Steinhardt Superseded
[1/6] apply: reorder functions to move image-related things together apply: fix leaking buffer of `struct image` - - - --- 2024-09-16 Patrick Steinhardt Superseded
cbtree: fix a typo cbtree: fix a typo - - - --- 2024-09-15 Andrew Kreimer Accepted
bloom: fix a typo bloom: fix a typo - - - --- 2024-09-15 Andrew Kreimer Accepted
attr: fix a typo attr: fix a typo - - - --- 2024-09-15 Andrew Kreimer Accepted
[v3] set-head: no update without change and better output for --auto [v3] set-head: no update without change and better output for --auto - - - --- 2024-09-15 Bence Ferdinandy New
[v2] remote: introduce config to set prefetch refs [v2] remote: introduce config to set prefetch refs - - - --- 2024-09-15 Shubham Kanodia Superseded
add-patch: edit the hunk again add-patch: edit the hunk again - - - --- 2024-09-15 Rubén Justo Superseded
t9001: use a more distinct fake BugID t9001: use a more distinct fake BugID - - - --- 2024-09-15 Jeff King Accepted
[2/2] git-jump: ignore deleted files in diff mode a few git-jump quality-of-life fixes - - - --- 2024-09-15 Jeff King Accepted
[1/2] git-jump: always specify column 1 for diff entries a few git-jump quality-of-life fixes - - - --- 2024-09-15 Jeff King Accepted
ci(linux32): make Javascript Actions work in x86 mode ci(linux32): make Javascript Actions work in x86 mode - - - --- 2024-09-14 Johannes Schindelin New
[v3,4/4] add: pass in repo variable instead of global the_repository Add repository parameter to builtins - - - --- 2024-09-13 John Cai Accepted
[v3,3/4] builtin: remove USE_THE_REPOSITORY for those without the_repository Add repository parameter to builtins - - - --- 2024-09-13 John Cai Accepted
[v3,2/4] builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h Add repository parameter to builtins - - - --- 2024-09-13 John Cai Accepted
[v3,1/4] builtin: add a repository parameter for builtin functions Add repository parameter to builtins - - - --- 2024-09-13 Nicolas Guichard via GitGitGadget New
t5512.40 sometimes dies by SIGPIPE t5512.40 sometimes dies by SIGPIPE - - - --- 2024-09-13 Junio C Hamano Accepted
[v4,5/5] ref: add symlink ref content check for files backend [v4,1/5] ref: initialize "fsck_ref_report" with zero - - - --- 2024-09-13 shejialuo New
[v4,4/5] ref: add symref content check for files backend [v4,1/5] ref: initialize "fsck_ref_report" with zero - - - --- 2024-09-13 shejialuo New
[v4,3/5] ref: add more strict checks for regular refs [v4,1/5] ref: initialize "fsck_ref_report" with zero - - - --- 2024-09-13 shejialuo New
[v4,2/5] ref: port git-fsck(1) regular refs check for files backend [v4,1/5] ref: initialize "fsck_ref_report" with zero - - - --- 2024-09-13 shejialuo New
[v4,1/5] ref: initialize "fsck_ref_report" with zero [v4,1/5] ref: initialize "fsck_ref_report" with zero - - - --- 2024-09-13 shejialuo New
[v4,0/5] add ref content check for files backend - - - --- 2024-09-13 shejialuo New
[5/4] ci: add Ubuntu 16.04 job to GitLab CI make linux32 ci job work with recent actions - - - --- 2024-09-13 Patrick Steinhardt Accepted
[2/2] Git.pm: use "rev-parse --absolute-git-dir" rather than perl code fix bare repositories with Git.pm - - - --- 2024-09-12 Jeff King Accepted
[1/2] Git.pm: fix bare repository search with Directory option fix bare repositories with Git.pm - - - --- 2024-09-12 Jeff King Accepted
[2/2] strbuf: retire strbuf_commented_lines() Simplify "commented" API functions - - - --- 2024-09-12 Junio C Hamano New
[1/2] strbuf: retire strbuf_commented_addf() Simplify "commented" API functions - - - --- 2024-09-12 Junio C Hamano New
unicode: update the width tables to Unicode 16 unicode: update the width tables to Unicode 16 - - - --- 2024-09-12 Beat Bolli Accepted
Can't use bare repositories with Git.pm Can't use bare repositories with Git.pm - - - --- 2024-09-12 Rodrigo New
[v3,21/21] environment: stop storing "core.notesRef" globally environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,20/21] environment: stop storing "core.warnAmbiguousRefs" globally environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,19/21] environment: stop storing "core.preferSymlinkRefs" globally environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,18/21] environment: stop storing "core.logAllRefUpdates" globally environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,17/21] refs: stop modifying global `log_all_ref_updates` variable environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,16/21] branch: stop modifying `log_all_ref_updates` variable environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,15/21] repo-settings: track defaults close to `struct repo_settings` environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,14/21] repo-settings: split out declarations into a standalone header environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,13/21] environment: guard state depending on a repository environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,12/21] environment: reorder header to split out `the_repository`-free section environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,11/21] environment: move `set_git_dir()` and related into setup layer environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,10/21] environment: make `get_git_namespace()` self-contained environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,09/21] environment: move object database functions into object layer environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,08/21] config: make dependency on repo in `read_early_config()` explicit environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,07/21] config: document `read_early_config()` and `read_very_early_config()` environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,06/21] environment: make `get_git_work_tree()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,05/21] environment: make `get_graft_file()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,04/21] environment: make `get_index_file()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,03/21] environment: make `get_object_directory()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,02/21] environment: make `get_git_common_dir()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v3,01/21] environment: make `get_git_dir()` accept a repository environment: guard reliance on `the_repository` - - - --- 2024-09-12 Patrick Steinhardt Accepted
[v5] git gui: add directly calling merge tool from configuration [v5] git gui: add directly calling merge tool from configuration - - - --- 2024-09-12 tobias.boesch@miele.com New
[4/4] ci: use regular action versions for linux32 job make linux32 ci job work with recent actions - - - --- 2024-09-12 Jeff King Accepted
[3/4] ci: use more recent linux32 image make linux32 ci job work with recent actions - - - --- 2024-09-12 Jeff King Accepted
[2/4] ci: unify ubuntu and ubuntu32 dependencies make linux32 ci job work with recent actions - - - --- 2024-09-12 Jeff King Accepted
[1/4] ci: drop run-docker scripts make linux32 ci job work with recent actions - - - --- 2024-09-12 Jeff King Accepted
[4/4] remote: check branch names remote: branch setting fixes - - - --- 2024-09-11 Phillip Wood New
[3/4] remote add: use strvec to store tracking branches remote: branch setting fixes - - - --- 2024-09-11 Phillip Wood New
[2/4] remote: print an error if refspec cannot be removed remote: branch setting fixes - - - --- 2024-09-11 Phillip Wood New
[1/4] remote: fix set-branches when no branches are set remote: branch setting fixes - - - --- 2024-09-11 Phillip Wood New
[v4] git gui: add directly calling merge tool from configuration [v4] git gui: add directly calling merge tool from configuration - - - --- 2024-09-11 tobias.boesch@miele.com Superseded
[2/2] t0211: add missing LIBCURL prereq add missing LIBCURL prereq to a few tests - - - --- 2024-09-11 Martin Ågren Accepted
[1/2] t1517: add missing LIBCURL prereq add missing LIBCURL prereq to a few tests - - - --- 2024-09-11 Martin Ågren Accepted
[v2,3/3] add: pass in repo variable instead of global the_repository Add repository parameter to builtins - - - --- 2024-09-10 John Cai Superseded
[v2,2/3] builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h Add repository parameter to builtins - - - --- 2024-09-10 John Cai Superseded
[v2,1/3] builtin: add a repository parameter for builtin functions Add repository parameter to builtins - - - --- 2024-09-10 Nicolas Guichard via GitGitGadget Superseded
« 1 2 3 4467 468 »