public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-10 21:35:49 to 2025-04-15 09:38:21 UTC [more...]

[PATCH 0/9] Split up "object-file.c"
 2025-04-15  9:38 UTC  (29+ messages)
` [PATCH 1/9] object-file: move `safe_create_leading_directories()` into "dir.c"
` [PATCH v2 0/9] Split up "object-file.c"
  ` [PATCH v2 1/9] object-file: move `safe_create_leading_directories()` into "dir.c"
  ` [PATCH v2 2/9] object-file: move `git_open_cloexec()` to "compat/open.c"
  ` [PATCH v2 3/9] object-file: move `xmmap()` into "wrapper.c"
  ` [PATCH v2 4/9] object-file: split out functions relating to object store subsystem
  ` [PATCH v2 5/9] object-file: split up concerns of `HASH_*` flags
  ` [PATCH v2 6/9] object-file: split out functions relating to index subsystem
  ` [PATCH v2 7/9] object: split out functions relating to object store subsystem
  ` [PATCH v2 8/9] object-store: remove global array of cached objects
  ` [PATCH v2 9/9] object-store: merge "object-store-ll.h" and "object-store.h"
` [PATCH v3 00/10] Split up "object-file.c"

AI guidelines for mentoring programs (like GSoC and Outreachy)
 2025-04-15  9:21 UTC 

[PATCH 0/3] meson: add corresponding target for Makefile's hdr-check
 2025-04-15  6:43 UTC  (8+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] coccinelle: meson: rename variables to be more specific
  ` [PATCH v3 2/4] meson: move headers definition from 'contrib/coccinelle'
  ` [PATCH v3 3/4] meson: add support for 'hdr-check'
  ` [PATCH v3 4/4] makefile/meson: add 'check-headers' as alias "

[PATCH 00/12] miscellaneous build mods (part 1)
 2025-04-15  5:59 UTC  (24+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 02/13] Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set
  ` [PATCH v2 03/13] meson.build: only set build variables for non-default values
        ` [-SPAM-] "
  ` [PATCH v2 04/13] meson.build: set default help format to html on windows
  ` [PATCH v2 07/13] config.mak.uname: only set NO_REGEX on cygwin for v1.7
      ` [-SPAM-] "
  ` [PATCH v2 09/13] config.mak.uname: add clock_gettime() to the cygwin build
      ` [-SPAM-] "
  ` [PATCH v2 10/13] builtin/gc.c: correct RAM calculation when using sysinfo
      ` [-SPAM-] "
  ` [PATCH v2 11/13] config.mak.uname: add sysinfo() configuration for cygwin

[RFC PATCH 0/8] repack: avoid MIDX'ing cruft pack(s) where possible
 2025-04-15  3:11 UTC  (26+ messages)
` [RFC PATCH 1/8] pack-objects: use standard option incompatibility functions
` [RFC PATCH 2/8] pack-objects: limit scope in 'add_object_entry_from_pack()'
` [RFC PATCH 3/8] pack-objects: factor out handling '--stdin-packs'
` [RFC PATCH 4/8] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
` [RFC PATCH 5/8] pack-objects: perform name-hash traversal for unpacked objects
` [RFC PATCH 6/8] pack-objects: introduce '--stdin-packs=follow'
` [RFC PATCH 7/8] repack: keep track of existing MIDX'd packs
` [RFC PATCH 8/8] repack: exclude cruft pack(s) from the MIDX where possible
` [PATCH v2 0/8] repack: avoid MIDX'ing cruft pack(s) "
  ` [PATCH v2 1/8] pack-objects: use standard option incompatibility functions
  ` [PATCH v2 2/8] object-store-ll.h: add note about designated initializers
  ` [PATCH v2 3/8] pack-objects: limit scope in 'add_object_entry_from_pack()'
  ` [PATCH v2 4/8] pack-objects: factor out handling '--stdin-packs'
  ` [PATCH v2 5/8] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
  ` [PATCH v2 6/8] pack-objects: perform name-hash traversal for unpacked objects
  ` [PATCH v2 7/8] pack-objects: introduce '--stdin-packs=follow'
  ` [PATCH v2 8/8] repack: exclude cruft pack(s) from the MIDX where possible

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-14 21:34 UTC  (27+ messages)
          ` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)

[PATCH 0/4] Make the "promisor-remote" capability support extra fields
 2025-04-14 22:04 UTC  (6+ messages)
` [PATCH 1/4] config: move is_config_key_char() to "config.h"
` [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 4/4] promisor-remote: allow a client to check "

[PATCH 0/2] Two perf test fixes
 2025-04-14 21:48 UTC  (11+ messages)
` [PATCH 1/2] p7821: fix test_perf invocation for prereqs
` [PATCH v2 0/3] Two perf test fixes
  ` [PATCH v2 1/3] p7821: fix test_perf invocation for prereqs
  ` [PATCH v2 2/3] p9210: fix 'scalar clone' when running from a detached HEAD
  ` [PATCH v2 3/3] p7821: fix instructions for testing with threads

[PATCH 0/5] doc: convert git-reset, git-rm and git-mv to new documentation format
 2025-04-14 21:47 UTC  (13+ messages)
` [PATCH 2/5] doc: fix synopsis analysis logic
` [PATCH v2 0/7] doc: convert git-reset, git-rm and git-mv to new documentation format
  ` [PATCH v2 1/7] doc: convert git-reset "
  ` [PATCH v2 2/7] doc: fix synopsis analysis logic
  ` [PATCH v2 3/7] doc: convert git-rm to new documentation format
  ` [PATCH v2 4/7] doc: move synopsis git-mv commands in the synopsis section
  ` [PATCH v2 5/7] doc: convert git-mv to new documentation format
  ` [PATCH v2 6/7] doc: fix asciidoctor synopsis processing of triple-dots
  ` [PATCH v2 7/7] doc: add markup for characters in Guidelines

[PATCH 0/1] add: fix pathspec handling when literal filenames match wildcard
 2025-04-14 21:42 UTC  (8+ messages)
` [PATCH 1/1] add: fix handling literal filenames and wildcards
  ` [PATCH] t3706: Add test for wildcard vs literal pathspec

[PATCH] git: add --no-hooks global option
 2025-04-14 21:05 UTC  (6+ messages)

What's cooking in git.git (Apr 2025, #03; Fri, 11)
 2025-04-14 20:14 UTC  (9+ messages)
  ` [-SPAM-] "
` ds/path-walk-2 (was Re: What's cooking in git.git (Apr 2025, #03; Fri, 11))

[PATCH 00/16] reftable: overhaul the API to expose access to blocks
 2025-04-14 19:42 UTC  (3+ messages)
` [PATCH v2 "

Way to "impersonate" remote or sync remotes without fetching everything?
 2025-04-14 19:40 UTC  (6+ messages)

Potential bug: Git instantly converts utf-8-bom to utf-8
 2025-04-14 19:28 UTC  (4+ messages)

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

How to gpg signed email patches?
 2025-04-14 19:12 UTC  (10+ messages)

[GSoC PATCH] revision: remove log_reencode field from rev_info
 2025-04-14 15:14 UTC 

Collaborative community interview for Git's 20th anniversary
 2025-04-14 15:04 UTC  (3+ messages)

[PATCH v2 0/4] meson: add corresponding target for Makefile's hdr-check
 2025-04-14 14:27 UTC  (15+ messages)
` [PATCH v2 2/4] meson: move headers definition from 'contrib/coccinelle'
` [PATCH v2 3/4] meson: add support for 'hdr-check'
` [PATCH v2 4/4] makefile/meson: add 'headers-check' as alias "

git clone --bundle-uri: provide progress feedback?
 2025-04-14 13:24 UTC  (2+ messages)

[PATCH v2 0/3] bundle-uri: copy all bundle references ino the refs/bundle space
 2025-04-14 12:19 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] bundle-uri: add test for bundle-uri clones with tags

Bug: git difftool --tool=meld -d HEAD^ lose copied file
 2025-04-13 15:11 UTC  (2+ messages)

git credential management Mac OS
 2025-04-13  3:11 UTC  (2+ messages)

Bug in git-stash
 2025-04-12 16:29 UTC  (3+ messages)

Bug: Git sometimes disregards wildcards in pathspecs if a file name matches exactly
 2025-04-12  9:29 UTC  (5+ messages)

[GSoC] [PATCH 1/1] t9811: avoid using pipes
 2025-04-12  6:19 UTC  (3+ messages)
` [GSoC] [PATCH v6 0/1] t9811: be more precise to check importing of tags
  ` [GSoC] [PATCH v6 1/1] "

Bug: being stuck in rebase mode when accidently typing `git am`
 2025-04-11 19:13 UTC  (4+ messages)

[PATCH 0/2] Range-check array index before access
 2025-04-11 14:50 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] read-cache: check range before dereferencing an array element

[PATCH] revision: fix --left/right-only use with unrelated histories
 2025-04-11 14:41 UTC  (3+ messages)
` [PATCH v2] "

sendemail.smtpPass is truncated
 2025-04-11 10:41 UTC  (2+ messages)

"What's cooking" interim report
 2025-04-11  9:32 UTC  (4+ messages)

'safe.directory' setting ignored for some operations?
 2025-04-11  8:17 UTC  (6+ messages)

Command whose exit code indicates clean or dirty working directory
 2025-04-10 22:11 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox