public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-11 10:38:37 to 2025-07-15 16:50:19 UTC [more...]

[PATCH] meson: disable PCRE2 dependency by default
 2025-07-15 16:50 UTC  (20+ messages)
` [PATCH v2] meson: disable PCRE2 dependency by default in macOS
  ` [PATCH v3] "
    ` [PATCH v4] meson: woraround broken system PCRE2 dependency "

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-07-15 16:49 UTC  (17+ messages)
` [GSoC RFC PATCH v3 "
` [GSoC RFC PATCH v4 0/4] repo: "
  ` [GSoC RFC PATCH v4 1/4] repo: declare the repo command
  ` [GSoC RFC PATCH v4 2/4] repo: add the field references.format
  ` [GSoC RFC PATCH v4 3/4] repo: add field layout.bare
  ` [GSoC RFC PATCH v4 4/4] repo: add field layout.shallow

[PATCH v3 0/4] for-each-ref: introduce seeking functionality via '--start-after'
 2025-07-15 16:35 UTC  (6+ messages)
` [PATCH v3 3/4] refs: selectively set prefix in the seek functions

[PATCH] strbuf: add compound literal test balloon
 2025-07-15 16:24 UTC  (5+ messages)

[PATCH 00/19] object-file: get rid of `the_repository`
 2025-07-15 16:12 UTC  (18+ messages)
` [PATCH 08/19] loose: write loose objects map via their source
` [PATCH 09/19] odb: introduce `odb_write_object()`
` [PATCH 15/19] object-file: get rid of `the_repository` in `force_object_loose()`
` [PATCH 17/19] environment: move compression level into repo settings

[PATCH v4 0/4] bloom: enable bloom filter optimization for multiple pathspec elements in revision traversal
 2025-07-15 15:09 UTC  (23+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/4] bloom: replace struct bloom_key * with struct bloom_keyvec
  ` [PATCH v6 0/5] bloom: enable bloom filter optimization for multiple pathspec elements in revision traversal
    ` [PATCH v6 1/5] bloom: add test helper to return murmur3 hash
    ` [PATCH v6 2/5] bloom: rename function operates on bloom_key
    ` [PATCH v6 3/5] bloom: replace struct bloom_key * with struct bloom_keyvec
    ` [PATCH v6 4/5] revision: make helper for pathspec to bloom keyvec
    ` [PATCH v6 5/5] To enable optimize multiple pathspec items in revision traversal, return 0 if all pathspec item is literal in forbid_bloom_filters(). Add for loops to initialize and check each pathspec item's bloom_keyvec when optimization is possible
        ` [PATCH v6 5/5] bloom: optimize multiple pathspec items in revision
                ` [RESEND][PATCH "

[BUG] git pull ignores pull.autostash=true configuration when used with --git-dir and --work-tree flags on a bare repository
 2025-07-15 15:02 UTC  (5+ messages)

[PATCH 0/3] commit: convert pop_most_recent_commit() to prio_queue
 2025-07-15 14:51 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] prio-queue: add prio_queue_replace()
` [PATCH 3/3] commit: use prio_queue_replace() in pop_most_recent_commit()

[PATCH v2] git-gui: Add support of SHA256 repo
 2025-07-15 14:18 UTC  (3+ messages)

[PATCH] config: remove unneeded struct field
 2025-07-15 14:00 UTC 

[PATCH 0/3] C99: declare bool experiment a success
 2025-07-15 13:52 UTC  (13+ messages)
` [PATCH 1/3] CodingGuildlines: allow the use of bool
` [PATCH 2/3] git-compat-util: convert string predicates to return bool
` [PATCH 3/3] strbuf: convert "
` [PATCH v2 0/3] C99: declare bool experiment a success
  ` [PATCH v2 1/3] CodingGuildlines: allow the use of bool
  ` [PATCH v2 2/3] git-compat-util: convert string predicates to return bool
  ` [PATCH v2 3/3] strbuf: convert "

[PATCH 0/3] sparse-checkout: add 'clean' command
 2025-07-15 13:38 UTC  (6+ messages)
` [PATCH 2/3] "

What's cooking in git.git (Jul 2025, #04; Mon, 14)
 2025-07-15 13:16 UTC  (3+ messages)

[PATCH 0/8] odb: track multi-pack-indices via their object sources
 2025-07-15 11:29 UTC  (32+ messages)
` [PATCH 1/8] midx: start tracking per object database source
` [PATCH 2/8] packfile: refactor `prepare_packed_git_one()` to work on sources
` [PATCH 3/8] midx: stop using linked list when closing MIDX
` [PATCH 4/8] midx: track whether we have loaded the MIDX
` [PATCH 5/8] packfile: refactor `get_multi_pack_index()` to work on sources
` [PATCH v2 0/7] odb: track multi-pack-indices via their object sources
  ` [PATCH v2 1/7] midx: start tracking per object database source
  ` [PATCH v2 2/7] packfile: refactor `prepare_packed_git_one()` to work on sources
  ` [PATCH v2 3/7] midx: stop using linked list when closing MIDX
  ` [PATCH v2 4/7] packfile: refactor `get_multi_pack_index()` to work on sources
  ` [PATCH v2 5/7] packfile: stop using linked MIDX list in `find_pack_entry()`
  ` [PATCH v2 6/7] packfile: stop using linked MIDX list in `get_all_packs()`
  ` [PATCH v2 7/7] midx: remove now-unused linked list of multi-pack indices

[PATCH 0/4] for-each-ref: introduce seeking functionality via '--skip-until'
 2025-07-15 11:28 UTC  (22+ messages)
` [PATCH 2/4] ref-cache: remove unused function 'find_ref_entry()'
` [PATCH v4 0/4] for-each-ref: introduce seeking functionality via '--start-after'
  ` [PATCH v4 1/4] refs: expose `ref_iterator` via 'refs.h'
  ` [PATCH v4 2/4] ref-cache: remove unused function 'find_ref_entry()'
  ` [PATCH v4 3/4] refs: selectively set prefix in the seek functions
  ` [PATCH v4 4/4] for-each-ref: introduce a '--start-after' option
` [PATCH v5 0/5] for-each-ref: introduce seeking functionality via '--start-after'
  ` [PATCH v5 1/5] refs: expose `ref_iterator` via 'refs.h'
  ` [PATCH v5 2/5] ref-cache: remove unused function 'find_ref_entry()'
  ` [PATCH v5 3/5] refs: selectively set prefix in the seek functions
  ` [PATCH v5 4/5] ref-filter: remove unnecessary else clause
  ` [PATCH v5 5/5] for-each-ref: introduce a '--start-after' option

[PATCH v3 0/4] daemon: explicitly allow EINTR during poll()
 2025-07-15  9:29 UTC  (6+ messages)
` [PATCH v4 0/2] "

[PATCH 0/1] Filter C and POSIX out of Accept-Language
 2025-07-15  4:38 UTC  (16+ messages)
` [PATCH 1/1] http: don't send C or POSIX in Accept-Language
      ` [External] Re: [PATCH 0/1] Filter C and POSIX out of Accept-Language

[GSoC] Blog: Machine-Readable Repository Information Query Tool
 2025-07-15  0:34 UTC  (2+ messages)
` [GSoC] Blog: Machine-Readable Repository Information Query Tool (week 6)

[PATCH v5] fast-(import|export): improve on commit signature output format
 2025-07-14 21:23 UTC  (4+ messages)
` [PATCH v6] "

What's cooking in git.git (Jul 2025, #04; Mon, 14)
 2025-07-14 20:44 UTC 

[BUG] gpg.program: '~' not expanded to home directory
 2025-07-14 17:10 UTC  (6+ messages)
` [PATCH] gpg-interface: expand gpg.program as a path

[PATCH v2] gitk: Add support of SHA256 repo
 2025-07-14 16:52 UTC  (2+ messages)

Why doesn't git core.eol=lf work?
 2025-07-13 14:08 UTC  (7+ messages)

git 2.50 and 2.50.1 src fails to compile in rhel 6
 2025-07-13 11:37 UTC 

git 2.50 and 2.50.1 src fails to compile in rhel 6
 2025-07-13  4:23 UTC  (6+ messages)

Discuss improving defaults for git-submodule handling
 2025-07-12 18:29 UTC 

[PATCH 0/2] breaking-changes: deprecate support for core.commentChar=auto
 2025-07-12 14:06 UTC  (8+ messages)

git 2.50 and 2.50.1 src fails to compile in rhel 6
 2025-07-12 10:19 UTC 

git 2.50 and 2.50.1 src fails to compile in rhel 6
 2025-07-12 10:19 UTC 

git 2.50 and 2.50.1 src fails to compile in rhel 6
 2025-07-12 10:19 UTC 

git 2.50 and 2.50.1 src fails to compile in rhel 6
 2025-07-12 10:19 UTC 

Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
 2025-07-11 21:40 UTC  (10+ messages)
      ` [PATCH] tag: allow idempotent "git tag" without "--force"

[PATCH] rebase: write script before initializing state
 2025-07-11 21:25 UTC  (3+ messages)
` [PATCH v2] "

[GSOC PATCH v5 0/3] environment: remove sparse-checkout related global variables
 2025-07-11 19:35 UTC  (8+ messages)
` [GSOC PATCH v5 3/3] environment: remove the global variable 'sparse_expect_files_outside_of_patterns'

What's cooking in git.git (Jul 2025, #03; Wed, 9)
 2025-07-11 18:34 UTC  (11+ messages)
` [-SPAM-] "

[PATCH v2 0/7] move builtin help test to t1517
 2025-07-11 16:37 UTC  (6+ messages)
  ` [PATCH v3 6/7] t/t1517: move verify-commit -h "

[PATCH RESEND] sane-ctype: fix compiler error on Amazon Linux 2
 2025-07-11 15:11 UTC  (6+ messages)

git bash bug
 2025-07-11 14:40 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