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

[PATCH v2 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-20 14:05 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/6] pack-bitmap: prepare to read lookup table extension
  ` [PATCH v4 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
    ` [PATCH v4 1/6] Documentation/technical: describe bitmap lookup table extension
    ` [PATCH v4 2/6] pack-bitmap-write.c: write "
    ` [PATCH v4 4/6] pack-bitmap: prepare to read "
    ` [PATCH v4 5/6] p5310-pack-bitmaps.sh: enable `pack.writeReverseIndex`

What's cooking in git.git (Jul 2022, #06; Tue, 19)
 2022-07-20 13:22 UTC  (2+ messages)
` ds/* (was Re: What's cooking in git.git (Jul 2022, #06; Tue, 19))

[PATCH v6 0/7] trace2: dump scope when print "interesting" config
 2022-07-20 12:48 UTC  (12+ messages)
` [PATCH v7 "
  ` [PATCH v7 7/7] tr2: dump names if config exist in multiple scopes

Race condition between repack and loose-objects maintenance task
 2022-07-20  9:52 UTC  (10+ messages)

[PATCH 0/2] git-p4: fix two undefined variables
 2022-07-20  6:34 UTC  (3+ messages)
` [PATCH 1/2] git-p4: fix typo in P4Submit.applyCommit()
` [PATCH 2/2] git-p4: fix error handling in P4Unshelve.renameBranch()

[PATCH] git-p4: fix crlf handling for utf16 files on Windows
 2022-07-20  5:27 UTC 

[PATCH 00/10] leak test: add "check" test mode, mark leak-free tests
 2022-07-20  1:50 UTC  (15+ 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 05/10] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description
` [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 08/10] test-lib: have the "check" mode for SANITIZE=leak consider leak logs
` [PATCH 09/10] leak tests: mark passing SANITIZE=leak tests as leak-free
` [PATCH 10/10] log tests: don't use "exit 1" outside a sub-shell

[PATCH 0/2] Fix merge restore state
 2022-07-20  0:09 UTC  (16+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] merge: remove unused variable
  ` [PATCH v2 3/6] merge: fix save_state() to work when there are racy-dirty files
  ` [PATCH v2 4/6] merge: make restore_state() restore staged state too
  ` [PATCH v2 5/6] merge: ensure we can actually restore pre-merge state
  ` [PATCH v2 6/6] merge: do not exit restore_state() prematurely

Possible git bug when working with Microsoft Mapped drives
 2022-07-19 23:57 UTC  (6+ messages)

[PATCH v3 0/7] git doc + "git help": move "format" docs from technical/*
 2022-07-19 23:21 UTC  (8+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 2/8] git docs: split "User-facing file formats" off from "Guides"

[PATCH] git-repack doc: remove discussion of ancient caveat
 2022-07-19 22:20 UTC  (11+ messages)
            ` [PATCH] repack: document there is no need to avoid delta-base-offset
` [PATCH v2] docs: remove pre-v1.6.0 "repack --delta-base-offset" docs

BUG: fsmonitor.c:21: fsmonitor_dirty has more entries than the index
 2022-07-19 22:20 UTC  (2+ messages)

[PATCH 00/11] submodule--helper: fix memory leaks
 2022-07-19 21:31 UTC  (28+ messages)
` [PATCH v2 00/24] "
  ` [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 v4] submodule merge: update conflict error message
 2022-07-19 20:30 UTC  (8+ messages)
` [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)

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  (2+ messages)

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

Can I use CRoaring library in Git?
 2022-07-18 21:48 UTC  (4+ 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  (3+ messages)

[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  (3+ 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] "


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