git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-12-20 23:25:24 to 2022-12-28 18:02:10 UTC [more...]

[PATCH 00/20] leak fixes: various simple leak fixes
 2022-12-28 18:00 UTC  (21+ 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"

[BUG] fatal: transport 'file' not allowed during submodule add
 2022-12-28 14:42 UTC  (3+ messages)

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2022-12-28 12:54 UTC  (24+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v4 0/3] "
      ` [PATCH v5 0/4] "
        ` [PATCH v5 1/4] worktree add: Include -B in usage docs
        ` [PATCH v5 2/4] worktree add: refactor opt exclusion tests
        ` [PATCH v5 3/4] worktree add: add --orphan flag
        ` [PATCH v5 4/4] worktree add: Add hint to use --orphan when bad ref
        ` [PATCH v6 0/4] worktree: Support `--orphan` when creating new worktrees
          ` [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

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 v5] win32: close handles of threads that have been joined
 2022-12-26  2:07 UTC  (25+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] "
  ` [PATCH v6 2/2] prep
  ` [PATCH v7 0/2] win32: close handles of threads that have been joined
    ` [PATCH v7 1/2] "
    ` [PATCH v7 2/2] prep
    ` [PATCH v8] win32: close handles of threads that have been joined
      ` [PATCH v9 0/2] "
        ` [PATCH v9 1/2] "
        ` [PATCH v9 2/2] prep: reformat pthread.c to fit coding guidelines
        ` [PATCH v10 0/2] win32: close handles of threads that have been joined
          ` [PATCH v10 1/2] win32-pthread: prepare pthread.c for change by formatting
          ` [PATCH v10 2/2] win32: close handles of threads that have been joined
          ` [PATCH v11 0/2] "
            ` [PATCH v11 1/2] win32-pthread: prepare pthread.c for change by formatting
            ` [PATCH v11 2/2] win32: close handles of threads that have been joined
            ` [PATCH v12 0/2] "
              ` [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  (5+ messages)
` [PATCH v2] "

[PATCH v3 00/11] Bundle URIs IV: advertise over protocol v2
 2022-12-25 11:35 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/11] protocol v2: add server-side "bundle-uri" skeleton
  ` [PATCH v4 02/11] t: create test harness for 'bundle-uri' command
  ` [PATCH v4 03/11] clone: request the 'bundle-uri' command when available
  ` [PATCH v4 04/11] bundle-uri client: add boolean transfer.bundleURI setting
  ` [PATCH v4 05/11] transport: rename got_remote_heads
  ` [PATCH v4 06/11] bundle-uri client: add helper for testing server
  ` [PATCH v4 07/11] bundle-uri: serve bundle.* keys from config
  ` [PATCH v4 08/11] strbuf: introduce strbuf_strip_file_from_path()
  ` [PATCH v4 09/11] bundle-uri: allow relative URLs in bundle lists
  ` [PATCH v4 10/11] bundle-uri: download bundles from an advertised list
  ` [PATCH v4 11/11] clone: unbundle the advertised bundles

[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 

GitHub actions are failing
 2022-12-24 22:13 UTC  (4+ messages)

[PATCH v3] git: edit variable types to match what is assigned to them
 2022-12-23 19:52 UTC  (8+ messages)
` [PATCH v4] "
  ` [PATCH v5] "
    ` [PATCH v6] "
      ` [PATCH v7] "
        ` [PATCH v8] "
          ` [PATCH v9] "
            ` [PATCH v10] "

[PATCH] range-diff: heck for NULL over comparisons
 2022-12-23 19:25 UTC  (2+ messages)
` [PATCH v2] range-diff: check "

[PATCH v4 0/2] check-attr: add support to work with revisions
 2022-12-23 10:44 UTC  (8+ messages)
  ` [PATCH v4 1/2] t0003: move setup for `--all` into new block
  ` [PATCH v4 2/2] attr: add flag `--revision` to work with revisions

What's cooking in git.git (Dec 2022, #06; Sun, 18)
 2022-12-23  9:11 UTC  (5+ messages)

[PATCH v3 0/5] notes.c: introduce "--no-blank-line" option
 2022-12-23  1:36 UTC  (5+ messages)

[PATCH] format-patch: add --mboxrd alias for --pretty=mboxrd
 2022-12-23  1:34 UTC  (6+ messages)
      ` [PATCH v2] format-patch: support format.mboxrd with --stdout

report default colors
 2022-12-23  1:32 UTC  (2+ messages)

[PATCH] branch: consider orphans when validate_branchname()
 2022-12-23  0:58 UTC 

[PATCH] tests: make 'test_oid' print trailing newline
 2022-12-23  0:56 UTC  (4+ messages)

[PATCH] mingw: check that the file attributes are valid
 2022-12-22 20:22 UTC 

What's cooking in git.git (Oct 2022, #03; Mon, 10)
 2022-12-22 17:40 UTC  (8+ messages)

git: The break command does not allow for comments
 2022-12-22 10:41 UTC 

[PATCH 0/6] remove USE_THE_INDEX_COMPATIBILITY_MACROS
 2022-12-22  9:32 UTC  (6+ messages)

[PATCH] git-p4: preserve utf8 BOM when importing from p4 to git
 2022-12-22  8:26 UTC  (5+ messages)

feature-request: silently stops ssh-agent.exe when upgrading (windows)
 2022-12-22  5:19 UTC  (6+ messages)

[PATCH] Documentation: clarify that cache forgets credentials if the system restarts
 2022-12-22  2:41 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.39.0(2)
 2022-12-21 14:45 UTC 

[PATCH 0/2] Make check-whitespace failures more helpful
 2022-12-21 13:46 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] ci (check-whitespace): suggest fixes for errors

[PATCH] dir: check for single file cone patterns
 2022-12-21 12:51 UTC  (3+ messages)

[PATCH 0/1] cat-file: quote-format name in error when using -z
 2022-12-21 12:42 UTC  (6+ messages)
` [PATCH 1/1] "

[RFC PATCH 1/4] ls-tree: don't use "show_tree_data" for "fast" callbacks
 2022-12-21 11:47 UTC  (2+ messages)

[PATCH v3 0/2] check-attr: add support to work with revisions
 2022-12-21  6:10 UTC  (4+ messages)
` [PATCH v3 2/2] attr: add flag `-r|--revisions` "

[PATCH v2 0/2] Implement filtering repacks
 2022-12-21  4:04 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v4 0/3] "
    ` [PATCH v4 1/3] pack-objects: allow --filter without --stdout
    ` [PATCH v4 2/3] repack: add --filter=<filter-spec> option
    ` [PATCH v4 3/3] gc: add gc.repackFilter config option


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).