git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-02-26 22:06:13 to 2024-02-28 22:39:26 UTC [more...]

[PATCH 0/9] bound upload-pack memory allocations
 2024-02-28 22:39 UTC  (10+ messages)
` [PATCH 1/9] upload-pack: drop separate v2 "haves" array
` [PATCH 2/9] upload-pack: switch deepen-not list to an oid_array
` [PATCH 3/9] upload-pack: use oidset for deepen_not list
` [PATCH 4/9] upload-pack: use a strmap for want-ref lines
` [PATCH 5/9] upload-pack: accept only a single packfile-uri line
` [PATCH 6/9] upload-pack: disallow object-info capability by default
` [PATCH 7/9] upload-pack: always turn off save_commit_buffer
` [PATCH 8/9] upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places
` [PATCH 9/9] upload-pack: free tree buffers after parsing

Draft of Git Rev News edition 108
 2024-02-28 21:24 UTC 

[PATCH v2 00/11] The merge-base logic vs missing commit objects
 2024-02-28 20:59 UTC  (36+ messages)
` [PATCH v3 "
  ` [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 v4 00/11] The merge-base logic vs missing commit objects
    ` [PATCH v4 01/11] commit-reach(paint_down_to_common): plug two memory leaks
    ` [PATCH v4 02/11] commit-reach(repo_in_merge_bases_many): optionally expect missing commits
    ` [PATCH v4 03/11] commit-reach(repo_in_merge_bases_many): report "
    ` [PATCH v4 04/11] commit-reach(paint_down_to_common): prepare for handling shallow commits
    ` [PATCH v4 05/11] commit-reach(paint_down_to_common): start reporting errors
    ` [PATCH v4 06/11] commit-reach(merge_bases_many): pass on "missing commits" errors
    ` [PATCH v4 07/11] commit-reach(get_merge_bases_many_0): "
    ` [PATCH v4 08/11] commit-reach(repo_get_merge_bases): "
    ` [PATCH v4 09/11] commit-reach(get_octopus_merge_bases): "
    ` [PATCH v4 10/11] commit-reach(repo_get_merge_bases_many): "
    ` [PATCH v4 11/11] commit-reach(repo_get_merge_bases_many_dirty): pass on errors

[GSOC][RFC] Add more builtin patterns for userdiff, as Mircroproject
 2024-02-28 18:19 UTC  (17+ 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
` [GSOC][PATCH] Userdiff: add builtin patterns for JavaScript

[PATCH] send-email: implement SMTP bearer authentication
 2024-02-28 17:53 UTC  (2+ messages)

[PATCH v3 0/5] rev-list: allow missing tips with --missing
 2024-02-28 17:46 UTC  (3+ messages)
` [PATCH] revision: fix --missing=[print|allow*] for annotated tags

What's cooking in git.git (Feb 2024, #09; Tue, 27)
 2024-02-28 17:25 UTC  (3+ messages)

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

[PATCH] rebase -i: stop setting GIT_CHERRY_PICK_HELP
 2024-02-28 14:45 UTC  (3+ messages)

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

[PATCH 0/2] builtin/clone: allow remote helpers to detect repo
 2024-02-28 11:32 UTC  (7+ 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

git-config doc: variables sorting bug
 2024-02-28 10:12 UTC 

Allow setting diff.worddiff=color via gitconfig
 2024-02-28  8:54 UTC 

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 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] "

[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 0/2] name-rev: use memory pool for name strings
 2024-02-27 17:58 UTC  (6+ messages)
` [PATCH 1/2] mem-pool: add 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  (10+ 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  (6+ 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 v2 00/16] FSMonitor edge cases on case-insensitive file systems
 2024-02-27  1:40 UTC  (3+ messages)
` [PATCH v3 00/14] "

[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 "


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