Show patches with: Archived = No       |   20102 patches
« 1 2 ... 58 59 60201 202 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,8/8] commit.c: free() revs.commit in get_fork_point() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,7/8] builtin/rebase.c: free() "options.strategy_opts" sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,6/8] sequencer.c: always free() the "msgbuf" in do_pick_commit() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,5/8] builtin/rebase.c: fix "options.onto_name" leak sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,4/8] builtin/revert.c: move free-ing of "revs" to replay_opts_release() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,3/8] sequencer API users: fix get_replay_opts() leaks sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,2/8] sequencer.c: split up sequencer_remove_state() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,1/8] rebase: use "cleanup" pattern in do_interactive_rebase() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[2/2] diff: teach diff to read gitattribute diff-algorithm Teach diff to honor diff algorithms set through git attributes - - - --- 2023-02-05 John Cai Superseded
[1/2] diff: consolidate diff algorithm option parsing Teach diff to honor diff algorithms set through git attributes - - - --- 2023-02-05 John Cai Superseded
[v3,3/4] rebase: refuse to switch to a branch already checked out elsewhere (test) [v3,1/4] worktree: introduce is_shared_symref() - - - --- 2023-02-04 Rubén Justo Accepted
[v3,2/4] branch: fix die_if_checked_out() when ignore_current_worktree [v3,1/4] worktree: introduce is_shared_symref() - - - --- 2023-02-04 Rubén Justo Accepted
[v3,1/4] worktree: introduce is_shared_symref() [v3,1/4] worktree: introduce is_shared_symref() - - - --- 2023-02-04 Rubén Justo Accepted
[v2] bisect: fix "reset" when branch is checked out elsewhere [v2] bisect: fix "reset" when branch is checked out elsewhere - - - --- 2023-02-04 Rubén Justo Superseded
[v3] credential: new attribute password_expiry_utc [v3] credential: new attribute password_expiry_utc - - - --- 2023-02-04 M Hickford Superseded
t5000: modernise archive and :(glob) test t5000: modernise archive and :(glob) test - - - --- 2023-02-04 Kostya Farber Accepted
cache-tree: fix strbuf growth in prime_cache_tree_rec() cache-tree: fix strbuf growth in prime_cache_tree_rec() - - - --- 2023-02-04 René Scharfe Superseded
[v2,2/2,RFC] push: allow delete one level ref push: allow delete one level ref - - - --- 2023-02-04 ZheNing Hu Superseded
[v2,1/2] receive-pack: fix funny ref error messsage push: allow delete one level ref - - - --- 2023-02-04 ZheNing Hu Superseded
[v2,3/3] userdiff: support Java sealed classes userdiff: Java updates - - - --- 2023-02-04 Andrei Rybak Superseded
[v2,2/3] userdiff: support Java record types userdiff: Java updates - - - --- 2023-02-04 Andrei Rybak Superseded
[v2,1/3] userdiff: support Java type parameters userdiff: Java updates - - - --- 2023-02-04 Andrei Rybak Superseded
new-command.txt: update reference to builtin docs new-command.txt: update reference to builtin docs - - - --- 2023-02-04 Wes Lord Accepted
[v3] delta-islands: free island_marks and bitmaps [v3] delta-islands: free island_marks and bitmaps - - - --- 2023-02-03 Eric Wong Accepted
[v1,3/3] userdiff: support Java sealed classes userdiff: Java updates - - - --- 2023-02-03 Andrei Rybak Superseded
[v1,2/3] userdiff: support Java record types userdiff: Java updates - - - --- 2023-02-03 Andrei Rybak Superseded
[v1,1/3] userdiff: support Java type parameters userdiff: Java updates - - - --- 2023-02-03 Andrei Rybak Superseded
[3/3] docs & comments: replace mentions of "git-add--interactive.perl" add: remove Perl version of "git add -[pi]" - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Superseded
[2/3] add API: remove run_add_interactive() wrapper function add: remove Perl version of "git add -[pi]" - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Superseded
[1/3] add: remove "add.interactive.useBuiltin" & Perl "git add--interactive" add: remove Perl version of "git add -[pi]" - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Superseded
.gitattributes: include `text` attribute for eol attributes .gitattributes: include `text` attribute for eol attributes - - - --- 2023-02-03 Philip Oakley Accepted
[v2,5/5] hook: support a --to-stdin=<path> option hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,4/5] sequencer: use the new hook API for the simpler "post-rewrite" call hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,3/5] hook API: support passing stdin to hooks, convert am's 'post-rewrite' hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,2/5] run-command: allow stdin for run_processes_parallel hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,1/5] run-command.c: remove dead assignment in while-loop hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[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,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
« 1 2 ... 58 59 60201 202 »