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

[PATCH 0/2] Fix merge restore state
 2022-07-21 21:14 UTC  (36+ messages)
` [PATCH v2 0/6] "
  ` [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
  ` [PATCH v3 0/7] Fix merge restore state
    ` [PATCH v3 1/7] merge-ort-wrappers: make printed message match the one from recursive
    ` [PATCH v3 2/7] merge-resolve: abort if index does not match HEAD
    ` [PATCH v3 3/7] merge: do not abort early if one strategy fails to handle the merge
    ` [PATCH v3 4/7] merge: fix save_state() to work when there are stat-dirty files
    ` [PATCH v3 5/7] merge: make restore_state() restore staged state too
    ` [PATCH v3 6/7] merge: ensure we can actually restore pre-merge state
    ` [PATCH v3 7/7] merge: do not exit restore_state() prematurely

On-branch topic description support?
 2022-07-21 20:48 UTC  (24+ messages)

[PATCH v2 0/7] Drop support for git rebase --preserve-merges
 2022-07-21 20:15 UTC  (5+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] rebase: drop support for `--preserve-merges`
    ` re-mentioning --preserve-merges in the docs (was: [PATCH v3 05/11] rebase: drop support for `--preserve-merges`)
      ` re-mentioning --preserve-merges in the docs

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

Question: How to find the commits in the ancestry path of seen down to _and_ including a given topic?
 2022-07-21 19:34 UTC  (4+ messages)

[ANNOUNCE] Git Merge 2022 Registration & Schedule
 2022-07-21 19:15 UTC 

Feature request: provide a persistent IDs on a commit
 2022-07-21 18:58 UTC  (10+ messages)

Coordinated Security Audit for git. Contacts needed
 2022-07-21 18:47 UTC  (4+ messages)

[PATCH v3 0/7] git doc + "git help": move "format" docs from technical/*
 2022-07-21 18:13 UTC  (22+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 2/8] git docs: split "User-facing file formats" off from "Guides"
  ` [PATCH v5 0/9] docs: create & use "(user|developer) interfaces" categories
    ` [PATCH v5 1/9] help.c: BUG() out if "help --guides" can't remove "git" prefixes
    ` [PATCH v5 2/9] git help doc: use "<doc>" instead of "<guide>"
    ` [PATCH v5 3/9] git docs: add a category for user-facing file, repo and command UX
    ` [PATCH v5 4/9] git docs: add a category for file formats, protocols and interfaces
    ` [PATCH v5 5/9] docs: move commit-graph format docs to man section 5
    ` [PATCH v5 6/9] docs: move protocol-related "
    ` [PATCH v5 7/9] docs: move pack format "
    ` [PATCH v5 8/9] docs: move http-protocol "
    ` [PATCH v5 9/9] docs: move multi-pack-index "

What is the URL of git's bug tracker?
 2022-07-21 18:01 UTC  (5+ messages)

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

[PATCH 0/2] tr2: shows the scope unconditionally with config
 2022-07-21 16:57 UTC  (4+ messages)
` [PATCH 1/2] api-trace2.txt: print config key-value pair
` [PATCH 2/2] tr2: shows scope unconditionally in addition to "

[PATCH v2] git-p4: fix bug with encoding of p4 client name
 2022-07-21 16:46 UTC  (5+ messages)
` [PATCH v3 0/2] git-p4: Fix bug with encoding of P4 "
  ` [PATCH v3 1/2] git-p4: fix bug with encoding of p4 "
  ` [PATCH v3 2/2] git-p4: refactoring of p4CmdList()

[filter-repo] How to reorder commits
 2022-07-21 15:19 UTC 

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

git citool / gui and signed commits
 2022-07-21 14:21 UTC 

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-07-21 14:20 UTC  (9+ messages)
` [PATCH v1 2/7] mv: add documentation for check_dir_in_index()
` [PATCH v1 4/7] mv: check if <destination> is a SKIP_WORKTREE_DIR

[PATCH] compat/win32: correct for incorrect compiler warning
 2022-07-21 14:17 UTC  (2+ messages)

[PATCH 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation
 2022-07-21 12:09 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] docs: document bundle URI standard

[PATCH 0/2] string_list API users: use alloc + init, not calloc + strdup_strings
 2022-07-21 12:00 UTC  (11+ 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_*()
` [PATCH v2 0/6] string-list API user: fix API use, some with coccinelle
  ` [PATCH v2 1/6] string_list API users + cocci: use string_list_init_dup()
  ` [PATCH v2 2/6] cocci: apply string_list.cocci with --disable-worth-trying-opt
  ` [PATCH v2 3/6] reflog-walk.c: use string_list_init_dup()
  ` [PATCH v2 4/6] cocci: add "string_list" rule to swap "DUP" <-> "NODUP"
  ` [PATCH v2 5/6] string-list API users: don't tweak "strdup_strings" to free dupes
  ` [PATCH v2 6/6] notes.c: make "struct string_list display_notes_refs" non-static

[PATCH] repository:new config to only check files matched sparse-checkout patterns
 2022-07-21  9:14 UTC 

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

[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] string_list: use the right kind of STRING_LIST_INIT
 2022-07-21  5:55 UTC  (4+ messages)

[PATCH 00/10] leak test: add "check" test mode, mark leak-free tests
 2022-07-20 21:21 UTC  (16+ messages)
` [PATCH v2 00/14] "
  ` [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  (5+ messages)
` [PATCH v2 "
  ` [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  (3+ messages)
` [PATCH v2] git-p4: fix CR LF handling for utf16 files

[PATCH v4 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-20 18:38 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] pack-bitmap-write.c: write lookup table extension
  ` [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


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