Show patches with: none      |   43565 patches
« 1 2 ... 70 71 72435 436 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,4/4] t4113: indent with tabs t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[v2,3/4] t4113: use "<<-" instead of "<<" t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[v2,2/4] t4113:put second creation in own step t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[v2,1/4] t4113: replace backslash with single quote t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[GSoC] merge: use reverse_commit_list() for list reversal [GSoC] merge: use reverse_commit_list() for list reversal - - - --- 2023-02-02 Kousik Sanagavarapu New
[v4,9/9] for-each-repo: with bad config, don't conflate <path> and <cmd> config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,8/9] config API: add "string" version of *_value_multi(), fix segfaults config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,7/9] config API users: test for *_get_value_multi() segfaults config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,6/9] for-each-repo: error on bad --config config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[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,3/9] config API: add and use a "git_config_get()" family of functions config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v4,2/9] config tests: add "NULL" tests for *_get_value_multi() config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[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,6/6] imap-send: correctly report "host" when using "tunnel" imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,5/6] imap-send: remove old --no-curl codepath imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,4/6] imap-send: make --curl no-optional imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,3/6] imap-send: replace auto-probe libcurl with hard dependency imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,2/6] imap-send doc: the imap.sslVerify is used with imap.tunnel imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,1/6] imap-send: note "auth_method", not "host" on auth method failure imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2] delta-islands: free island_marks and bitmaps [v2] delta-islands: free island_marks and bitmaps - - - --- 2023-02-02 Eric Wong Superseded
[9/9] git archive docs: document output non-stability git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[8/9] archive tests: test for "gzip -cn" and "git archive gzip" stability git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[7/9] test-lib.sh: add a lazy GZIP prerequisite git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[6/9] archive: use "gzip -cn" for stability, not "git archive gzip" git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[5/9] archive-tar.c: move internal gzip implementation to a function git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[4/9] archive: omit the shell for built-in "command" filters git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[3/9] archiver API: make the "flags" in "struct archiver" an enum git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[2/9] git config docs: document "tar.<format>.{command,remote}" git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[1/9] archive & tar config docs: de-duplicate configuration section git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[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
rev-list: clarify git-log default date format rev-list: clarify git-log default date format - - - --- 2023-02-01 Rafael Dulfer New
[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
[2/2] imap-send: not define USE_CURL_FOR_IMAP_SEND in Makefile [1/2] Makefile: not use mismatched curl_config to check version - - - --- 2023-02-01 Jiang Xin New
[1/2] Makefile: not use mismatched curl_config to check version [1/2] Makefile: not use mismatched curl_config to check version - - - --- 2023-02-01 Jiang Xin New
clean: flush after each line clean: flush after each line - - - --- 2023-02-01 Orgad Shaneh New
[v2] credential: new attribute password_expiry_utc [v2] credential: new attribute password_expiry_utc - - - --- 2023-02-01 M Hickford Superseded
pack-objects memory use observations [was: [PATCH] delta-islands: free island-related data after us… pack-objects memory use observations [was: [PATCH] delta-islands: free island-related data after us… - - - --- 2023-02-01 Eric Wong New
git-gui: fix inability to quit after closing another instance git-gui: fix inability to quit after closing another instance - - - --- 2023-02-01 Orgad Shaneh New
docs: document zero bits in index "mode" docs: document zero bits in index "mode" - - - --- 2023-02-01 Glen Choo Accepted
[GSoC] t/t4113-apply-ending.sh: Modernize a test script [GSoC] t/t4113-apply-ending.sh: Modernize a test script - - - --- 2023-01-31 Shuqi Liang New
[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
fix italian expression fix italian expression - - - --- 2023-01-25 Paolo Benvenuto New
[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
« 1 2 ... 70 71 72435 436 »