Show patches with: Submitter = Jeff King       |    Archived = No       |   766 patches
« 1 2 3 47 8 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] convert: drop unused crlf_action from check_global_conv_flags_eol() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[01/10] t6700: mark test as leak-free some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[01/10] tree-walk: reduce stack size for recursive functions tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[01/11] config: make sequencer.c's git_config_string_dup() public git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[01/11] git-compat-util: add UNUSED macro annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[01/12] diffstat_consume(): assert non-zero length more unused-parameter fixes / annotations - - - --- 2022-10-18 Jeff King Accepted
[01/14] test-ref-store: drop unimplemented reflog-expire command more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[01/15] strbuf: simplify comment-handling in add_lines() helper allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[01/16] t5541: run "used receive-pack service" test earlier [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[01/21] ref-filter: drop unused atom parameter from get_worktree_path() more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[02/10] commit-reach: free temporary list in get_octopus_merge_bases() some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[02/10] drop unused argc parameters dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[02/10] tree-walk: drop MAX_TRAVERSE_TREES macro tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[02/11] config: add git_config_pathname_dup() git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[02/12] submodule--helper: drop unused argc from module_list_compute() more unused-parameter fixes / annotations - - - --- 2022-10-18 Jeff King Accepted
[02/14] do_for_each_ref_helper(): mark unused repository parameter more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[02/15] strbuf: avoid static variables in strbuf_add_commented_lines() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[02/16] t5541: stop marking "used receive-pack service" test as v0 only [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[02/20] t: add library for munging chunk-format files bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[02/21] ls-refs: drop config caching more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[02/22] sequencer: mark repository argument as unused YAUPS: Yet Another Unused Parameter Series - - - --- 2023-08-28 Jeff King Accepted
[03/10] env--helper: write to opt->value in parseopt helper dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[03/10] merge: free result of repo_get_merge_bases() some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[03/10] tree-walk: rename "error" variable tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[03/11] config: prefer git_config_string_dup() for temp variables git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[03/11] refs: mark unused reflog callback parameters annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[03/14] http: mark unused parameters in curl callbacks more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[03/15] commit: refactor base-case of adjust_comment_line_char() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[03/16] t5541: simplify and move "no empty path components" test [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[03/20] midx: stop ignoring malformed oid fanout chunk bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[03/21] serve: use repository pointer to get config more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[03/22] ref-filter: mark unused parameters in parser callbacks YAUPS: Yet Another Unused Parameter Series - - - --- 2023-08-28 Jeff King Accepted
[04/10] assert PARSE_OPT_NONEG in parse-options callbacks dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[04/10] commit-graph: move slab-clearing to close_commit_graph() some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[04/10] fsck: detect very large tree pathnames tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[04/11] config: use git_config_string_dup() for open-coded equivalents git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[04/11] refs: mark unused virtual method parameters annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[04/14] http-push: mark unused parameter in xml callback more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[04/15] strbuf: avoid shadowing global comment_line_char name allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[04/16] t5551: drop redundant grep for Accept-Language [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[04/20] commit-graph: check size of oid fanout chunk bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[04/21] serve: mark unused parameters in virtual functions more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[04/22] pack-bitmap: mark unused parameters in show_object callback YAUPS: Yet Another Unused Parameter Series - - - --- 2023-08-28 Jeff King Accepted
[05/10] add core.maxTreeDepth config tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[05/10] commit-graph: free all elements of graph chain some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[05/10] push: drop unused repo argument to do_push() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[05/11] config: use git_config_string_dup() to fix leaky open coding git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[05/11] transport: mark bundle transport_options as unused annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[05/12] object-file: mark unused parameters in hash_unknown functions more unused-parameter fixes / annotations - - - --- 2022-10-18 Jeff King Accepted
[05/14] am: mark unused keep_cr parameters more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[05/15] environment: store comment_line_char as a string allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[05/16] t5551: lower-case headers in expected curl trace [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[05/20] midx: check size of oid lookup chunk bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[05/22] worktree: mark unused parameters in each_ref_fn callback YAUPS: Yet Another Unused Parameter Series - - - --- 2023-08-28 Jeff King Accepted
[06/10] commit-graph: delay base_graph assignment in add_graph_to_chain() some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[06/10] sequencer: drop repository argument from run_git_commit() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[06/10] traverse_trees(): respect max_allowed_tree_depth tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[06/11] config: use git_config_string() in easy cases git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[06/11] streaming: mark unused virtual method parameters annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[06/12] string-list: mark unused callback parameters more unused-parameter fixes / annotations - - - --- 2022-10-18 Jeff King Accepted
[06/14] count-objects: mark unused parameter in alternates callback more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[06/15] strbuf: accept a comment string for strbuf_stripspace() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[06/16] t5551: handle HTTP/2 when checking curl trace [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[06/20] commit-graph: check consistency of fanout table bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[06/21] http-backend: mark argc/argv unused more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[07/10] commit-graph: free graph struct that was not added to chain some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[07/10] read_tree(): respect max_allowed_tree_depth tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[07/10] sparse-checkout: fill in some options boilerplate dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[07/11] config: mark unused callback parameters annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[07/11] config: use git_config_pathname_dup() in easy cases git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[07/12] date: mark unused parameters in handler functions more unused-parameter fixes / annotations - - - --- 2022-10-18 Jeff King Accepted
[07/14] revisions: drop unused "opt" parameter in "tweak" callbacks more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[07/15] strbuf: accept a comment string for strbuf_commented_addf() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[07/16] t5551: stop forcing clone to run with v0 protocol [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[07/20] midx: check size of pack names chunk bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[07/21] http-backend: mark unused parameters in virtual functions more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[07/22] ls-tree: mark unused parameter in callback YAUPS: Yet Another Unused Parameter Series - - - --- 2023-08-28 Jeff King Accepted
[08/10] commit-graph: free write-context entries before overwriting some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[08/10] test-advise: check argument count with argc instead of argv dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[08/11] hashmap: mark unused callback parameters annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[08/11] http: use git_config_string_dup() git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[08/12] apply: mark unused parameters in handlers more unused-parameter fixes / annotations - - - --- 2022-10-18 Jeff King Accepted
[08/14] fsck: mark unused parameters in various fsck callbacks more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[08/15] strbuf: accept a comment string for strbuf_add_commented_lines() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[08/16] t5551: handle v2 protocol when checking curl trace [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[08/20] midx: enforce chunk alignment on reading bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[08/21] ref-filter: mark unused callback parameters more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[08/22] stash: mark unused parameter in diff callback YAUPS: Yet Another Unused Parameter Series - - - --- 2023-08-28 Jeff King Accepted
[09/10] commit-graph: free write-context base_graph_name during cleanup some commit-graph leak fixes - - - --- 2023-10-03 Jeff King Accepted
[09/10] sequencer: handle ignore_footer when parsing trailers dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[09/10] tree-diff: respect max_allowed_tree_depth tree name and depth limits - - - --- 2023-08-31 Jeff King Accepted
[09/11] mark unused read_tree_recursive() callback parameters annotating unused function parameters - - - --- 2022-08-19 Jeff King Accepted
[09/11] merge: use git_config_string_dup() for pull strategies git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[09/12] apply: mark unused parameters in noop error/warning routine more unused-parameter fixes / annotations - - - --- 2022-10-18 Jeff King Accepted
[09/14] merge-tree: mark unused parameter in traverse callback more -Wunused-parameter annotations - - - --- 2023-07-03 Jeff King Accepted
[09/15] prefer comment_line_str to comment_line_char for printing allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[09/16] t5551: handle v2 protocol in upload-pack service test [01/16] t5541: run "used receive-pack service" test earlier - - - --- 2023-02-23 Jeff King Accepted
[09/20] midx: check size of object offset chunk bounds-checks for chunk-based files - - - --- 2023-10-09 Jeff King Accepted
[09/21] mark "pointless" data pointers in callbacks more -Wunused-parameter fixes - - - --- 2023-02-24 Jeff King Accepted
[09/22] trace2: mark unused us_elapsed_absolute parameters YAUPS: Yet Another Unused Parameter Series - - - --- 2023-08-28 Jeff King Accepted
« 1 2 3 47 8 »