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
[1/3] config: work around gcc-10 -Wstringop-overflow warning some compiler/asan/ubsan fixes - - - --- 2020-08-04 Jeff King Accepted
[2/3] revision: avoid out-of-bounds read/write on empty pathspec some compiler/asan/ubsan fixes - - - --- 2020-08-04 Jeff King Accepted
[3/3] revision: avoid leak when preparing bloom filter for "/" some compiler/asan/ubsan fixes - - - --- 2020-08-04 Jeff King Accepted
racy test failure in tb/upload-pack-filters racy test failure in tb/upload-pack-filters - - - --- 2020-08-05 Jeff King Accepted
sideband: mark "remote error:" prefix for translation sideband: mark "remote error:" prefix for translation - - - --- 2020-08-07 Jeff King Accepted
[1/2] stop calling UNLEAK() before die() UNLEAK style fixes - - - --- 2020-08-13 Jeff King Accepted
[2/2] ls-remote: simplify UNLEAK() usage UNLEAK style fixes - - - --- 2020-08-13 Jeff King Accepted
clear_pattern_list(): clear embedded hashmaps clear_pattern_list(): clear embedded hashmaps - - - --- 2020-08-14 Jeff King Accepted
[1/3] p5302: disable thread-count parameter tests by default index-pack threading defaults - - - --- 2020-08-21 Jeff King Accepted
[2/3] p5302: count up to online-cpus for thread tests index-pack threading defaults - - - --- 2020-08-21 Jeff King Accepted
[3/3] index-pack: adjust default threading cap index-pack threading defaults - - - --- 2020-08-21 Jeff King Accepted
revision: set rev_input_given in handle_revision_arg() revision: set rev_input_given in handle_revision_arg() - - - --- 2020-08-26 Jeff King Accepted
worktree: fix leak in check_clean_worktree() worktree: fix leak in check_clean_worktree() - 1 - --- 2020-08-27 Jeff King Accepted
packfile: actually set approximate_object_count_valid packfile: actually set approximate_object_count_valid - - - --- 2020-09-17 Jeff King Accepted
diff-highlight: correctly match blank lines for flush diff-highlight: correctly match blank lines for flush - - - --- 2020-09-22 Jeff King Accepted
[1/2] bswap.h: drop unaligned loads drop unaligned loads - - - --- 2020-09-24 Jeff King Accepted
[2/2] Revert "fast-export: use local array to store anonymized oid" drop unaligned loads - - - --- 2020-09-24 Jeff King Accepted
[1/8] shortlog: change "author" variables to "ident" parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[2/8] shortlog: refactor committer/author grouping parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[3/8] trailer: add interface for iterating over commit trailers parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[4/8] shortlog: match commit trailers with --group parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[5/8] shortlog: de-duplicate trailer values parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[6/8] shortlog: rename parse_stdin_ident() parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[7/8] shortlog: parse trailer idents parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[8/8] shortlog: allow multiple groups to be specified parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
protocol: re-enable v2 protocol by default protocol: re-enable v2 protocol by default - 1 - --- 2020-09-25 Jeff King Accepted
combine-diff: handle --find-object in multitree code path combine-diff: handle --find-object in multitree code path - - - --- 2020-09-30 Jeff King Accepted
[01/10] convert: drop unused crlf_action from check_global_conv_flags_eol() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[02/10] drop unused argc parameters dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[03/10] env--helper: write to opt->value in parseopt helper dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[04/10] assert PARSE_OPT_NONEG in parse-options callbacks dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[05/10] push: drop unused repo argument to do_push() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[06/10] sequencer: drop repository argument from run_git_commit() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[07/10] sparse-checkout: fill in some options boilerplate dropping more unused parameters - - - --- 2020-09-30 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
[09/10] sequencer: handle ignore_footer when parsing trailers dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[10/10] dir.c: drop unused "untracked" from treat_path_fast() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
parallel-checkout: drop unused checkout state parameter parallel-checkout: drop unused checkout state parameter - - - --- 2020-10-05 Jeff King Accepted
[1/7] fsck_tree(): fix shadowed variable forbidding symlinked .gitattributes and .gitignore - 1 - --- 2020-10-05 Jeff King Superseded
[2/7] fsck_tree(): wrap some long lines forbidding symlinked .gitattributes and .gitignore - 1 - --- 2020-10-05 Jeff King Superseded
[3/7] t7415: rename to expand scope forbidding symlinked .gitattributes and .gitignore - 1 - --- 2020-10-05 Jeff King Superseded
[4/7] t7450: test verify_path() handling of gitmodules forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Superseded
[5/7] t0060: test obscured .gitattributes and .gitignore matching forbidding symlinked .gitattributes and .gitignore - 1 - --- 2020-10-05 Jeff King Superseded
[6/7] verify_path(): disallow symlinks in .gitattributes and .gitignore forbidding symlinked .gitattributes and .gitignore - 1 - --- 2020-10-05 Jeff King Superseded
[7/7] fsck: complain when .gitattributes or .gitignore is a symlink forbidding symlinked .gitattributes and .gitignore - 1 - --- 2020-10-05 Jeff King Superseded
[v2,1/8] fsck_tree(): fix shadowed variable forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
[v2,2/8] fsck_tree(): wrap some long lines forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
[v2,3/8] t7415: rename to expand scope forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
[v2,4/8] t7450: test verify_path() handling of gitmodules forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
[v2,5/8] t7450: test .gitmodules symlink matching against obscured names forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
[v2,6/8] t0060: test obscured .gitattributes and .gitignore matching forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
[v2,7/8] verify_path(): disallow symlinks in .gitattributes and .gitignore forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
[v2,8/8] fsck: complain when .gitattributes or .gitignore is a symlink forbidding symlinked .gitattributes and .gitignore - - - --- 2020-10-05 Jeff King Accepted
fast-import: fix over-allocation of marks storage fast-import: fix over-allocation of marks storage - - - --- 2020-10-15 Jeff King Accepted
[v2,1/2] usage: define a type for a reporting function [v2,1/2] usage: define a type for a reporting function - - - --- 2020-10-15 Jeff King Accepted
[v2,2/2] config.mak.dev: build with -fno-common [v2,1/2] usage: define a type for a reporting function - - - --- 2020-10-15 Jeff King Accepted
fast-import: remove duplicated option-parsing line fast-import: remove duplicated option-parsing line - - - --- 2020-10-15 Jeff King Accepted
documentation symlink restrictions for .git* files documentation symlink restrictions for .git* files - - - --- 2020-10-23 Jeff King Accepted
[1/2] checkout-index: drop error message from empty --stage=all fix error handling in checkout-index - - - --- 2020-10-27 Jeff King Accepted
[2/2] checkout-index: propagate errors to exit code fix error handling in checkout-index - - - --- 2020-10-27 Jeff King Accepted
[1/3] format-patch: refactor output selection [1/3] format-patch: refactor output selection - - - --- 2020-11-04 Jeff King Superseded
[2/3] format-patch: tie file-opening logic to output_directory [1/3] format-patch: refactor output selection - - - --- 2020-11-04 Jeff King Superseded
[3/3] format-patch: support --output option [1/3] format-patch: refactor output selection - - - --- 2020-11-04 Jeff King Superseded
[v2,1/3] format-patch: refactor output selection [v2,1/3] format-patch: refactor output selection - - - --- 2020-11-04 Jeff King Accepted
[v2,2/3] format-patch: tie file-opening logic to output_directory [v2,1/3] format-patch: refactor output selection - - - --- 2020-11-04 Jeff King Accepted
[v2,3/3] format-patch: support --output option [v2,1/3] format-patch: refactor output selection - - - --- 2020-11-04 Jeff King Accepted
[1/3] rev-parse: don't accept options after dashdash [1/3] rev-parse: don't accept options after dashdash - - - --- 2020-11-10 Jeff King Accepted
[2/3] rev-parse: put all options under the "-" check [1/3] rev-parse: don't accept options after dashdash - - - --- 2020-11-10 Jeff King Accepted
[3/3] rev-parse: handle --end-of-options [1/3] rev-parse: don't accept options after dashdash - - - --- 2020-11-10 Jeff King Accepted
submodule: fix fetch_in_submodule logic submodule: fix fetch_in_submodule logic - - - --- 2020-11-24 Jeff King Accepted
Makefile: mark git-maintenance as a builtin Makefile: mark git-maintenance as a builtin - - - --- 2020-12-02 Jeff King Accepted
t7900: speed up expensive test t7900: speed up expensive test - - - --- 2020-12-02 Jeff King Accepted
style: indent multiline "if" conditions by 4 spaces style: indent multiline "if" conditions by 4 spaces - - - --- 2020-12-03 Jeff King Accepted
upload-pack: propagate return value from object filter config callback upload-pack: propagate return value from object filter config callback - - - --- 2020-12-03 Jeff King Accepted
[1/9] oid-array.h: drop sha1 mention from header guard misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[2/9] t0064: drop sha1 mention from filename misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[3/9] t0064: make duplicate tests more robust misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[4/9] cache.h: move hash/oid functions to hash.h misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[5/9] oid-array: make sort function public misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[6/9] oid-array: provide a for-loop iterator misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[7/9] commit-graph: drop count_distinct_commits() function misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[8/9] commit-graph: replace packed_oid_list with oid_array misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[9/9] commit-graph: use size_t for array allocation and indexing misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[v2,1/9] oid-array.h: drop sha1 mention from header guard misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,2/9] t0064: drop sha1 mention from filename misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,3/9] t0064: make duplicate tests more robust misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,4/9] cache.h: move hash/oid functions to hash.h misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,5/9] oid-array: make sort function public misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,6/9] oid-array: provide a for-loop iterator misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,7/9] commit-graph: drop count_distinct_commits() function misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,8/9] commit-graph: replace packed_oid_list with oid_array misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,9/9] commit-graph: use size_t for array allocation and indexing misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[1/2] git_connect_git(): forbid newlines in host and path disallow newlines in git:// URLs - - - --- 2021-01-07 Jeff King Accepted
[2/2] fsck: reject .gitmodules git:// urls with newlines disallow newlines in git:// URLs - - - --- 2021-01-07 Jeff King Accepted
patch-ids: handle duplicate hashmap entries patch-ids: handle duplicate hashmap entries - - - --- 2021-01-12 Jeff King Accepted
run-command: document use_shell option run-command: document use_shell option - - - --- 2021-01-22 Jeff King Accepted
git-compat-util: always enable variadic macros git-compat-util: always enable variadic macros - - - --- 2021-01-28 Jeff King Accepted
p5303: avoid sed GNU-ism p5303: avoid sed GNU-ism - - - --- 2021-01-29 Jeff King Accepted
completion: handle other variants of "branch -m" completion: handle other variants of "branch -m" - - - --- 2021-02-03 Jeff King Accepted
doc/git-branch: fix awkward wording for "-c" doc/git-branch: fix awkward wording for "-c" - - - --- 2021-02-03 Jeff King Accepted
« 1 2 3 47 8 »