Show patches with: Submitter = Jeff King       |    Archived = No       |   753 patches
« 1 2 3 47 8 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[11/11] blame: use "dup" string_list for ignore-revs files git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[10/11] userdiff: use git_config_string_dup() when we can git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[09/11] merge: use git_config_string_dup() for pull strategies git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[08/11] http: use git_config_string_dup() git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[07/11] config: use git_config_pathname_dup() in easy cases git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[06/11] config: use git_config_string() in easy cases git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[05/11] config: use git_config_string_dup() to fix leaky open coding git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[04/11] config: use git_config_string_dup() for open-coded equivalents git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[03/11] config: prefer git_config_string_dup() for temp variables git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[02/11] config: add git_config_pathname_dup() git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[01/11] config: make sequencer.c's git_config_string_dup() public git_config_string() considered harmful - - - --- 2024-04-07 Jeff King New
[3/2] remote-curl: add Transfer-Encoding header only for older curl git+curl 8.7.0 workaround - - - --- 2024-04-05 Jeff King Accepted
[2/2] INSTALL: bump libcurl version to 7.21.3 git+curl 8.7.0 workaround - - - --- 2024-04-02 Jeff King Accepted
[1/2] http: reset POSTFIELDSIZE when clearing curl handle git+curl 8.7.0 workaround - - - --- 2024-04-02 Jeff King Accepted
[17/16] config: add core.commentString allow multi-byte core.commentChar - - - --- 2024-03-27 Jeff King Accepted
rebase: use child_process_clear() to clean rebase: use child_process_clear() to clean - - - --- 2024-03-22 Jeff King Accepted
[7/6] format-patch: fix leak of empty header string [1/6] shortlog: stop setting pp.print_email_subject - - - --- 2024-03-22 Jeff King Accepted
contrib: drop hg-to-git script contrib: drop hg-to-git script - - - --- 2024-03-20 Jeff King Accepted
[3/3] transport-helper: send "true" value for object-format option some transport-helper "option object-format" confusion - - - --- 2024-03-20 Jeff King Accepted
[2/3] transport-helper: drop "object-format <algo>" option some transport-helper "option object-format" confusion - - - --- 2024-03-20 Jeff King Accepted
[1/3] transport-helper: use write helpers more consistently some transport-helper "option object-format" confusion - - - --- 2024-03-20 Jeff King Accepted
doc/gitremote-helpers: fix more missing single-quotes doc/gitremote-helpers: fix more missing single-quotes - - - --- 2024-03-20 Jeff King Accepted
[6/6] format-patch: simplify after-subject MIME header handling [1/6] shortlog: stop setting pp.print_email_subject - - - --- 2024-03-20 Jeff King Accepted
[5/6] format-patch: return an allocated string from log_write_email_headers() [1/6] shortlog: stop setting pp.print_email_subject - - - --- 2024-03-20 Jeff King Accepted
[4/6] log: do not set up extra_headers for non-email formats [1/6] shortlog: stop setting pp.print_email_subject - - - --- 2024-03-20 Jeff King Accepted
[3/6] pretty: drop print_email_subject flag [1/6] shortlog: stop setting pp.print_email_subject - - - --- 2024-03-20 Jeff King Accepted
[2/6] pretty: split oneline and email subject printing [1/6] shortlog: stop setting pp.print_email_subject - - - --- 2024-03-20 Jeff King Accepted
[1/6] shortlog: stop setting pp.print_email_subject [1/6] shortlog: stop setting pp.print_email_subject - - - --- 2024-03-20 Jeff King Accepted
[v2,16/16] config: allow multi-byte core.commentChar allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,15/16] environment: drop comment_line_char compatibility macro allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,14/16] wt-status: drop custom comment-char stringification allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,13/16] sequencer: handle multi-byte comment characters when writing todo list allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King New
[v2,12/16] find multi-byte comment chars in unterminated buffers allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,11/16] find multi-byte comment chars in NUL-terminated strings allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,10/16] prefer comment_line_str to comment_line_char for printing allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King New
[v2,09/16] strbuf: accept a comment string for strbuf_add_commented_lines() allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King New
[v2,08/16] strbuf: accept a comment string for strbuf_commented_addf() allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,07/16] strbuf: accept a comment string for strbuf_stripspace() allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,06/16] environment: store comment_line_char as a string allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,05/16] strbuf: avoid shadowing global comment_line_char name allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,04/16] commit: refactor base-case of adjust_comment_line_char() allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,03/16] strbuf: avoid static variables in strbuf_add_commented_lines() allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,02/16] strbuf: simplify comment-handling in add_lines() helper allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[v2,01/16] config: forbid newline as core.commentChar allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King Accepted
[15/15] config: allow multi-byte core.commentChar allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[14/15] environment: drop comment_line_char compatibility macro allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[13/15] wt-status: drop custom comment-char stringification allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[12/15] sequencer: handle multi-byte comment characters when writing todo list allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[11/15] find multi-byte comment chars in unterminated buffers allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[10/15] find multi-byte comment chars in NUL-terminated strings allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[09/15] prefer comment_line_str to comment_line_char for printing allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[08/15] strbuf: accept a comment string for strbuf_add_commented_lines() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[07/15] strbuf: accept a comment string for strbuf_commented_addf() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[06/15] strbuf: accept a comment string for strbuf_stripspace() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[05/15] environment: store comment_line_char as a string allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[04/15] strbuf: avoid shadowing global comment_line_char name allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[03/15] commit: refactor base-case of adjust_comment_line_char() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[02/15] strbuf: avoid static variables in strbuf_add_commented_lines() allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[01/15] strbuf: simplify comment-handling in add_lines() helper allow multi-byte core.commentChar - - - --- 2024-03-07 Jeff King Superseded
[2/2] doc/gitremote-helpers: match object-format option docs to code some transport-helper "option object-format" confusion - - - --- 2024-03-07 Jeff King Superseded
[1/2] t5801: fix object-format handling in git-remote-testgit some transport-helper "option object-format" confusion - - - --- 2024-03-07 Jeff King Superseded
doc/gitremote-helpers: fix missing single-quote doc/gitremote-helpers: fix missing single-quote - - - --- 2024-03-07 Jeff King Accepted
[messy] multi-byte core.commentChar [messy] multi-byte core.commentChar - - - --- 2024-03-06 Jeff King New
[4/4] upload-pack: only accept packfile-uris if we advertised it some v2 capability advertisement cleanups - - - --- 2024-02-28 Jeff King New
[3/4] upload-pack: use existing config mechanism for advertisement some v2 capability advertisement cleanups - - - --- 2024-02-28 Jeff King New
[2/4] upload-pack: centralize setup of sideband-all config some v2 capability advertisement cleanups - - - --- 2024-02-28 Jeff King Accepted
[1/4] upload-pack: use repository struct to get config some v2 capability advertisement cleanups - - - --- 2024-02-28 Jeff King Accepted
[9/9] upload-pack: free tree buffers after parsing bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King Accepted
[8/9] upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King Accepted
[7/9] upload-pack: always turn off save_commit_buffer bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King Accepted
[6/9] upload-pack: disallow object-info capability by default bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King Accepted
[5/9] upload-pack: accept only a single packfile-uri line bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King Accepted
[4/9] upload-pack: use a strmap for want-ref lines bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King Accepted
[3/9] upload-pack: use oidset for deepen_not list bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King New
[2/9] upload-pack: switch deepen-not list to an oid_array bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King New
[1/9] upload-pack: drop separate v2 "haves" array bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King Accepted
userdiff: skip textconv caching when not in a repository userdiff: skip textconv caching when not in a repository - - - --- 2024-02-26 Jeff King Accepted
[3/3] read_ref_at(): special-case ref@{0} for an empty reflog show-branch --reflog fixes - - - --- 2024-02-26 Jeff King Accepted
[2/3] get_oid_basic(): special-case ref@{n} for oldest reflog entry show-branch --reflog fixes - - - --- 2024-02-26 Jeff King Accepted
[1/3] Revert "refs: allow @{n} to work with n-sized reflog" show-branch --reflog fixes - - - --- 2024-02-26 Jeff King Accepted
trailer: fix comment/cut-line regression with opts->no_divider trailer: fix comment/cut-line regression with opts->no_divider - - - --- 2024-02-20 Jeff King Accepted
t0303: check that helper_test_clean removes all credentials t0303: check that helper_test_clean removes all credentials - - - --- 2024-02-17 Jeff King Accepted
[v2,3/3] t/Makefile: get UNIT_TESTS list from C sources some unit-test Makefile polishing - - - --- 2024-01-30 Jeff King Accepted
[v2,2/3] Makefile: remove UNIT_TEST_BIN directory with "make clean" some unit-test Makefile polishing - - - --- 2024-01-30 Jeff King Accepted
[v2,1/3] Makefile: use mkdir_p_parent_template for UNIT_TEST_BIN some unit-test Makefile polishing - - - --- 2024-01-30 Jeff King Accepted
[2/2] t/Makefile: get UNIT_TESTS list from C sources some unit-test Makefile polishing - - - --- 2024-01-29 Jeff King Superseded
[1/2] Makefile: use order-only prereq for UNIT_TEST_BIN some unit-test Makefile polishing - - - --- 2024-01-29 Jeff King Superseded
diff: handle NULL meta-info when spawning external diff diff: handle NULL meta-info when spawning external diff - - - --- 2024-01-29 Jeff King Accepted
transport-helper: re-examine object dir after fetching transport-helper: re-examine object dir after fetching - - - --- 2024-01-24 Jeff King Accepted
commit-graph: retain commit slab when closing NULL commit_graph commit-graph: retain commit slab when closing NULL commit_graph - - - --- 2024-01-05 Jeff King Accepted
t1006: add tests for %(objectsize:disk) t1006: add tests for %(objectsize:disk) - - - --- 2023-12-21 Jeff King Superseded
[2/2] mailinfo: avoid recursion when unquoting From headers avoiding recursion in mailinfo - - - --- 2023-12-14 Jeff King Accepted
[1/2] t5100: make rfc822 comment test more careful avoiding recursion in mailinfo - - - --- 2023-12-14 Jeff King Accepted
mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair() mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair() - - - --- 2023-12-12 Jeff King Accepted
[9/9] sequencer: simplify away extra git_config_string() call bonus config cleanups - - - --- 2023-12-07 Jeff King Accepted
[8/9] gpg-interface: drop pointless config_error_nonbool() checks bonus config cleanups - - - --- 2023-12-07 Jeff King Accepted
[7/9] push: drop confusing configset/callback redundancy bonus config cleanups - - - --- 2023-12-07 Jeff King Accepted
[6/9] config: use git_config_string() for core.checkRoundTripEncoding bonus config cleanups - - - --- 2023-12-07 Jeff King Accepted
[5/9] diff: give more detailed messages for bogus diff.* config bonus config cleanups - - - --- 2023-12-07 Jeff King Accepted
[4/9] config: use config_error_nonbool() instead of custom messages bonus config cleanups - - - --- 2023-12-07 Jeff King Accepted
« 1 2 3 47 8 »