git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-14 23:52:46 to 2025-07-16 17:38:44 UTC [more...]

[PATCH v3 0/2] git-gui: Add support of SHA256 repo
 2025-07-16 17:38 UTC  (4+ messages)
` [PATCH v3 1/2] git-gui: Replace null_sha1 with nullid
` [PATCH v3 2/2] git-gui: Add support of SHA256 repo

Security Questionnaires for Software Installation – Hillsborough County Public Libraries
 2025-07-16 16:57 UTC 

[PATCH RFC v3 0/3] Introduce git-last-modified(1) command
 2025-07-16 16:09 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v5 0/6] "
    ` [PATCH v5 1/6] last-modified: new subcommand to show when files were last modified
    ` [PATCH v5 2/6] t/perf: add last-modified perf script
    ` [PATCH v5 3/6] last-modified: use Bloom filters when available
    ` [PATCH v5 4/6] pretty: allow caller to disable indentation
    ` [PATCH v5 5/6] last-modified: support --extended format
    ` [PATCH v5 6/6] fixup! last-modified: use Bloom filters when available

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

[GSOC PATCH] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
 2025-07-16 15:29 UTC  (20+ messages)
` [GSOC PATCH 0/2] commit: improve behaviour of core.commentChar=auto for comments in commit messages
  ` [GSOC PATCH 1/2] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
    ` [GSOC PATCH v4 "
  ` [GSOC PATCH 2/2] config: set comment_line_str to "#" when core.commentChar=auto
    ` [GSOC PATCH v4 "
  ` [GSOC PATCH v4 0/2] commit: improve behaviour of core.commentChar=auto for comments in commit messages
` [GSOC PATCH v5 "
  ` [GSOC PATCH v5 1/2] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
  ` [GSOC PATCH v5 2/2] config: set comment_line_str to "#" when core.commentChar=auto

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

[PATCH 0/3] commit: convert pop_most_recent_commit() to prio_queue
 2025-07-16 14:49 UTC  (17+ 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] SubmittingPatches: allow non-real name contributions
 2025-07-16 14:41 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] strbuf: add compound literal test balloon
 2025-07-16 14:32 UTC  (7+ messages)

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-07-16 14:04 UTC  (20+ messages)
` [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 00/19] object-file: get rid of `the_repository`
 2025-07-16 12:56 UTC  (20+ 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 0/3] C99: declare bool experiment a success
 2025-07-16 10:29 UTC  (27+ messages)
` [PATCH 2/3] git-compat-util: convert string predicates to return bool
` [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 v3 0/3] C99: declare bool experiment a success
  ` [PATCH v3 1/3] CodingGuidelines: allow the use of bool
  ` [PATCH v3 2/3] git-compat-util: convert string predicates to return bool
  ` [PATCH v3 3/3] strbuf: convert "

[PATCH] config: remove unneeded struct field
 2025-07-16  9:41 UTC  (3+ messages)

[ANNOUNCE] Git Mini Summit at Open Source Summit Europe, Amsterdam, August 28th
 2025-07-16  9:06 UTC  (2+ messages)

[PATCH v2] git-gui: Add support of SHA256 repo
 2025-07-16  7:24 UTC  (5+ messages)

[PATCH v3 0/5] bswap.h: Rework ntohl handling
 2025-07-16  5:01 UTC  (9+ messages)
` [PATCH v3 1/5] bswap.h: Add support for __BYTE_ORDER__
` [PATCH v3 2/5] bswap.h: Define GIT_LITTLE_ENDIAN on msvc as little endian
` [PATCH v3 3/5] bswap.h: Always overwrite ntohl/ ntohll macros
` [PATCH v3 4/5] bswap.h: Remove optimized x86 version of bswap32/64
` [PATCH v3 5/5] bswap.h: Provide a built-in based version of bswap32/64 if possible

[-SPAM-] What's cooking in git.git (Jul 2025, #03; Wed, 9)
 2025-07-15 23:32 UTC  (4+ messages)
` [PATCH 0/2] meson regression fix
  ` [PATCH 1/2] meson: fix installation when -Dlibexexdir is set
  ` [PATCH 2/2] po/meson.build: add missing 'ga' language code

[PATCH 0/8] odb: track multi-pack-indices via their object sources
 2025-07-15 21:59 UTC  (33+ 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] test-lib: respect GIT_TEST_INSTALLED when querying default hash
 2025-07-15 21:33 UTC  (3+ messages)

[PATCH v2 0/6] bswap.h: Rework ntohl handling
 2025-07-15 19:02 UTC  (4+ messages)
` [PATCH v2 5/6] bswap.h: Remove optimized x86 version of bswap32/64

[PATCH 0/4] for-each-ref: introduce seeking functionality via '--skip-until'
 2025-07-15 19:00 UTC  (18+ messages)
` [PATCH v4 0/4] for-each-ref: introduce seeking functionality via '--start-after'
  ` [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

Fresh Leads from GSX 2025 Expo
 2025-07-15 18:25 UTC 

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

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

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

[PATCH v5 0/4] bloom: enable bloom filter optimization for multiple pathspec elements in revision traversal
 2025-07-15 15:09 UTC  (6+ messages)
` [PATCH v6 0/5] "

[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  (3+ messages)
` [PATCH 1/1] http: don't send C or POSIX in Accept-Language

[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
 2025-07-15  2:56 UTC  (6+ messages)
` [PATCH v6 5/5] bloom: optimize multiple pathspec items in revision
        ` [RESEND][PATCH "

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


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