Show patches with: Archived = No       |   19562 patches
« 1 2 ... 53 54 55195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,5/9] config API: have *_multi() return an "int" and take a "dest" config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,4/9] versioncmp.c: refactor config reading next commit config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,1/9] config tests: cover blind spots in git_die_config() tests config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v6,19/19] push: free_refs() the "local_refs" in set_refspecs() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,18/19] push: refactor refspec_append_mapped() for subsequent leak-fix leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,17/19] receive-pack: free() the "ref_name" in "struct command" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,16/19] grep API: plug memory leaks by freeing "header_list" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,15/19] grep.c: refactor free_grep_patterns() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,14/19] builtin/merge.c: free "&buf" on "Your local changes..." error leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,12/19] show-branch: free() allocated "head" before return leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,11/19] commit-graph: fix a parse_options_concat() leak leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,08/19] worktree: fix a trivial leak in prune_worktrees() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,07/19] repack: fix leaks on error with "goto cleanup" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,06/19] name-rev: don't xstrdup() an already dup'd string leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,05/19] various: add missing clear_pathspec(), fix leaks leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,04/19] clone: use free() instead of UNLEAK() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,03/19] commit-graph: use free_commit_graph() instead of UNLEAK() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,02/19] bundle.c: don't leak the "args" in the "struct child_process" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,01/19] tests: mark tests as passing with SANITIZE=leak leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v2] delta-islands: free island_marks and bitmaps [v2] delta-islands: free island_marks and bitmaps - - - --- 2023-02-02 Eric Wong Superseded
[v2,2/2] mingw: remove msysGit/MSYS1 support Remove MSys Support - - - --- 2023-02-02 Harshil-Jani Accepted
[v2,1/2] mingw: remove duplicate `USE_NED_ALLOCATOR` directive Remove MSys Support - - - --- 2023-02-02 Harshil-Jani Accepted
delta-islands: free island_marks and bitmaps delta-islands: free island_marks and bitmaps - - - --- 2023-02-02 Eric Wong Superseded
imap-send: replace auto-probe libcurl with hard dependency imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-01 Ævar Arnfjörð Bjarmason Superseded
[v4] compat/winansi: check for errors of CreateThread() correctly [v4] compat/winansi: check for errors of CreateThread() correctly 1 - - --- 2023-02-01 Seija Kijin Accepted
[v3] win32: check for NULL after creating thread [v3] win32: check for NULL after creating thread 1 - - --- 2023-02-01 Seija Kijin Accepted
[4/4] t/lib-httpd: increase ssl key size to 2048 bits t/lib-httpd ssl fixes - - - --- 2023-02-01 Jeff King Accepted
[3/4] t/lib-httpd: drop SSLMutex config t/lib-httpd ssl fixes - - - --- 2023-02-01 Jeff King Accepted
[2/4] t/lib-httpd: bump required apache version to 2.4 t/lib-httpd ssl fixes - - - --- 2023-02-01 Jeff King Accepted
[1/4] t/lib-httpd: bump required apache version to 2.2 t/lib-httpd ssl fixes - - - --- 2023-02-01 Jeff King Accepted
[v2] credential: new attribute password_expiry_utc [v2] credential: new attribute password_expiry_utc - - - --- 2023-02-01 M Hickford Superseded
docs: document zero bits in index "mode" docs: document zero bits in index "mode" - - - --- 2023-02-01 Glen Choo Accepted
[v3] grep: fall back to interpreter if JIT memory allocation fails [v3] grep: fall back to interpreter if JIT memory allocation fails - - - --- 2023-01-31 Mathias Krause Accepted
[v2] win32: check for NULL after creating thread [v2] win32: check for NULL after creating thread - - - --- 2023-01-31 Seija Kijin Superseded
win32: check for NULL when creating thread win32: check for NULL when creating thread - - - --- 2023-01-31 Seija Kijin Accepted
[v5] win32: fix thread usage for win32 [v5] win32: fix thread usage for win32 - - - --- 2023-01-31 Seija Kijin Superseded
[v3,11/11] bundle-uri: test missing bundles with heuristic Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,10/11] bundle-uri: store fetch.bundleCreationToken Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,09/11] fetch: fetch from an external bundle URI Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,08/11] bundle-uri: drop bundle.flag from design doc Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,07/11] clone: set fetch.bundleURI if appropriate Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,06/11] bundle-uri: download in creationToken order Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,05/11] bundle-uri: parse bundle.<id>.creationToken values Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,04/11] bundle-uri: parse bundle.heuristic=creationToken Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,03/11] t5558: add tests for creationToken heuristic Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,02/11] bundle: verify using check_connected() Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3,01/11] bundle: test unbundling with incomplete history Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-31 Derrick Stolee Accepted
[v3] Documentation: clarify that cache forgets credentials if the system restarts [v3] Documentation: clarify that cache forgets credentials if the system restarts - - - --- 2023-01-28 M Hickford Accepted
[v2] Documentation: clarify that cache forgets credentials if the system restarts [v2] Documentation: clarify that cache forgets credentials if the system restarts - - - --- 2023-01-28 M Hickford Superseded
credential: new attribute password_expiry_utc credential: new attribute password_expiry_utc - - - --- 2023-01-28 M Hickford Superseded
[3/3] scalar: only warn when background maintenance fails Allow scalar to succeed despite maintenance failures - - - --- 2023-01-27 Derrick Stolee Accepted
[2/3] t921*: test scalar behavior starting maintenance Allow scalar to succeed despite maintenance failures - - - --- 2023-01-27 Derrick Stolee Accepted
[1/3] t: allow 'scalar' in test_must_fail Allow scalar to succeed despite maintenance failures - - - --- 2023-01-27 Derrick Stolee Accepted
[v2] grep: fall back to interpreter if JIT memory allocation fails [v2] grep: fall back to interpreter if JIT memory allocation fails - - - --- 2023-01-27 Mathias Krause Superseded
[v3] attr: fix instructions on how to check attrs [v3] attr: fix instructions on how to check attrs - - - --- 2023-01-26 John Cai Accepted
[v2] request-pull: filter out SSH/X.509 tag signatures [v2] request-pull: filter out SSH/X.509 tag signatures - - - --- 2023-01-25 Gwyneth Morgan Accepted
request-pull: filter out SSH/X.509 tag signatures request-pull: filter out SSH/X.509 tag signatures - - - --- 2023-01-25 Gwyneth Morgan Superseded
[v3] ssh signing: better error message when key not in agent [v3] ssh signing: better error message when key not in agent - - - --- 2023-01-25 Adam Szkoda Accepted
[v5,10/10] rebase: provide better error message for apply options vs. merge config rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,09/10] rebase: put rebase_options initialization in single place rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,08/10] rebase: fix formatting of rebase --reapply-cherry-picks option in docs rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,07/10] rebase: clarify the OPT_CMDMODE incompatibilities rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,06/10] rebase: add coverage of other incompatible options rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,05/10] rebase: fix incompatiblity checks for --[no-]reapply-cherry-picks rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,04/10] rebase: fix docs about incompatibilities with --root rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,03/10] rebase: remove --allow-empty-message from incompatible opts rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,02/10] rebase: flag --apply and --merge as incompatible rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v5,01/10] rebase: mark --update-refs as requiring the merge backend rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-25 Elijah Newren Accepted
[v2] ssh signing: better error message when key not in agent [v2] ssh signing: better error message when key not in agent - - - --- 2023-01-24 Adam Szkoda Superseded
[5/5] hook: support a --to-stdin=<path> option for testing hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[4/5] sequencer: use the new hook API for the simpler "post-rewrite" call hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[3/5] hook API: support passing stdin to hooks, convert am's 'post-rewrite' hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[2/5] run-command: allow stdin for run_processes_parallel hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[1/5] run-command.c: remove dead assignment in while-loop hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[v4] win32: fix thread usage for win32 [v4] win32: fix thread usage for win32 - - - --- 2023-01-23 Seija Kijin Superseded
[v3] win32: fix thread usage for win32 [v3] win32: fix thread usage for win32 - - - --- 2023-01-23 Seija Kijin Superseded
[v2] win32: fix thread usage for win32 [v2] win32: fix thread usage for win32 - - - --- 2023-01-23 Seija Kijin Superseded
[v2,10/10] bundle-uri: test missing bundles with heuristic Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,09/10] bundle-uri: store fetch.bundleCreationToken Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,08/10] fetch: fetch from an external bundle URI Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,07/10] bundle-uri: drop bundle.flag from design doc Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,06/10] clone: set fetch.bundleURI if appropriate Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,05/10] bundle-uri: download in creationToken order Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,04/10] bundle-uri: parse bundle.<id>.creationToken values Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,03/10] bundle-uri: parse bundle.heuristic=creationToken Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,02/10] t5558: add tests for creationToken heuristic Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2,01/10] bundle: optionally skip reachability walk Bundle URIs V: creationToken heuristic for incremental fetches - - - --- 2023-01-23 Derrick Stolee Superseded
[v2] Documentation: render dash correctly [v2] Documentation: render dash correctly - - - --- 2023-01-23 Andrei Rybak Accepted
[v2] attr: fix instructions on how to check attrs [v2] attr: fix instructions on how to check attrs - - - --- 2023-01-23 John Cai Superseded
Documentation: render dash correctly Documentation: render dash correctly - - - --- 2023-01-22 Andrei Rybak Superseded
[v4,9/9] rebase: provide better error message for apply options vs. merge config rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-22 Elijah Newren Accepted
[v4,8/9] rebase: put rebase_options initialization in single place rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-22 Elijah Newren Accepted
[v4,7/9] rebase: fix formatting of rebase --reapply-cherry-picks option in docs rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-22 Elijah Newren Accepted
[v4,6/9] rebase: clarify the OPT_CMDMODE incompatibilities rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-22 Elijah Newren Accepted
[v4,5/9] rebase: add coverage of other incompatible options rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-22 Elijah Newren Accepted
[v4,4/9] rebase: fix docs about incompatibilities with --root rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-22 Elijah Newren Accepted
[v4,3/9] rebase: remove --allow-empty-message from incompatible opts rebase: fix several code/testing/documentation issues around flag incompatibilities - - - --- 2023-01-22 Elijah Newren Accepted
« 1 2 ... 53 54 55195 196 »