git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-02-26 17:30:45 to 2024-02-28 05:45:18 UTC [more...]

What's cooking in git.git (Feb 2024, #09; Tue, 27)
 2024-02-28  5:44 UTC 

[PATCH] branch: rework the descriptions of rename and copy operations
 2024-02-28  2:19 UTC  (14+ messages)
                    ` [PATCH] branch: adjust documentation

Git difftool: interaction between --dir-diff and --trust-exit-code
 2024-02-28  2:15 UTC  (5+ messages)
` [PATCH] git-difftool--helper: honor `--trust-exit-code` with `--dir-diff`

[PATCH 00/12] reftable: improve ref iteration performance (pt.2)
 2024-02-28  0:13 UTC  (29+ messages)
` [PATCH 02/12] reftable/merged: make `merged_iter` structure private
` [PATCH 03/12] reftable/merged: advance subiter on subsequent iteration
` [PATCH 08/12] reftable/merged: avoid duplicate pqueue emptiness check
` [PATCH 09/12] reftable/record: reuse refname when decoding
` [PATCH 10/12] reftable/record: reuse refname when copying
` [PATCH 11/12] reftable/record: decode keys in place
` [PATCH v2 00/13] reftable: improve ref iteration performance (pt.2)
  ` [PATCH v2 01/13] reftable/pq: use `size_t` to track iterator index
  ` [PATCH v2 02/13] reftable/merged: make `merged_iter` structure private
  ` [PATCH v2 03/13] reftable/merged: advance subiter on subsequent iteration
  ` [PATCH v2 04/13] reftable/merged: make subiters own their records
  ` [PATCH v2 05/13] reftable/merged: remove unnecessary null check for subiters
  ` [PATCH v2 06/13] reftable/merged: handle subiter cleanup on close only
  ` [PATCH v2 07/13] reftable/merged: circumvent pqueue with single subiter
  ` [PATCH v2 08/13] reftable/merged: avoid duplicate pqueue emptiness check
  ` [PATCH v2 09/13] reftable/record: reuse refname when decoding
  ` [PATCH v2 10/13] reftable/record: reuse refname when copying
  ` [PATCH v2 11/13] reftable/record: decode keys in place
  ` [PATCH v2 12/13] reftable: allow inlining of a few functions
  ` [PATCH v2 13/13] refs/reftable: precompute prefix length

[PATCH v6 00/16] bloom: changed-path Bloom filters v2 (& sundries)
 2024-02-28  0:11 UTC  (3+ messages)
` [PATCH v6 13/16] commit-graph: new Bloom filter version that fixes murmur3

[PATCH v4 0/4] Preliminary patches before git-std-lib
 2024-02-27 23:25 UTC  (12+ messages)
` [PATCH v5 1/3] pager: include stdint.h because uintmax_t is used

[PATCH] cmake: adapt to the Git Standard Library
 2024-02-27 23:14 UTC  (4+ messages)

Uses of xwrite() in the codebase
 2024-02-27 23:07 UTC 

[PATCH 0/2] builtin/clone: allow remote helpers to detect repo
 2024-02-27 21:33 UTC  (6+ messages)
` [PATCH 1/2] refs/reftable: don't fail empty transactions in repo without HEAD
` [PATCH 2/2] builtin/clone: allow remote helpers to detect repo

[PATCH v2 0/2] Change xwrite() to write_in_full() in builtins
 2024-02-27 21:11 UTC  (11+ messages)
` [PATCH v2 1/3] builtin/repack.c: change xwrite to write_in_full and report errors
` [PATCH v2 2/3] builtin/receive-pack.c: change xwrite to write_in_full
` [PATCH v2 3/3] builtin/unpack-objects.c: change xwrite to write_in_full avoid truncation

[PATCH] completion: fix __git_complete_worktree_paths
 2024-02-27 21:06 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[GSOC][RFC] Add more builtin patterns for userdiff, as Mircroproject
 2024-02-27 21:05 UTC  (15+ messages)
` [GSOC][PATCH 0/2] Add builtin patterns for userdiff in JavaScript, as Microproject
  ` [PATCH 1/2] Subject: [GSOC][RFC PATCH 1/2] Add builtin patterns for JavaScript function detection in userdiff
  ` [PATCH 2/2] Subject:[GSOC] [RFC PATCH 2/2] Add test for JavaScript function detection in Git diffs

[PATCH] credential/osxkeychain: store new attributes
 2024-02-27 20:13 UTC  (5+ messages)

Interest in Future Collaboration for GSoC 2024
 2024-02-27 19:21 UTC  (2+ messages)

[PATCH 00/12] The merge-base logic vs missing commit objects
 2024-02-27 19:07 UTC  (27+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 03/11] Start reporting missing commits in `repo_in_merge_bases_many()`
  ` [PATCH v3 00/11] The merge-base logic vs missing commit objects
    ` [PATCH v3 01/11] paint_down_to_common: plug two memory leaks
    ` [PATCH v3 02/11] Prepare `repo_in_merge_bases_many()` to optionally expect missing commits
    ` [PATCH v3 03/11] Start reporting missing commits in `repo_in_merge_bases_many()`
    ` [PATCH v3 04/11] Prepare `paint_down_to_common()` for handling shallow commits
    ` [PATCH v3 05/11] commit-reach: start reporting errors in `paint_down_to_common()`
    ` [PATCH v3 06/11] merge_bases_many(): pass on errors from `paint_down_to_common()`
    ` [PATCH v3 07/11] get_merge_bases_many_0(): pass on errors from `merge_bases_many()`
    ` [PATCH v3 08/11] repo_get_merge_bases(): "
    ` [PATCH v3 09/11] get_octopus_merge_bases(): "
    ` [PATCH v3 10/11] repo_get_merge_bases_many(): "
    ` [PATCH v3 11/11] repo_get_merge_bases_many_dirty(): "

[PATCH] rebase -i: stop setting GIT_CHERRY_PICK_HELP
 2024-02-27 18:38 UTC  (2+ messages)

[PATCH v4 0/2] Implement `git log --merge` also for rebase/cherry-pick/revert
 2024-02-27 18:30 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] revision: ensure MERGE_HEAD is a ref in prepare_show_merge
  ` [PATCH v5 2/2] revision: implement `git log --merge` also for rebase/cherry-pick/revert

[PATCH 0/2] name-rev: use memory pool for name strings
 2024-02-27 17:58 UTC  (9+ messages)
` [PATCH 1/2] mem-pool: add mem_pool_strfmt()
` [PATCH 2/2] name-rev: use mem_pool_strfmt()

[PATCH] commit: Avoid redundant scissor line with --cleanup=scissors -v
 2024-02-27 17:43 UTC  (7+ messages)
    ` [PATCH v2 1/2] "
      ` [PATCH v2 2/2] commit: Unify logic to avoid multiple scissors lines when merging

[PATCH v2 8/8] cherry-pick: add `--empty` for more robust redundant commit handling
 2024-02-27 17:33 UTC  (3+ messages)

Bug: merge-driver not executed with ort and merge-tree
 2024-02-27 17:04 UTC 

[PATCH 0/3] show-branch --reflog fixes
 2024-02-27 17:03 UTC  (8+ messages)
` [PATCH 3/3] read_ref_at(): special-case ref@{0} for an empty reflog

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-02-27 16:54 UTC  (4+ messages)
` [PATCH v5 0/5] for-each-ref: add '--include-root-refs' option

[PATCH] rebase: fix typo in autosquash documentation
 2024-02-27 16:50 UTC  (2+ messages)

[PATCH] git: --no-lazy-fetch option
 2024-02-27 16:48 UTC  (9+ messages)
      ` [PATCH] git: extend --no-lazy-fetch to work across subprocesses

[GSOC][RFC PATCH 0/1] microproject: use test_path_is_* functions in test scripts
 2024-02-27 16:17 UTC  (3+ messages)
` [GSOC][PATCH v2 "
  ` [GSOC][PATCH v2 1/1] t7301: use test_path_is_(missing|file)

[ANNOUNCE] Git v2.44.0
 2024-02-27 14:29 UTC  (8+ messages)

[BUG] 2.44.0 t7704.9 Fails on NonStop ia64
 2024-02-27 14:28 UTC  (14+ messages)

Interactive rebase: using "pick" for merge commits
 2024-02-27 10:41 UTC  (9+ messages)

[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-02-27 10:07 UTC  (5+ messages)

[PATCH 0/3] t-ctype: simplify unit test definitions
 2024-02-27 10:04 UTC  (7+ messages)
` [PATCH 3/3] t-ctype: do one test per class and char

[PATCH] unit-tests: convert t/helper/test-oid-array.c to unit-tests
 2024-02-27  9:59 UTC  (4+ messages)

[PATCH v1 0/4] Change xwrite() to write_in_full() in builtins
 2024-02-27  8:22 UTC  (18+ messages)
` [PATCH v1 1/4] builtin/index-pack.c: change xwrite to write_in_full to allow large sizes
` [PATCH v1 2/4] builtin/receive-pack.c: "
` [PATCH v1 3/4] builtin/repack.c: "
` [PATCH v1 4/4] builtin/unpack-objects.c: "

[PATCH] fetch: convert strncmp() with strlen() to starts_with()
 2024-02-27  7:58 UTC  (5+ messages)

[PATCH] submodule: use strvec_pushf() for --submodule-prefix
 2024-02-27  7:31 UTC  (2+ messages)

subscribe
 2024-02-27  6:52 UTC 

[PATCH] doc: clarify the wording on <git-compat-util.h> requirement
 2024-02-27  5:35 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 00/12] FSMonitor edge cases on case-insensitive file systems
 2024-02-27  1:40 UTC  (27+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 09/16] fsmonitor: move untracked invalidation into helper functions
  ` [PATCH v2 14/16] fsmonitor: support case-insensitive events
  ` [PATCH v3 00/14] FSMonitor edge cases on case-insensitive file systems
    ` [PATCH v3 01/14] name-hash: add index_dir_find()
    ` [PATCH v3 02/14] t7527: add case-insensitve test for FSMonitor
    ` [PATCH v3 03/14] fsmonitor: refactor refresh callback on directory events
    ` [PATCH v3 04/14] fsmonitor: clarify handling of directory events in callback helper
    ` [PATCH v3 05/14] fsmonitor: refactor refresh callback for non-directory events
    ` [PATCH v3 06/14] dir: create untracked_cache_invalidate_trimmed_path()
    ` [PATCH v3 07/14] fsmonitor: refactor untracked-cache invalidation
    ` [PATCH v3 08/14] fsmonitor: move untracked-cache invalidation into helper functions
    ` [PATCH v3 09/14] fsmonitor: return invalidated cache-entry count on directory event
    ` [PATCH v3 10/14] fsmonitor: remove custom loop from non-directory path handler
    ` [PATCH v3 11/14] fsmonitor: return invalided cache-entry count on non-directory event
    ` [PATCH v3 12/14] fsmonitor: trace the new invalidated cache-entry count
    ` [PATCH v3 13/14] fsmonitor: refactor bit invalidation in refresh callback
    ` [PATCH v3 14/14] fsmonitor: support case-insensitive events

[GSoC][PATCH 0/1] Use unsigned integral type for collection of bits
 2024-02-26 22:58 UTC  (4+ messages)
` [GSoC][PATCH 1/1] add: use unsigned "

[PATCH] merge-ort: turn submodule conflict suggestions into an advice
 2024-02-26 18:34 UTC  (5+ messages)
` [PATCH v2] "

Git For Windows, not installing right
 2024-02-26 18:12 UTC  (2+ messages)

[PATCH] upload-pack: don't send null character in abort message to the client
 2024-02-26 17:49 UTC  (2+ messages)

[PATCH v2 0/2] This PR enables a successful git build on z/OS
 2024-02-26 17:30 UTC  (3+ messages)
` [PATCH v3] build: support z/OS (OS/390)


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