Show patches with: Archived = No       |   19440 patches
« 1 2 ... 54 55 56194 195 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,3/3] http: support CURLOPT_PROTOCOLS_STR [v2,1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT - - - --- 2023-01-17 Jeff King Accepted
[v2,2/3] http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION [v2,1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT - - - --- 2023-01-17 Jeff King Accepted
[v2,1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT [v2,1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT - - - --- 2023-01-17 Jeff King Accepted
[1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT [1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT - - - --- 2023-01-17 Jeff King Superseded
[v6,2/2] send-email: expose header information to git-send-email's sendemail-validate hook send-email: expose header information to git-send-email's sendemail-validate hook - - - --- 2023-01-17 Michael Strawbridge Superseded
[v6,1/2] send-email: refactor header generation functions send-email: expose header information to git-send-email's sendemail-validate hook - - - --- 2023-01-17 Michael Strawbridge Superseded
[v5,2/2] send-email: expose header information to git-send-email's sendemail-validate hook send-email: expose header information to git-send-email's sendemail-validate hook - - - --- 2023-01-17 Michael Strawbridge Superseded
[v5,1/2] send-email: refactor header generation functions send-email: expose header information to git-send-email's sendemail-validate hook - - - --- 2023-01-17 Michael Strawbridge Superseded
branch: improve advice when --recurse-submodules fails branch: improve advice when --recurse-submodules fails - 1 - --- 2023-01-16 Philippe Blain Accepted
[3/3] branch: rename orphan branches in any worktree branch: operations on orphan branches - - - --- 2023-01-16 Rubén Justo Superseded
[v2,2/3] branch: description for orphan branch errors branch: operations on orphan branches - - - --- 2023-01-16 Rubén Justo Superseded
[v2,1/3] avoid unnecessary worktrees traversing branch: operations on orphan branches - - - --- 2023-01-16 Rubén Justo Superseded
[3/3] http: support CURLOPT_PROTOCOLS_STR [1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT - - - --- 2023-01-15 Jeff King Superseded
[2/3] http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION [1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT - - - --- 2023-01-15 Jeff King Superseded
[1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT [1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT - - - --- 2023-01-15 Jeff King Superseded
format-patch: unleak "-v <num>" format-patch: unleak "-v <num>" - - - --- 2023-01-15 Junio C Hamano Accepted
[v2] t6426: fix TODO about making test more comprehensive [v2] t6426: fix TODO about making test more comprehensive - - - --- 2023-01-14 Elijah Newren Accepted
[v2] ci: do not die on deprecated-declarations warning [v2] ci: do not die on deprecated-declarations warning - - - --- 2023-01-14 Junio C Hamano Accepted
[v7,2/2] attr: add flag `--source` to work with tree-ish check-attr: add support to work with tree-ish - - - --- 2023-01-14 Karthik Nayak Accepted
[v7,1/2] t0003: move setup for `--all` into new block check-attr: add support to work with tree-ish - - - --- 2023-01-14 Karthik Nayak Accepted
ci: do not die on deprecated-declarations warning ci: do not die on deprecated-declarations warning - - - --- 2023-01-14 Junio C Hamano Superseded
[v2] docs: link generating patch sections [v2] docs: link generating patch sections - - - --- 2023-01-13 John Cai Accepted
[4/4] ls-files: guide folks to --exclude-standard over other --exclude* options clarify ls-files docs - - - --- 2023-01-13 Elijah Newren Accepted
[3/4] ls-files: clarify descriptions of status tags for -t clarify ls-files docs - - - --- 2023-01-13 Elijah Newren Accepted
[2/4] ls-files: clarify descriptions of file selection options clarify ls-files docs - - - --- 2023-01-13 Elijah Newren Accepted
[1/4] ls-files: add missing documentation for --resolve-undo option clarify ls-files docs - - - --- 2023-01-13 Elijah Newren Accepted
t6426: fix TODO about making test more comprehensive t6426: fix TODO about making test more comprehensive - - - --- 2023-01-13 Elijah Newren Superseded
rebase: cleanup "--exec" option handling rebase: cleanup "--exec" option handling - - - --- 2023-01-12 Phillip Wood Accepted
object-file: fix indent-with-space object-file: fix indent-with-space - - - --- 2023-01-12 Jeff King Accepted
[v2,6/6] bisect: no longer try to clean up left-over `.git/head-name` files bisect: follow-up fixes from js/bisect-in-c - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,5/6] bisect: remove Cogito-related code bisect: follow-up fixes from js/bisect-in-c - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,4/6] bisect run: fix the error message bisect: follow-up fixes from js/bisect-in-c - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,3/6] bisect: verify that a bogus option won't try to start a bisection bisect: follow-up fixes from js/bisect-in-c - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,2/6] bisect--helper: make the order consistently `argc, argv` bisect: follow-up fixes from js/bisect-in-c - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,1/6] bisect--helper: simplify exit code computation bisect: follow-up fixes from js/bisect-in-c - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,5/6] cache API: add a "INDEX_STATE_INIT" macro/function, add release_index() cache API: always have a "istate->repo" - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,4/6] read-cache.c: refactor set_new_index_sparsity() for subsequent commit cache API: always have a "istate->repo" - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,3/6] sparse-index API: BUG() out on NULL ensure_full_index() cache API: always have a "istate->repo" - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,2/6] sparse-index.c: expand_to_path() can assume non-NULL "istate" cache API: always have a "istate->repo" - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,1/6] builtin/difftool.c: { 0 }-initialize rather than using memset() cache API: always have a "istate->repo" - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2,9/9] commit.c: free() revs.commit in get_fork_point() sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,8/9] builtin/rebase.c: free() "options.strategy_opts" sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,7/9] sequencer.c: always free() the "msgbuf" in do_pick_commit() sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,6/9] builtin/rebase.c: fix "options.onto_name" leak sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,5/9] builtin/rebase.c: rename "squash_onto_name" to "to_free" sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,4/9] builtin/revert.c: move free-ing of "revs" to replay_opts_release() sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,3/9] rebase & sequencer API: fix get_replay_opts() leak in "rebase" sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,2/9] sequencer.c: split up sequencer_remove_state() sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v2,1/9] rebase: use "cleanup" pattern in do_interactive_rebase() sequencer API & users: fix widespread leaks - - - --- 2023-01-12 Ævar Arnfjörð Bjarmason Superseded
[v6,2/2] attr: add flag `--source` to work with tree-ish check-attr: add support to work with tree-ish - - - --- 2023-01-12 Karthik Nayak Superseded
[v6,1/2] t0003: move setup for `--all` into new block check-attr: add support to work with tree-ish - - - --- 2023-01-12 Karthik Nayak Superseded
[6/6] t3104: remove shift code in 'test_ls_tree_format' ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[5/6] ls-tree: cleanup the redundant SPACE ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[4/6] ls-tree: make "line_termination" less generic ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[3/6] ls-tree: fold "show_tree_data" into "cb" struct ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[2/6] ls-tree: use a "struct options" ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[1/6] ls-tree: don't use "show_tree_data" for "fast" callbacks ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[v1,3/3] t7527: use test_when_finished in 'case insensitive+preserving' fixes for commented out code in tests (was "Re: [PATCH] *: fix typos which duplicate a word") - - - --- 2023-01-11 Andrei Rybak Accepted
[v1,2/3] t6422: drop commented out code fixes for commented out code in tests (was "Re: [PATCH] *: fix typos which duplicate a word") - - - --- 2023-01-11 Andrei Rybak Accepted
[v1,1/3] t6003: uncomment test '--max-age=c3, --topo-order' fixes for commented out code in tests (was "Re: [PATCH] *: fix typos which duplicate a word") - - - --- 2023-01-11 Andrei Rybak Accepted
[v5,10/10] credential: add WWW-Authenticate header to cred requests Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,09/10] http: read HTTP WWW-Authenticate response headers Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,08/10] strvec: expose strvec_push_nodup for external use Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,07/10] http: replace unsafe size_t multiplication with st_mult Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,06/10] test-http-server: add simple authentication Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,05/10] test-http-server: add HTTP error response function Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,04/10] test-http-server: add stub HTTP server test helper Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,03/10] daemon: rename some esoteric/laboured terminology Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,02/10] daemon: libify child process handling functions Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
[v5,01/10] daemon: libify socket setup and option functions Enhance credential helper protocol to include auth headers - - - --- 2023-01-11 Matthew John Cheetham Superseded
ls-tree: add --sparse-filter-oid argument ls-tree: add --sparse-filter-oid argument - - - --- 2023-01-11 William Sprent Superseded
[v2] date.c: allow ISO 8601 reduced precision times [v2] date.c: allow ISO 8601 reduced precision times - - - --- 2023-01-11 Đoàn Trần Công Danh Accepted
[v5,2/2] send-email: expose header information to git-send-email's sendemail-validate hook send-email: expose header information to git-send-email's sendemail-validate hook - - - --- 2023-01-10 Michael Strawbridge Superseded
[v5,1/2] send-email: refactor header generation functions send-email: expose header information to git-send-email's sendemail-validate hook - - - --- 2023-01-10 Michael Strawbridge Superseded
[v2,5/5] git-rebase.txt: add a note about 'ORIG_HEAD' being overwritten Documentation: updates and a correction around 'ORIG_HEAD' - - - --- 2023-01-10 Philippe Blain Accepted
[v2,4/5] revisions.txt: be explicit about commands writing 'ORIG_HEAD' Documentation: updates and a correction around 'ORIG_HEAD' - - - --- 2023-01-10 Philippe Blain Accepted
[v2,3/5] git-merge.txt: mention 'ORIG_HEAD' in the Description Documentation: updates and a correction around 'ORIG_HEAD' - - - --- 2023-01-10 Philippe Blain Accepted
[v2,2/5] git-reset.txt: mention 'ORIG_HEAD' in the Description Documentation: updates and a correction around 'ORIG_HEAD' - - - --- 2023-01-10 Philippe Blain Accepted
[v2,1/5] git-cherry-pick.txt: do not use 'ORIG_HEAD' in example Documentation: updates and a correction around 'ORIG_HEAD' - - - --- 2023-01-10 Philippe Blain Accepted
[v2,2/2] git-bisect-lk2009: update nist report link update references in git-bisect-lk2009.txt - - - --- 2023-01-10 Andrei Rybak Accepted
[v2,1/2] git-bisect-lk2009: update java code conventions link update references in git-bisect-lk2009.txt - - - --- 2023-01-10 Andrei Rybak Accepted
git-bisect-lk2009: update java code conventions link git-bisect-lk2009: update java code conventions link - - - --- 2023-01-10 Andrei Rybak Accepted
[5/5] treewide: always have a valid "index_state.repo" member cache API: always have a "istate->repo" - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[4/5] read-cache.c: refactor set_new_index_sparsity() for subsequent commit cache API: always have a "istate->repo" - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[3/5] sparse-index API: fix TODO, BUG() out on NULL ensure_full_index() cache API: always have a "istate->repo" - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[2/5] sparse-index.c: expand_to_path() can assume non-NULL "istate" cache API: always have a "istate->repo" - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[1/5] builtin/difftool.c: { 0 }-initialize rather than using memset() cache API: always have a "istate->repo" - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,19/19] push: free_refs() the "local_refs" in set_refspecs() leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,18/19] receive-pack: free() the "ref_name" in "struct command" leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,17/19] grep API: plug memory leaks by freeing "header_list" leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,16/19] grep.c: refactor free_grep_patterns() leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,15/19] object-file.c: release the "tag" in check_tag() leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,14/19] builtin/merge.c: free "&buf" on "Your local changes..." error leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,13/19] builtin/merge.c: always free "struct strbuf msg" leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,12/19] show-branch: free() allocated "head" before return leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,11/19] commit-graph: fix a parse_options_concat() leak leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}() leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main() leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,08/19] worktree: fix a trivial leak in prune_worktrees() leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
[v3,07/19] repack: fix leaks on error with "goto cleanup" leak fixes: various simple leak fixes - - - --- 2023-01-10 Ævar Arnfjörð Bjarmason Superseded
« 1 2 ... 54 55 56194 195 »