git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-19 07:22:48 to 2025-05-21 15:20:08 UTC [more...]

[PATCH 0/4] midx repack: fix overflow on 32 bit systems
 2025-05-21 15:19 UTC  (13+ messages)
` [PATCH 1/4] midx repack: avoid integer "
` [PATCH 2/4] midx repack: avoid potential integer overflow on 64 "
` [PATCH 3/4] midx: avoid negative array index
` [PATCH 4/4] midx docs: clarify tie breaking

[PATCH 0/4] Drop git-exec-path from non-Git child programs
 2025-05-21 15:10 UTC  (21+ messages)
` [PATCH 1/4] t7005: sanitize test environment for subsequent tests
` [PATCH 2/4] editor: use standard strvec API to receive environment for external editors
` [PATCH 3/4] run-command: prep_childenv on all platforms
` [PATCH 4/4] drop git_exec_path() from non-Git commands' PATH

[PATCH 0/6] doc: --stdin on notes and core.commentChar mentions
 2025-05-21 15:04 UTC  (18+ messages)
` [PATCH 1/6] doc: stripspace: mention where the default comes from
` [PATCH 2/6] doc: config: mention core.commentChar on commit.cleanup
` [PATCH 3/6] doc: notes: split out options with negations
` [PATCH 4/6] doc: notes: mention comment character configuration
` [PATCH 5/6] doc: notes: point out copy --stdin use with argv
` [PATCH 6/6] doc: notes: treat --stdin equally between copy/remove

[PATCH 0/4] Make the "promisor-remote" capability support extra fields
 2025-05-21 15:00 UTC  (26+ messages)
` [PATCH v2 0/3] Make the "promisor-remote" capability support more fields
  ` [PATCH v2 1/3] promisor-remote: refactor to get rid of 'struct strvec'
  ` [PATCH v2 2/3] promisor-remote: allow a server to advertise more fields
  ` [PATCH v2 3/3] promisor-remote: allow a client to check fields
  ` [PATCH v3 0/5] Make the "promisor-remote" capability support more fields
    ` [PATCH v3 1/5] promisor-remote: refactor to get rid of 'struct strvec'
    ` [PATCH v3 2/5] promisor-remote: allow a server to advertise more fields
    ` [PATCH v3 3/5] promisor-remote: refactor how we parse advertised fields
    ` [PATCH v3 4/5] promisor-remote: allow a client to check fields
    ` [PATCH v3 5/5] promisor-remote: use string constants for 'name' and 'url' too

[PATCH] cvsserver: avoid precedence problem between ! and %s
 2025-05-21 14:58 UTC  (4+ messages)
` [PATCH v2] "

What's cooking in git.git (May 2025, #06; Tue, 20)
 2025-05-21 14:55 UTC  (3+ messages)

Proposal: Add tip to use git update-git-for-windows when running git help or git version on Windows
 2025-05-21 14:22 UTC  (2+ messages)
` [PATCH] help: inform about 'git update-git-for-windows' "

[PATCH 0/13] dropping support for non-standard object types
 2025-05-21 13:44 UTC  (22+ messages)
` [PATCH 02/13] cat-file: make --allow-unknown-type a noop
` [PATCH 06/13] fsck: stop using object_info->type_name strbuf
` [PATCH 07/13] oid_object_info(): drop type_name strbuf
` [PATCH 08/13] t/helper: add zlib test-tool
` [PATCH 09/13] t: add lib-loose.sh
` [PATCH 10/13] hash-object: stop allowing unknown types
` [PATCH 12/13] hash-object: handle --literally with OPT_NEGBIT
` [PATCH 13/13] object-file: drop support for writing objects with unknown types

[PATCH] packfile: avoid access(3p) calls for missing packs
 2025-05-21 13:24 UTC  (9+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] packfile: explain ordering of how we look up auxiliary pack files
  ` [PATCH v2 2/2] midx: stop repeatedly looking up nonexistent packfiles

[PATCH 0/3] fetch/receive: use batched reference updates
 2025-05-21 13:14 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] refs: add function to translate errors to strings
  ` [PATCH v3 2/4] fetch: use batched reference updates
  ` [PATCH v3 3/4] send-pack: fix memory leak around duplicate refs
  ` [PATCH v3 4/4] receive-pack: use batched reference updates

[PATCH] stash: allow "git stash -p <pathspec>" to assume push again
 2025-05-21 13:04 UTC  (7+ messages)
` [PATCH v2 0/2] stash: fix and improve "git stash -p <pathspec>"
  ` [PATCH v2 1/2] stash: allow "git stash -p <pathspec>" to assume push again
  ` [PATCH v2 2/2] stash: allow "git stash [<options>] --patch <pathspec>" to assume push

[PATCH 0/4] meson: parse TAP output generated by our tests
 2025-05-21 11:56 UTC  (3+ messages)

[PATCH] name-hash: don't add sparse directories in threaded lazy init
 2025-05-21 11:40 UTC 

[PATCH 0/2] report lock error in write_index
 2025-05-21  9:18 UTC  (4+ messages)
` [PATCH 1/2] read-cache: report lock error when refreshing index
` [PATCH 2/2] read-cache: unify write index error message

[PATCH v2] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
 2025-05-21  8:31 UTC  (2+ messages)

[PATCH v3 0/4] diff: add pathspec support to --no-index
 2025-05-20 22:47 UTC  (14+ messages)
` [PATCH v3 1/4] prefix_path: support prefixes not ending in trailing slash
` [PATCH v3 2/4] pathspec: expose match_pathspec_with_flags
` [PATCH v3 3/4] pathspec: add flag to indicate operation without repository
` [PATCH v3 4/4] diff --no-index: support limiting by pathspec

[PATCH] t: remove unexpected SANITIZE_LEAK variables
 2025-05-20 22:09 UTC  (3+ messages)

Small patch to add support for MPTCP on Linux
 2025-05-20 22:02 UTC  (12+ messages)

[PATCH] /: [FirstTimer] Remove DISABLE_SIGN_COMPARE_WARNINGS from file add-interactive.c
 2025-05-20 21:10 UTC  (2+ messages)

[RFC PATCH 0/2] builtin/receive-pack: introduce option to skip connectivity checks
 2025-05-20 16:32 UTC  (14+ messages)
` [RFC PATCH 1/2] t5412: test receive-pack connectivity check
` [PATCH 0/2] builtin/receive-pack: introduce option to skip connectivity checks
  ` [PATCH 1/2] t5410: test receive-pack connectivity check
  ` [PATCH 2/2] builtin/receive-pack: add option to skip "
  ` [PATCH v2 0/2] builtin/receive-pack: introduce option to skip connectivity checks
    ` [PATCH v2 1/2] t5410: test receive-pack connectivity check
    ` [PATCH v2 2/2] builtin/receive-pack: add option to skip "

[PATCH v4] submodule: prevent overwriting .gitmodules entry on path reuse
 2025-05-20 15:28 UTC  (5+ messages)
` [PATCH v5] "

[PATCH 0/3] Integrate the sparse index with 'git apply' and 'git add -p/-i'
 2025-05-20 15:07 UTC  (4+ messages)

[PATCH 0/9] make stash apply with --index by default
 2025-05-20 14:39 UTC  (3+ messages)

[PATCH 0/4] update MyFirstContribution with current code base
 2025-05-20 14:15 UTC  (9+ messages)

[PATCH] pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed
 2025-05-20  9:23 UTC  (5+ messages)
` [PATCH v2 0/3] pack-bitmap: fix memory leak if load_bitmap_entries_v1 failed
  ` [PATCH v2 1/3] pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed
  ` [PATCH v2 2/3] "
  ` [PATCH v2 3/3] pack-bitmap: add loading corrupt bitmap_index test

[PATCH RFC 0/5] Introduce git-blame-tree(1) command
 2025-05-20  8:49 UTC  (12+ messages)

[PATCH v2 0/5] miscellaneous build mods (part 2)
 2025-05-19 23:01 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/5] meson: correct path to system config/attribute files
  ` [PATCH v4 0/5] miscellaneous build mods (part 2)
    ` [PATCH v4 1/5] meson.build: quote the GITWEBDIR build configuration
    ` [PATCH v4 2/5] meson: correct install location of YAML.pm
    ` [PATCH v4 3/5] meson: correct path to system config/attribute files
    ` [PATCH v4 4/5] meson.build: correct setting of GIT_EXEC_PATH
    ` [PATCH v4 5/5] configure.ac: upgrade to a compilation check for sysinfo

Feature request: make reset --hard add something to the reflog
 2025-05-19 21:35 UTC  (4+ messages)

[PATCH] meson: reformat default options to workaround bug in `meson configure`
 2025-05-19 19:19 UTC  (2+ messages)

[PATCH] docs: add instructions to use Yahoo with send-mail
 2025-05-19 18:29 UTC  (7+ messages)
` [PATCH v4 0/3] docs: update email credential helpers and improve formatting
  ` [PATCH v4 1/3] docs: add credential helper for yahoo and link Google's sendgmail tool
  ` [PATCH v4 2/3] docs: improve formatting in git-send-email documentation
  ` [PATCH v4 3/3] docs: remove credential helper links for emails from gitcredentials

[PATCH v4 0/3] Update MyFirstContribution.adoc to follow modern practices
 2025-05-19 17:55 UTC  (4+ messages)
` [PATCH v4 2/3] docs: clarify cmd_psuh signature and explain UNUSED macro

What's cooking in git.git (May 2025, #05; Fri, 16)
 2025-05-19 16:40 UTC  (2+ messages)

[PATCH v3 0/2] merge-tree: add new --dry-run option
 2025-05-19 15:59 UTC  (4+ messages)
` [PATCH v4 0/2] merge-tree: add new --quiet option

[PATCH v2 04/11] contrib: remove "thunderbird-patch-inline"
 2025-05-19 15:48 UTC  (5+ messages)
` [PATCH v2] contrib: update thunderbird-patch-inline

[PATCH 10/11] bundle-uri: avoid using undefined output of `sscanf()`
 2025-05-19  9:03 UTC  (4+ messages)

[PATCH] pack-bitmap: add loading corrupt bitmap_index test
 2025-05-19  7:58 UTC  (7+ messages)

[PATCH v2 0/8] enhance "string_list" code and test
 2025-05-19  7:58 UTC  (5+ messages)
` [PATCH v2 2/8] string-list: remove unused "insert_at" parameter from add_entry
` [PATCH v2 3/8] string-list: return index directly when inserting an existing element


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