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

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

[PATCH 0/6] tests: fix ignored & hidden exit codes
 2022-07-21  6:51 UTC  (7+ messages)
` [PATCH 1/6] diff tests: fix ignored exit codes in t4023
` [PATCH 2/6] t/lib-patch-mode.sh: fix ignored "git" exit codes
` [PATCH 3/6] auto-crlf tests: check "git checkout" exit code
` [PATCH 4/6] test-lib-functions: add and use test_cmp_cmd
` [PATCH 5/6] merge tests: don't ignore "rev-parse" exit code in helper
` [PATCH 6/6] log tests: don't use "exit 1" outside a sub-shell

[PATCH 0/2] string_list API users: use alloc + init, not calloc + strdup_strings
 2022-07-21  6:39 UTC  (3+ messages)
` [PATCH 1/2] string_list API users + cocci: use string_list_init_dup()
` [PATCH 2/2] string-list API users: manually use string_list_init_*()

Can I use CRoaring library in Git?
 2022-07-21  6:12 UTC  (3+ messages)

On-branch topic description support?
 2022-07-21  6:11 UTC  (4+ messages)

[PATCH] string_list: use the right kind of STRING_LIST_INIT
 2022-07-21  5:55 UTC  (4+ messages)

[PATCH v3 0/8] rebase: update branches in multi-part topic
 2022-07-21  4:35 UTC  (22+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 07/12] rebase: add --update-refs option
  ` [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 0/2] Fix merge restore state
 2022-07-21  3:27 UTC  (21+ 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

What is the URL of git's bug tracker?
 2022-07-21  3:07 UTC 

[PATCH 00/11] submodule--helper: fix memory leaks
 2022-07-21  0:50 UTC  (33+ 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

Feature request: provide a persistent IDs on a commit
 2022-07-20 22:10 UTC  (6+ messages)

[PATCH 00/10] leak test: add "check" test mode, mark leak-free tests
 2022-07-20 21:21 UTC  (31+ 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 v2 00/14] leak test: add "check" test mode, mark leak-free tests
  ` [PATCH v2 01/14] test-lib: use $1, not $@ in test_known_broken_{ok,failure}_
  ` [PATCH v2 02/14] test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler
  ` [PATCH v2 03/14] test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT
  ` [PATCH v2 04/14] test-lib: add a --invert-exit-code switch
  ` [PATCH v2 05/14] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description
  ` [PATCH v2 06/14] test-lib: add a SANITIZE=leak logging mode
  ` [PATCH v2 07/14] t/Makefile: don't remove test-results in "clean-except-prove-cache"
  ` [PATCH v2 08/14] tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh
  ` [PATCH v2 09/14] test-lib: simplify by removing test_external
  ` [PATCH v2 10/14] test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode
  ` [PATCH v2 11/14] test-lib: have the "check" mode for SANITIZE=leak consider leak logs
  ` [PATCH v2 12/14] leak tests: mark passing SANITIZE=leak tests as leak-free
  ` [PATCH v2 13/14] upload-pack: fix a memory leak in create_pack_file()
  ` [PATCH v2 14/14] CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks

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

[PATCH] git-p4: fix crlf handling for utf16 files on Windows
 2022-07-20 18:42 UTC  (6+ messages)
` [PATCH v2] git-p4: fix CR LF handling for utf16 files

[PATCH v3 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-20 18:38 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] Documentation/technical: describe bitmap lookup table extension
  ` [PATCH v4 2/6] pack-bitmap-write.c: write "
  ` [PATCH v4 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
  ` [PATCH v4 4/6] pack-bitmap: prepare to read lookup table extension
  ` [PATCH v4 5/6] p5310-pack-bitmaps.sh: enable `pack.writeReverseIndex`
  ` [PATCH v4 6/6] bitmap-lookup-table: add performance tests for lookup table
  ` [PATCH v5 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
    ` [PATCH v5 1/6] Documentation/technical: describe bitmap lookup table extension
    ` [PATCH v5 2/6] pack-bitmap-write.c: write "
    ` [PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
    ` [PATCH v5 4/6] pack-bitmap: prepare to read lookup table extension
    ` [PATCH v5 5/6] p5310-pack-bitmaps.sh: enable `pack.writeReverseIndex`
    ` [PATCH v5 6/6] bitmap-lookup-table: add performance tests for lookup table

[PATCH v6] ls-files: introduce "--format" option
 2022-07-20 17:37 UTC  (8+ messages)
` [PATCH v7] "
  ` [PATCH v8] "

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 v7 0/7] trace2: dump scope when print "interesting" config
 2022-07-20 12:48 UTC  (4+ messages)
` [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)

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

[PATCH] git-repack doc: remove discussion of ancient caveat
 2022-07-19 22:20 UTC  (10+ messages)
            ` [PATCH] repack: document there is no need to avoid delta-base-offset

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

[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  (12+ messages)
` [PATCH v2 0/3] 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 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)


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