git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-12-24 23:09:29 to 2022-12-31 14:59:59 UTC [more...]

[PATCH 00/10] sequencer API & users: fix widespread leaks
 2022-12-31 14:59 UTC  (18+ messages)
` [PATCH 01/10] rebase: use "cleanup" pattern in do_interactive_rebase()
` [PATCH 02/10] sequencer.c: split up sequencer_remove_state()
` [PATCH 03/10] rebase & sequencer API: fix get_replay_opts() leak in "rebase"
` [PATCH 04/10] builtin/revert.c: refactor run_sequencer() return pattern
` [PATCH 05/10] builtin/revert.c: fix common leak by using replay_opts_release()
` [PATCH 06/10] builtin/revert.c: move free-ing of "revs" to replay_opts_release()
` [PATCH 07/10] builtin/rebase.c: fix "options.onto_name" leak
` [PATCH 08/10] sequencer.c: always free() the "msgbuf" in do_pick_commit()
` [PATCH 09/10] builtin/rebase.c: free() "options.strategy_opts"
` [PATCH 10/10] commit.c: free() revs.commit in get_fork_point()

[PATCH] get_oid_basic: detached HEAD and @{-1}
 2022-12-31 14:13 UTC 

[PATCH] win32: remove return_0 inline function
 2022-12-31  2:51 UTC  (2+ messages)

[PATCH] maintenance: fix typos
 2022-12-31  2:07 UTC  (4+ messages)

is this data corruption?
 2022-12-31  0:57 UTC  (4+ messages)

[BUG] fatal: transport 'file' not allowed during submodule add
 2022-12-30 23:16 UTC  (11+ messages)

[PATCH 0/2] branch: operations on orphan branches
 2022-12-30 23:12 UTC  (3+ messages)
` [PATCH 1/2] branch: description for orphan branch errors
` [PATCH 2/2] branch: rename orphan branches in any worktree

[PATCH 0/3] COPY_ARRAY, MOVE_ARRAY, DUP_ARRAY
 2022-12-30 22:03 UTC  (4+ messages)
` [PATCH 1/3] do full type check in COPY_ARRAY and MOVE_ARRAY
` [PATCH 2/3] add DUP_ARRAY
` [PATCH 3/3] use DUP_ARRAY

Draft of Git Rev News edition 94
 2022-12-30 20:05 UTC 

[PATCH v3 00/11] Bundle URIs IV: advertise over protocol v2
 2022-12-30 16:31 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 06/11] bundle-uri client: add helper for testing server

[PATCH 00/20] leak fixes: various simple leak fixes
 2022-12-30 16:26 UTC  (62+ messages)
` [PATCH 01/20] t6021: mark as passing with SANITIZE=leak
` [PATCH 02/20] tests: mark tests "
` [PATCH 03/20] bundle.c: don't leak the "args" in the "struct child_process"
` [PATCH 04/20] commit-graph: use free() instead of UNLEAK()
` [PATCH 05/20] clone: "
` [PATCH 06/20] archive.c: call clear_pathspec() in write_archive()
` [PATCH 07/20] stash: fix a "struct pathspec" leak
` [PATCH 08/20] reset: fix cmd_reset() leaks with a clear_pathspec() call
` [PATCH 09/20] name-rev: don't xstrdup() an already dup'd string
` [PATCH 10/20] repack: fix leaks on error with "goto cleanup"
` [PATCH 11/20] worktree: fix a trivial leak in prune_worktrees()
` [PATCH 12/20] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
` [PATCH 13/20] commit-graph: fix a parse_options_concat() leak
` [PATCH 14/20] show-branch: free() allocated "head" before return
` [PATCH 15/20] builtin/merge.c: always free "struct strbuf msg"
` [PATCH 16/20] builtin/merge.c: free "&buf" on "Your local changes..." error
` [PATCH 17/20] connected.c: free(new_pack) in check_connected()
` [PATCH 18/20] object-file.c: free the "t.tag" in check_tag()
` [PATCH 19/20] grep.c: make it easier to extend free_grep_patterns()
` [PATCH 20/20] grep API: plug memory leaks by freeing "header_list"
` [PATCH v2 00/20] leak fixes: various simple leak fixes
  ` [PATCH v2 01/20] tests: mark tests as passing with SANITIZE=leak
  ` [PATCH v2 02/20] bundle.c: don't leak the "args" in the "struct child_process"
  ` [PATCH v2 03/20] commit-graph: use free() instead of UNLEAK()
  ` [PATCH v2 04/20] clone: "
  ` [PATCH v2 05/20] various: add missing clear_pathspec(), fix leaks
  ` [PATCH v2 06/20] name-rev: don't xstrdup() an already dup'd string
  ` [PATCH v2 07/20] repack: fix leaks on error with "goto cleanup"
  ` [PATCH v2 08/20] worktree: fix a trivial leak in prune_worktrees()
  ` [PATCH v2 09/20] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
  ` [PATCH v2 10/20] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
  ` [PATCH v2 11/20] commit-graph: fix a parse_options_concat() leak
  ` [PATCH v2 12/20] show-branch: free() allocated "head" before return
  ` [PATCH v2 13/20] builtin/merge.c: always free "struct strbuf msg"
  ` [PATCH v2 14/20] builtin/merge.c: free "&buf" on "Your local changes..." error
  ` [PATCH v2 15/20] connected.c: free(new_pack) in check_connected()
  ` [PATCH v2 16/20] object-file.c: release the "tag" in check_tag()
  ` [PATCH v2 17/20] grep.c: refactor free_grep_patterns()
  ` [PATCH v2 18/20] grep API: plug memory leaks by freeing "header_list"
  ` [PATCH v2 19/20] receive-pack: free() the "ref_name" in "struct command"
  ` [PATCH v2 20/20] push: free_refs() the "local_refs" in set_refspecs()

[PATCH 0/4] tag: don't misreport type of tagged objects in errors
 2022-12-30  6:07 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] object tests: add test for unexpected objects in tags
  ` [PATCH v2 2/3] tag: don't misreport type of tagged objects in errors
  ` [PATCH v2 3/3] tag: don't emit potentially incorrect "object is a X, not a Y"

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2022-12-29 21:22 UTC  (18+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v4 0/3] "
      ` [PATCH v5 0/4] "
        ` [PATCH v6 "
          ` [PATCH v6 1/4] worktree add: include -B in usage docs
          ` [PATCH v6 2/4] worktree add: refactor opt exclusion tests
          ` [PATCH v6 3/4] worktree add: add --orphan flag
          ` [PATCH v6 4/4] worktree add: add hint to direct users towards --orphan

[PATCH] grep: simplify is_empty_line
 2022-12-29 17:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v10] git: edit variable types to match what is assigned to them
 2022-12-29 16:11 UTC  (3+ messages)
` [PATCH v11] "
  ` [PATCH v12] "

What's cooking in git.git (Dec 2022, #07; Mon, 26)
 2022-12-28  8:36 UTC  (6+ messages)
` cmake topics & js/ci-disable-cmake-by-default (was: What's cooking in git.git (Dec 2022, #07; Mon, 26))
  ` cmake topics & js/ci-disable-cmake-by-default
` built-in-submodule & in-flight dependencies (was: What's cooking in git.git (Dec 2022, #07; Mon, 26))

Bug report
 2022-12-28  5:02 UTC  (2+ messages)

[PATCH] Revert "builtin/bundle.c: let parse-options parse subcommands"
 2022-12-27 23:32 UTC  (9+ messages)
` [PATCH] bundle: don't segfault on "git bundle <subcmd>"
    ` [PATCH 0/2] builtin/bundle.c: segfault fix style & error reporting follow-up
      ` [PATCH 1/2] builtin/bundle.c: remove superfluous "newargc" variable
      ` [PATCH 2/2] bundle <cmd>: have usage_msg_opt() note the missing "<file>"

[PATCH] gitattributes.txt: fix typo in "comma separated"
 2022-12-27 23:27 UTC  (2+ messages)

[PATCH v3 0/8] tests: fix ignored & hidden exit codes
 2022-12-27 23:17 UTC  (16+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 2/6] t/lib-patch-mode.sh: fix ignored "
  ` [PATCH v4 4/6] tests: don't lose exit status with "test <op> $(git ...)"
  ` [PATCH v4 5/6] tests: don't lose "git" exit codes in "! ( git ... | grep )"
  ` [PATCH v4 6/6] tests: don't lose misc "git" exit codes

[RFC PATCH v2] setup: avoid unconditional open syscall with write flags
 2022-12-27 23:03 UTC  (4+ messages)

[PATCH] cmake: don't invoke msgfmt with --statistics
 2022-12-27 22:33 UTC  (5+ messages)

git fetch --dry-run changes the local repo and transfers data
 2022-12-27 18:42 UTC  (3+ messages)

What's cooking in git.git (Dec 2022, #03; Sun, 11)
 2022-12-27 12:52 UTC  (11+ messages)
` js/drop-mingw-test-cmp, was "

[PATCH] ref-filter: add new atom "signature" atom
 2022-12-27  6:11 UTC  (3+ messages)

[PATCH] doc/git-branch: fix --force description typo
 2022-12-27  4:46 UTC  (2+ messages)

Theirs merge strategy
 2022-12-26  4:46 UTC  (3+ messages)

Bug Report
 2022-12-26  2:15 UTC  (3+ messages)

[PATCH v11 0/2] win32: close handles of threads that have been joined
 2022-12-26  2:07 UTC  (6+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/2] win32-pthread: prepare pthread.c for change by formatting
  ` [PATCH v12 2/2] win32: close handles of threads that have been joined

bug report
 2022-12-25 18:12 UTC  (2+ messages)

[PATCH] scalar: use verbose mode in clone
 2022-12-25 13:29 UTC  (2+ messages)
` [PATCH v2] scalar: show progress if stderr refer to a terminal

[PATCH] win32: use _endthreadex to terminate threads, not ExitThread
 2022-12-25 12:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4] am: Allow passing --no-verify flag
 2022-12-25 11:26 UTC  (7+ messages)

[PATCH] refs: fix corruption by not correctly syncing packed-refs to disk
 2022-12-25 11:25 UTC  (3+ messages)

ssh errors
 2022-12-25  1:19 UTC 

[RFC PATCH] test-lib: allow storing counts with test harnesses
 2022-12-24 22:52 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).