git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-16 09:39:31 to 2025-07-18 17:36:10 UTC [more...]

[PATCH RFC v3 0/3] Introduce git-last-modified(1) command
 2025-07-18 17:36 UTC  (20+ 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 v4] meson: woraround broken system PCRE2 dependency in macOS
 2025-07-18 17:02 UTC  (7+ messages)
` [PATCH v5] meson: work around "
  ` [PATCH v6] "

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-07-18 16:26 UTC  (30+ messages)
` [PATCH 1/7] xdiff: introduce rust
` [PATCH 2/7] xdiff/xprepare: remove superfluous forward declarations
` [PATCH 3/7] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
` [PATCH 4/7] xdiff: make fields of xrecord_t Rust friendly
` [PATCH 5/7] xdiff: separate parsing lines from hashing them
` [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash
` [PATCH 7/7] github_workflows: install rust

[PATCH] config: remove unneeded struct field
 2025-07-18 14:40 UTC  (5+ messages)

[PATCH v7 2/2] submodule: skip redundant active entries when pattern covers path
 2025-07-18 14:24 UTC  (5+ messages)
` [PATCH v8 0/2] Avoid submodule overwritten and skip redundant active entries
  ` [PATCH v8 2/2] submodule: skip redundant active entries when pattern covers path

[PATCH 0/3] commit: convert pop_most_recent_commit() to prio_queue
 2025-07-18  9:39 UTC  (20+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] prio-queue: add prio_queue_replace()
` [PATCH v2 0/3] commit: convert pop_most_recent_commit() to prio_queue
  ` [PATCH v2 1/3] "
  ` [PATCH v2 3/3] commit: use prio_queue_replace() in pop_most_recent_commit(),MIME-Version: 1.0
  ` [PATCH v2 2/3] prio-queue: add prio_queue_replace()

What's cooking in git.git (Jul 2025, #05; Thu, 17)
 2025-07-18  8:55 UTC  (2+ messages)

[BUG] git pull ignores pull.autostash=true configuration when used with --git-dir and --work-tree flags on a bare repository
 2025-07-18  3:52 UTC  (16+ messages)
          ` [PATCH] pull: add pull.autoStash config option

Git bash 2.50.0(2) not working on windows 11 PRO 64bit
 2025-07-18  0:09 UTC  (5+ messages)

Security Questionnaires for Software Installation – Hillsborough County Public Libraries
 2025-07-17 22:45 UTC  (2+ messages)

[PATCH 0/4] for-each-ref: introduce seeking functionality via '--skip-until'
 2025-07-17 22:21 UTC  (21+ messages)
` [PATCH v5 0/5] for-each-ref: introduce seeking functionality via '--start-after'
  ` [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 5/5] for-each-ref: introduce a '--start-after' option

[GSoC][RFC PATCH 0/2] Add refs list subcommand
 2025-07-17 21:01 UTC  (6+ messages)
` [GSoC][RFC PATCH v2 "
  ` [GSoC][RFC PATCH v2 1/2] builtin/refs: add "
  ` [GSoC][RFC PATCH v2 2/2] t: add test for git refs "

symlink issue in 2.49.0.windows.1
 2025-07-17 17:40 UTC  (2+ messages)

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

[PATCH] docs: correct mistakes in git-merge
 2025-07-17 17:28 UTC  (3+ messages)

[PATCH 0/4] Initialize a few uninitialized variables
 2025-07-17 16:45 UTC  (2+ messages)

Error on using git update-git-for-windows
 2025-07-17 16:39 UTC  (6+ messages)

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-07-17 16:06 UTC  (14+ messages)
` [GSoC RFC PATCH v4 0/4] repo: "
  ` [GSoC RFC PATCH v4 2/4] repo: add the field references.format

[PATCH 00/19] object-file: get rid of `the_repository`
 2025-07-17 15:56 UTC  (28+ messages)
` [PATCH 17/19] environment: move compression level into repo settings
` [PATCH v2 00/16] object-file: get rid of `the_repository`
  ` [PATCH v2 01/16] object-file: fix -Wsign-compare warnings
  ` [PATCH v2 02/16] object-file: stop using `the_hash_algo`
  ` [PATCH v2 03/16] object-file: get rid of `the_repository` in `has_loose_object()`
  ` [PATCH v2 04/16] object-file: inline `check_and_freshen()` functions
  ` [PATCH v2 05/16] object-file: get rid of `the_repository` when freshening objects
  ` [PATCH v2 06/16] object-file: get rid of `the_repository` in `loose_object_info()`
  ` [PATCH v2 07/16] object-file: get rid of `the_repository` in `finalize_object_file()`
  ` [PATCH v2 08/16] loose: write loose objects map via their source
  ` [PATCH v2 09/16] odb: introduce `odb_write_object()`
  ` [PATCH v2 10/16] object-file: get rid of `the_repository` when writing objects
  ` [PATCH v2 11/16] object-file: inline `for_each_loose_file_in_objdir_buf()`
  ` [PATCH v2 12/16] object-file: remove declaration for `for_each_file_in_obj_subdir()`
  ` [PATCH v2 13/16] object-file: get rid of `the_repository` in loose object iterators
  ` [PATCH v2 14/16] object-file: get rid of `the_repository` in `read_loose_object()`
  ` [PATCH v2 15/16] object-file: get rid of `the_repository` in `force_object_loose()`
  ` [PATCH v2 16/16] object-file: get rid of `the_repository` in index-related functions

[PATCH 0/3] C99: declare bool experiment a success
 2025-07-17 15:21 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] git-compat-util: convert string predicates to return bool
  ` [PATCH v3 3/3] strbuf: convert "

[PATCH 00/21] config: remove use of `the_repository`
 2025-07-17 10:49 UTC  (22+ messages)
` [PATCH 01/21] config: drop `git_config()` wrapper
` [PATCH 02/21] config: drop `git_config_clear()` wrapper
` [PATCH 03/21] config: drop `git_config_get()` wrapper
` [PATCH 04/21] config: drop `git_config_get_value()` wrapper
` [PATCH 05/21] "
` [PATCH 06/21] config: drop `git_config_get_string_multi()` wrapper
` [PATCH 07/21] config: drop `git_config_get_string()` wrapper
` [PATCH 08/21] "
` [PATCH 09/21] config: drop `git_config_get_int()` wrapper
` [PATCH 10/21] config: drop `git_config_get_ulong()` wrapper
` [PATCH 11/21] config: drop `git_config_get_bool()` wrapper
` [PATCH 12/21] config: drop `git_config_set_in_file()` wrapper
` [PATCH 13/21] config: drop `git_config_set_gently()` wrapper
` [PATCH 14/21] config: drop `git_config_set()` wrapper
` [PATCH 15/21] config: drop `git_config_set_in_file_gently()` wrapper
` [PATCH 16/21] config: drop `git_config_set_multivar_in_file_gently()` wrapper
` [PATCH 17/21] config: drop `git_config_get_multivar_gently()` wrapper
` [PATCH 18/21] config: drop `git_config_set_multivar()` wrapper
` [PATCH 19/21] config: remove unused `the_repository` wrappers
` [PATCH 20/21] config: move Git config parsing into "environment.c"
` [PATCH 21/21] config: fix sign comparison warnings

[ANNOUNCE] Git Mini Summit at Open Source Summit Europe, Amsterdam, August 28th
 2025-07-17  8:03 UTC  (3+ messages)

[PATCH v3 0/2] git-gui: Add support of SHA256 repo
 2025-07-17  7:03 UTC  (3+ messages)

[PATCH v2 0/8] ci: wire up support for Meson
 2025-07-17  4:43 UTC  (4+ messages)
` [PATCH v2 8/8] ci: wire up Meson builds
  ` [PATCH] ci: allow github-actions print test failures again

[PATCH 0/3] sparse-checkout: add 'clean' command
 2025-07-17  1:34 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] sparse-checkout: remove use of the_repository
  ` [PATCH v2 2/8] sparse-checkout: add basics of 'clean' command
  ` [PATCH v2 3/8] sparse-checkout: match some 'clean' behavior
  ` [PATCH v2 4/8] dir: add generic "walk all files" helper
  ` [PATCH v2 5/8] sparse-checkout: add --verbose option to 'clean'
  ` [PATCH v2 6/8] sparse-index: point users to new 'clean' action
  ` [PATCH v2 7/8] t: expand tests around sparse merges and clean
  ` [PATCH v2 8/8] sparse-checkout: make 'clean' clear more files

[GSOC PATCH] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
 2025-07-16 15:29 UTC  (7+ messages)
` [GSOC PATCH v5 0/2] commit: improve behaviour of core.commentChar=auto for comments in commit messages
  ` [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

[GSOC PATCH 0/2] commit: improve behaviour of core.commentChar=auto for comments in commit messages
 2025-07-16 15:29 UTC  (9+ messages)
` [GSOC PATCH 2/2] config: set comment_line_str to "#" when core.commentChar=auto

[PATCH] SubmittingPatches: allow non-real name contributions
 2025-07-16 14:41 UTC  (3+ messages)
` [PATCH v2] "

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


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