git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-07-21 08:17:20 to 2022-07-22 20:11:45 UTC [more...]

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

[PATCH 0/2] t0021: convert perl script to C test-tool helper
 2022-07-22 19:42 UTC  (3+ messages)
` [PATCH 1/2] t/t0021: convert the rot13-filter.pl script to C
` [PATCH 2/2] t/t0021: replace old rot13-filter.pl uses with new test-tool cmd

git write-tree segfault with core.untrackedCache true and nonexistent index
 2022-07-22 19:41 UTC  (3+ messages)

[PATCH 00/11] submodule--helper: fix memory leaks
 2022-07-22 18:47 UTC  (46+ 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 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

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-07-22 18:40 UTC  (11+ 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 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation
 2022-07-22 16:03 UTC  (21+ messages)
` [PATCH 2/6] remote-curl: add 'get' capability
` [PATCH v2 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation
  ` [PATCH v2 1/6] docs: document bundle URI standard
  ` [PATCH v2 2/6] remote-curl: add 'get' capability
  ` [PATCH v2 3/6] bundle-uri: create basic file-copy logic
  ` [PATCH v2 6/6] fetch: add 'refs/bundle/' to log.excludeDecoration

'git clone,' build makes user non-writable files (should be option keep user-writable)
 2022-07-22 13:23 UTC  (2+ messages)

[PATCH] pkt-line.h: move comment closer to the associated code
 2022-07-22 12:47 UTC  (3+ messages)

Can I use CRoaring library in Git?
 2022-07-22 11:07 UTC  (7+ messages)

Question: How to find the commits in the ancestry path of seen down to _and_ including a given topic?
 2022-07-22 11:06 UTC  (5+ messages)

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

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

Changed diff3 view from 2.36 → 2.67 for vimdiff
 2022-07-22 10:49 UTC  (2+ messages)

What's cooking in git.git (Jul 2022, #06; Tue, 19)
 2022-07-22  7:19 UTC  (3+ messages)
` rs/mergesort (was: What's cooking in git.git (Jul 2022, #06; Tue, 19))

[PATCH v7] ls-files: introduce "--format" option
 2022-07-22  6:44 UTC  (7+ messages)
` [PATCH v8] "

[PATCH v7 0/7] trace2: dump scope when print "interesting" config
 2022-07-22  6:17 UTC  (10+ 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

git: detect file creator
 2022-07-22  6:11 UTC  (6+ messages)

[Bug Report] The since date of "git log" will have influence on the until date of it
 2022-07-22  4:34 UTC  (3+ messages)

On-branch topic description support?
 2022-07-22  3:15 UTC  (23+ 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

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

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

[PATCH v4 0/8] git doc + "git help": move "format" docs from technical/*
 2022-07-21 18:13 UTC  (13+ messages)
` [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 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 

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

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

[PATCH 0/2] string_list API users: use alloc + init, not calloc + strdup_strings
 2022-07-21 12:00 UTC  (8+ messages)
` [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 


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