git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-20 13:48:27 to 2025-04-23 16:20:08 UTC [more...]

[PATCH 0/6] Support Windows/ARM64
 2025-04-23 16:20 UTC  (20+ messages)
` [PATCH 1/6] bswap.h: add support for built-in bswap functions
` [PATCH 2/6] config.mak.uname: add support for clangarm64
` [PATCH 3/6] mingw: do not use nedmalloc on Windows/ARM64
    ` Dropping nedmalloc support? was "
` [PATCH 4/6] msvc: do handle builds "
` [PATCH 5/6] mingw(arm64): do move the `/etc/git*` location
` [PATCH 6/6] max_tree_depth: lower it for clangarm64 on Windows
` [PATCH v2 0/6] Support Windows/ARM64
  ` [PATCH v2 1/6] bswap.h: add support for built-in bswap functions
  ` [PATCH v2 2/6] config.mak.uname: add support for clangarm64
  ` [PATCH v2 3/6] mingw: do not use nedmalloc on Windows/ARM64
  ` [PATCH v2 4/6] msvc: do handle builds "
  ` [PATCH v2 5/6] mingw(arm64): do move the `/etc/git*` location
  ` [PATCH v2 6/6] max_tree_depth: lower it for clangarm64 on Windows

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-23 16:19 UTC  (27+ messages)
          ` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)
                        ` How GitLab does/doesn't need change IDs (was Re: Semantics of change IDs)

[PATCH v3 0/3] send-email: add oauth2 support and fix outlook breaking threads
 2025-04-23 15:34 UTC  (9+ messages)
` [PATCH v3 1/3] send-email: implement SMTP bearer authentication
` [PATCH v3 2/3] send-email: retrieve Message-ID from outlook SMTP server
` [PATCH v3 3/3] send-email: add option to generate passswords like OAuth2 tokens

[PATCH 0/5] meson: wire up support for benchmarks
 2025-04-23 14:44 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] t/perf: fix benchmarks with alternate repo formats
  ` [PATCH v3 2/5] t/perf: use configured PERL_PATH
  ` [PATCH v3 3/5] t/perf: fix benchmarks with out-of-tree builds
  ` [PATCH v3 4/5] meson: wire up benchmarks
  ` [PATCH v3 5/5] meson: wire up benchmarking options

[PATCH RFC 0/5] Introduce git-blame-tree(1) command
 2025-04-23 13:26 UTC  (7+ messages)
` [PATCH RFC 1/5] blame-tree: introduce new subcommand to blame files
` [PATCH RFC 2/5] t/perf: add blame-tree perf script
` [PATCH RFC 3/5] blame-tree: use Bloom filters when available
` [PATCH RFC 4/5] blame-tree: implement faster algorithm
` [PATCH RFC 5/5] blame-tree.c: initialize revision machinery without walk

[PATCH v4 0/3] send-email: add oauth2 support and fix outlook breaking threads
 2025-04-23 12:19 UTC  (4+ messages)
` [PATCH v4 1/3] send-email: implement SMTP bearer authentication
` [PATCH v4 2/3] send-email: retrieve Message-ID from outlook SMTP server
` [PATCH v4 3/3] send-email: add option to generate passswords like OAuth2 tokens

What's cooking in git.git (Apr 2025, #06; Tue, 22)
 2025-04-23 11:57 UTC  (2+ messages)

[PATCH 0/5] enhance "string_list" code and test
 2025-04-23 11:53 UTC  (11+ messages)
` [PATCH 1/5] string-list: fix sign compare warnings
` [PATCH 2/5] u-string-list: move "test_split" into "u-string-list.c"
` [PATCH 3/5] u-string-list: move "test_split_in_place" to "u-string-list.c"
` [PATCH 4/5] u-string-list: move "filter string" test "
` [PATCH 5/5] u-string-list: move "remove duplicates" "

[PATCH 0/3] meson: add corresponding target for Makefile's hdr-check
 2025-04-23 11:30 UTC  (32+ messages)
` [PATCH v4 0/5] "
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] ci/github: install git before checking out the repository
  ` [PATCH v5 2/6] coccinelle: meson: rename variables to be more specific
  ` [PATCH v5 3/6] meson: move headers definition from 'contrib/coccinelle'
  ` [PATCH v5 4/6] meson: rename 'third_party_sources' to 'third_party_excludes'
  ` [PATCH v5 5/6] meson: add support for 'hdr-check'
  ` [PATCH v5 6/6] makefile/meson: add 'check-headers' as alias "

[PATCH 1/6] meson: simplify and parameterize various standard function checks
 2025-04-23 11:25 UTC  (21+ messages)
` [PATCH 2/6] meson: check for getpagesize before using it
` [PATCH 3/6] meson: do a full usage-based compile check for sysinfo
` [PATCH 4/6] meson: add a couple missing networking dependencies
` [PATCH 5/6] meson: fix typo in function check that prevented checking for hstrerror
` [PATCH 6/6] meson: only check for missing networking syms on non-Windows; add compat impls

[PATCH 00/13] object-store: a handful of cleanups
 2025-04-23 10:07 UTC  (16+ messages)
` [PATCH 01/13] object-store: move `struct packed_git` into "packfile.h"
` [PATCH 02/13] object-store: drop `loose_object_path()`
` [PATCH 03/13] object-store: move and rename `odb_pack_keep()`
` [PATCH 04/13] object-store: move function declarations to their respective subsystems
` [PATCH 05/13] object-store: allow fetching objects via `has_object()`
` [PATCH 06/13] treewide: trivial conversions of `repo_has_object_file()`
` [PATCH 07/13] builtin/index-pack: don't fetch promised objects for collision check
` [PATCH 08/13] builtin/show-ref: don't fetch objects when printing refs
` [PATCH 09/13] refs: don't fetch promisor objects in `ref_resolves_to_object()`
` [PATCH 10/13] http-walker: don't fetch objects via promisor remotes
` [PATCH 11/13] list-objects: clarify how promised blobs are excluded
` [PATCH 12/13] bulk-checkin: don't fetch promised objects on write
` [PATCH 13/13] object-store: drop `repo_has_object_file()`

[GSoC PATCH v2] revision: remove log_reencode field from rev_info
 2025-04-22 22:25 UTC  (2+ messages)

[GSoC PATCH] json-writer: add docstrings to jw_* functions
 2025-04-22 21:24 UTC  (3+ messages)

Verifying data integrity of two git repositories
 2025-04-22 19:57 UTC  (2+ messages)

[PATCH] pull: allow branch.<name>.rebase to override pull.ff=only
 2025-04-22 20:30 UTC  (13+ messages)

[PATCH v2] Dir: Fix and test wildcard pathspec handling
 2025-04-22 18:53 UTC  (2+ messages)

Test failure in p5332-multi-pack-reuse.sh
 2025-04-22 17:24 UTC  (5+ messages)
` [PATCH] p5332: drop "+" from --stdin-packs input

[PATCH] perf: do allow `GIT_PERF_*` to be overridden again
 2025-04-22 15:37 UTC  (5+ messages)

What's cooking in git.git (Apr 2025, #04; Tue, 15)
 2025-04-22 14:50 UTC  (7+ messages)
` aw/t9811-modernize, was "

[BUG]: backfill min batch size test case failure on s390x
 2025-04-22 13:53 UTC  (3+ messages)

[PATCH 1/1] add: fix handling literal filenames and wildcards
 2025-04-22 11:57 UTC  (11+ messages)
` [PATCH] t3706: Add test for wildcard vs literal pathspec

[PATCH 0/4] Make the "promisor-remote" capability support extra fields
 2025-04-22 10:13 UTC  (6+ messages)
` [PATCH 2/4] promisor-remote: refactor to get rid of 'struct strvec'
` [PATCH 3/4] promisor-remote: allow a server to advertise extra fields

[PATCH v2 0/2] send-email: add oauth2 support and fix outlook breaking threads
 2025-04-22  8:54 UTC  (3+ messages)
` [PATCH v2 1/2] send-email: implement SMTP bearer authentication
` [PATCH v2 2/2] send-email: retrieve Message-ID from outlook SMTP server

[PATCH] meson: install shell completion scripts
 2025-04-22  8:36 UTC  (8+ messages)
` [PATCH v2] contrib/completion: install Bash completion

[PATCH 0/2] Ad support for Oauth2 and fix message-id bug in outlook
 2025-04-22  7:19 UTC  (3+ messages)
` [PATCH 1/2] send-email: implement SMTP bearer authentication
` [PATCH 2/2] send-email: retrieve Message-ID from outlook SMTP server

AI guidelines for mentoring programs (like GSoC and Outreachy)
 2025-04-22  7:02 UTC  (2+ messages)

[PATCH 0/2] send-email: add oauth2 support and fix outlook breaking threads
 2025-04-22  6:55 UTC  (3+ messages)
` [PATCH 1/2] send-email: implement SMTP bearer authentication
` [PATCH 2/2] send-email: retrieve Message-ID from outlook SMTP server

[PATCH v2 0/5] meson: wire up support for benchmarks
 2025-04-22  6:51 UTC  (4+ messages)
` [PATCH v2 3/5] t/perf: fix benchmarks with out-of-tree builds

[PATCH] Make remaining usage strings and string tables const
 2025-04-21 20:53 UTC  (3+ messages)

[PATCH 0/1] maintenance: fix launchctl calendar intervals
 2025-04-21 17:42 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] doc: sparse-checkout: Fix list markers
 2025-04-21 12:41 UTC 

unwanted interaction of git stash and cherry-pick --abort
 2025-04-21  5:38 UTC  (5+ messages)

nailon list
 2025-04-20 17:10 UTC 


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 NNTP newsgroup(s).