git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-07-18 13:30:32 to 2022-07-19 21:05:56 UTC [more...]

[PATCH 00/10] leak test: add "check" test mode, mark leak-free tests
 2022-07-19 21:05 UTC  (7+ messages)
` [PATCH 01/10] test-lib.sh: use $1, not $@ in test_known_broken_{ok,failure}_
` [PATCH 02/10] test-lib.sh: don't set GIT_EXIT_OK before calling test_atexit_handler
` [PATCH 03/10] test-lib.sh: fix GIT_EXIT_OK logic errors, use BAIL_OUT
` [PATCH 04/10] test-lib.sh: add a --invert-exit-code switch
` [PATCH 06/10] test-lib: add a SANITIZE=leak logging mode
` [PATCH 07/10] test-lib.sh: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode

[PATCH v6 0/7] trace2: dump scope when print "interesting" config
 2022-07-19 21:03 UTC  (17+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/7] pack-bitmap.c: fix formatting of error messages
  ` [PATCH v7 2/7] pack-bitmap.c: mark more strings for translations
  ` [PATCH v7 3/7] pack-bitmap.c: rename "idx_name" to "bitmap_name"
  ` [PATCH v7 4/7] pack-bitmap.c: do not ignore error when opening a bitmap file
  ` [PATCH v7 5/7] pack-bitmap.c: using error() instead of silently returning -1
  ` [PATCH v7 6/7] pack-bitmap.c: continue looping when first MIDX bitmap is found
  ` [PATCH v7 7/7] tr2: dump names if config exist in multiple scopes

Possible git bug when working with Microsoft Mapped drives
 2022-07-19 21:02 UTC  (5+ messages)

[PATCH 00/11] submodule--helper: fix memory leaks
 2022-07-19 20:47 UTC  (29+ messages)
` [PATCH 09/11] submodule--helper: free "char *" in "struct update_data"
` [PATCH v2 00/24] submodule--helper: fix memory leaks
  ` [PATCH v2 01/24] submodule--helper: replace memset() with { 0 }-initialization
  ` [PATCH v2 02/24] submodule--helper: fix a leak in "clone_submodule"
  ` [PATCH v2 03/24] submodule--helper: fix trivial get_default_remote_submodule() leak
  ` [PATCH v2 04/24] submodule--helper: fix most "struct pathspec" memory leaks
  ` [PATCH v2 05/24] submodule--helper: "struct pathspec" memory leak in module_update()
  ` [PATCH v2 06/24] submodule--helper: don't leak {run,capture}_command() cp.dir argument
  ` [PATCH v2 07/24] submodule--helper: add "const" to copy of "update_data"
  ` [PATCH v2 08/24] submodule--helper: add and use *_release() functions
  ` [PATCH v2 09/24] submodule--helper: refactor "errmsg_str" to be a "struct strbuf"
  ` [PATCH v2 10/24] submodule--helper: fix "errmsg_str" memory leak
  ` [PATCH v2 11/24] submodule--helper: fix "sm_path" and other "module_cb_list" leaks
  ` [PATCH v2 12/24] submodule--helper: fix a leak with repo_clear()
  ` [PATCH v2 13/24] submodule--helper: fix a memory leak in get_default_remote_submodule()
  ` [PATCH v2 14/24] submodule--helper: fix "reference" leak is "module_clone_data"
  ` [PATCH v2 15/24] submodule--helper: fix obscure leak in module_add()
  ` [PATCH v2 16/24] submodule--helper: fix a "
  ` [PATCH v2 17/24] submodule--helper: fix a memory leak in print_status()
  ` [PATCH v2 18/24] submodule--helper: free some "displaypath" in "struct update_data"
  ` [PATCH v2 19/24] submodule--helper: rename "int res" to "int ret"
  ` [PATCH v2 20/24] submodule--helper: add skeleton "goto cleanup" to update_submodule()
  ` [PATCH v2 21/24] submodule--helper: don't exit() on failure, return
  ` [PATCH v2 22/24] submodule--helper: free rest of "displaypath" in "struct update_data"
  ` [PATCH v2 23/24] submodule--helper: fix bad config API usage
  ` [PATCH v2 24/24] submodule--helper: fix a configure_added_submodule() leak

[PATCH v3] submodule merge: update conflict error message
 2022-07-19 20:30 UTC  (11+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH] compat/win32: correct for incorrect compiler warning
 2022-07-19 20:13 UTC  (4+ messages)

[PATCH 0/3] Use "allowlist" and "denylist" tree-wide
 2022-07-19 19:44 UTC  (17+ messages)
` [PATCH v2 0/3] Remove use of "whitelist"
  ` [PATCH v2 1/3] Documentation: remove use of whitelist
  ` [PATCH v2 2/3] t/*: avoid "whitelist"
  ` [PATCH v3 0/5] Remove use of "whitelist"
    ` [PATCH v3 1/5] daemon: clarify directory arguments
    ` [PATCH v3 2/5] git-cvsserver: clarify directory list
    ` [PATCH v3 3/5] git.txt: remove redundant language
    ` [PATCH v3 4/5] t: avoid "whitelist"
    ` [PATCH v3 5/5] transport.c: "

[PATCH v3 0/8] rebase: update branches in multi-part topic
 2022-07-19 18:33 UTC  (30+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 07/12] rebase: add --update-refs option
  ` [PATCH v4 08/12] rebase: update refs from 'update-ref' commands
  ` [PATCH v4 12/12] sequencer: notify user of --update-refs activity
  ` [PATCH v5 00/12] rebase: update branches in multi-part topic
    ` [PATCH v5 01/12] t2407: test bisect and rebase as black-boxes
    ` [PATCH v5 02/12] t2407: test branches currently using apply backend
    ` [PATCH v5 03/12] branch: consider refs under 'update-refs'
    ` [PATCH v5 04/12] rebase-interactive: update 'merge' description
    ` [PATCH v5 05/12] sequencer: define array with enum values
    ` [PATCH v5 06/12] sequencer: add update-ref command
    ` [PATCH v5 07/12] rebase: add --update-refs option
    ` [PATCH v5 08/12] rebase: update refs from 'update-ref' commands
    ` [PATCH v5 09/12] sequencer: rewrite update-refs as user edits todo list
    ` [PATCH v5 10/12] rebase: add rebase.updateRefs config option
    ` [PATCH v5 11/12] sequencer: ignore HEAD ref under --update-refs
    ` [PATCH v5 12/12] sequencer: notify user of --update-refs activity

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-07-19 18:30 UTC  (20+ messages)
` [PATCH v1 1/7] t7002: add tests for moving "
` [PATCH v1 2/7] mv: add documentation for check_dir_in_index()
` [PATCH v1 3/7] mv: free the *with_slash in check_dir_in_index()
` [PATCH v1 4/7] mv: check if <destination> is a SKIP_WORKTREE_DIR
` [PATCH v1 5/7] mv: remove BOTH from enum update_mode
` [PATCH v1 6/7] mv: from in-cone to out-of-cone
` [PATCH v1 7/7] mv: check overwrite for in-to-out move

[PATCH] osx-keychain: fix compiler warning
 2022-07-19 18:29 UTC  (4+ messages)

[PATCH v3] contrib/rerere-train: avoid useless gpg sign in training
 2022-07-19 18:23 UTC  (2+ messages)

[PATCH] contrib/rerere-train: avoid useless gpg sign in training
 2022-07-19 17:31 UTC  (3+ messages)

[PATCH v6] ls-files: introduce "--format" option
 2022-07-19 17:21 UTC  (6+ messages)
` [PATCH v7] "

[PATCH v2] contrib/rerere-train: avoid useless gpg sign in training
 2022-07-19 16:26 UTC  (2+ messages)

[PATCH] midx: reduce memory pressure while writing bitmaps
 2022-07-19 15:59 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] pack-bitmap-write: use const for hashes
  ` [PATCH v2 2/3] midx: extract bitmap write setup
  ` [PATCH v2 3/3] midx: reduce memory pressure while writing bitmaps

Feature request: provide a persistent IDs on a commit
 2022-07-19 11:57 UTC  (9+ messages)

[PATCH] git-repack doc: remove discussion of ancient caveat
 2022-07-19  9:07 UTC  (8+ messages)
` [PATCH v2] docs: remove pre-v1.6.0 "repack --delta-base-offset" docs

BUG: git-check-ignore documentation doesn't come close to describing what it really does
 2022-07-19  6:27 UTC  (3+ messages)

[PATCH] t4200: drop irrelevant code
 2022-07-19  5:21 UTC  (3+ messages)

git-send-email doesn't entirely understand --subject (or --in-reply-to)
 2022-07-18 23:40 UTC 

[PATCH v2 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-18 23:26 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/6] pack-bitmap: prepare to read lookup table extension

Can I use CRoaring library in Git?
 2022-07-18 21:48 UTC  (7+ messages)

git: detect file creator
 2022-07-18 20:40 UTC  (5+ messages)

[PATCH] builtin/mv.c: use correct type to compute size of an array element
 2022-07-18 20:30 UTC  (4+ messages)
` [PATCH v2] builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()
  ` [PATCH v3] "

What's cooking in git.git (Jul 2022, #05; Sun, 17)
 2022-07-18 20:24 UTC  (5+ messages)
` jk/diff-files-cleanup-fix + related un-picked-up ab/* (was: What's cooking in git.git (Jul 2022, #05; Sun, 17))
  ` jk/diff-files-cleanup-fix + related un-picked-up ab/*

[PATCH v5 0/4] Add support for mailmap in cat-file
 2022-07-18 19:51 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/4] revision: improve commit_rewrite_person()
  ` [PATCH v6 2/4] ident: move commit_rewrite_person() to ident.c
  ` [PATCH v6 3/4] ident: rename commit_rewrite_person() to apply_mailmap_to_header()
  ` [PATCH v6 4/4] cat-file: add mailmap support

[PATCH] fetch-pack: write effective filter to trace2
 2022-07-18 19:47 UTC  (9+ messages)
` [PATCH v2] "

'git sparse-checkout add' hangs if local repo is using alternative objects store
 2022-07-18 19:29 UTC  (3+ messages)

[PATCH v2] trace2: don't include "fsync" events in all trace2 logs
 2022-07-18 19:01 UTC  (4+ messages)
` [PATCH v3] trace2: only include "fsync" events if we git_fsync()
    ` [EXTERNAL] "

[PATCH v3 0/7] git doc + "git help": move "format" docs from technical/*
 2022-07-18 18:41 UTC  (10+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] help.c: BUG() out if "help --guides" can't remove "git" prefixes
  ` [PATCH v4 2/8] git docs: split "User-facing file formats" off from "Guides"
  ` [PATCH v4 8/8] docs: move multi-pack-index docs to man section 5

[PATCH] git-p4: fix bug with encoding of p4 client name
 2022-07-18 16:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] index-format.txt: remove outdated list of supported extensions
 2022-07-18 16:24 UTC  (3+ messages)

[PATCH 0/6] revisions API: fix more memory leaks
 2022-07-18 15:45 UTC  (13+ messages)
` [PATCH 3/6] log: make the intent of cmd_show()'s "rev.pending" juggling clearer
` [PATCH 4/6] log: fix common "rev.pending" memory leak in "git show"
` [PATCH 5/6] bisect.c: partially fix bisect_rev_setup() memory leak
` [PATCH 6/6] revisions API: don't leak memory on argv elements that need free()-ing

[PATCH] config/core.txt: fix minor issues for `core.sparseCheckoutCone`
 2022-07-18 15:28 UTC  (2+ messages)


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