public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 13:28:58 to 2026-03-05 00:52:11 UTC [more...]

[PATCH v6 00/10] fsmonitor: implement filesystem change listener for Linux
 2026-03-05  0:51 UTC  (50+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/10] fsmonitor: fix khash memory leak in do_handle_client
  ` [PATCH v7 02/10] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
  ` [PATCH v7 03/10] compat/win32: add pthread_cond_timedwait
  ` [PATCH v7 04/10] fsmonitor: use pthread_cond_timedwait for cookie wait
  ` [PATCH v7 05/10] fsmonitor: deduplicate IPC path logic for Unix platforms
  ` [PATCH v7 06/10] fsmonitor: deduplicate settings "
  ` [PATCH v7 07/10] fsmonitor: implement filesystem change listener for Linux
  ` [PATCH v7 08/10] fsmonitor: add tests "
  ` [PATCH v7 10/10] fsmonitor: close inherited file descriptors and detach in daemon
  ` [PATCH v8 00/12] fsmonitor: implement filesystem change listener for Linux
    ` [PATCH v8 01/12] fsmonitor: fix khash memory leak in do_handle_client
    ` [PATCH v8 02/12] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
    ` [PATCH v8 03/12] compat/win32: add pthread_cond_timedwait
    ` [PATCH v8 04/12] fsmonitor: use pthread_cond_timedwait for cookie wait
    ` [PATCH v8 05/12] fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
    ` [PATCH v8 06/12] fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
    ` [PATCH v8 07/12] fsmonitor: implement filesystem change listener for Linux
    ` [PATCH v8 08/12] run-command: add close_fd_above_stderr option
        ` [PATCH v8 09/12] "
    ` [PATCH v8 09/12] fsmonitor: close inherited file descriptors and detach in daemon
    ` [PATCH v8 10/12] fsmonitor: add timeout to daemon stop command
    ` [PATCH v8 11/12] fsmonitor: add tests for Linux
    ` [PATCH v8 12/12] fsmonitor: convert shown khash to strset in do_handle_client
    ` [PATCH v9 00/12] fsmonitor: implement filesystem change listener for Linux
      ` [PATCH v9 01/12] fsmonitor: fix khash memory leak in do_handle_client
      ` [PATCH v9 02/12] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
      ` [PATCH v9 03/12] compat/win32: add pthread_cond_timedwait
      ` [PATCH v9 04/12] fsmonitor: use pthread_cond_timedwait for cookie wait
      ` [PATCH v9 05/12] fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c

[PATCH 0/2] upload-pack: reduce lock contention when writing packfile data
 2026-03-05  0:37 UTC  (23+ messages)
` [PATCH 2/2] "
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] upload-pack: fix debug statement when flushing "
  ` [PATCH v2 02/10] upload-pack: adapt keepalives based on buffering
  ` [PATCH v2 03/10] upload-pack: reduce lock contention when writing packfile data
  ` [PATCH v2 04/10] git-compat-util: introduce `cast_size_t_to_ssize_t()`
  ` [PATCH v2 05/10] compat/posix: introduce writev(3p) wrapper
  ` [PATCH v2 06/10] wrapper: introduce writev(3p) wrappers
  ` [PATCH v2 07/10] sideband: use writev(3p) to send pktlines
  ` [PATCH v2 08/10] csum-file: introduce `hashfd_ext()`
  ` [PATCH v2 09/10] csum-file: drop `hashfd_throughput()`
  ` [PATCH v2 10/10] builtin/pack-objects: reduce lock contention when writing packfile data

What's cooking in git.git (Mar 2026, #02)
 2026-03-05  0:05 UTC 

[PATCH v10] setup: improve error diagnosis for invalid .git files
 2026-03-04 22:50 UTC  (13+ messages)
` [PATCH v11] "
  ` [PATCH v12] "

[PATCH 0/2] line-log: fix -L with pickaxe options
 2026-03-04 22:36 UTC  (10+ messages)
` [PATCH 1/2] line-log: fix crash when combined "
` [PATCH 2/2] log: reject pickaxe options when combined with -L
` [PATCH v2 0/2] line-log: fix -L with pickaxe options
  ` [PATCH v2 1/2] line-log: fix crash when combined "
  ` [PATCH v2 2/2] log: reject pickaxe options when combined with -L

[PATCH] t3310: avoid hiding failures from rev-parse in command substitutions
 2026-03-04 22:21 UTC  (2+ messages)

[PATCH 00/17] odb: make object database sources pluggable
 2026-03-04 22:01 UTC  (23+ messages)
` [PATCH 01/17] odb: split `struct odb_source` into separate header
` [PATCH 02/17] odb: introduce "files" source
` [PATCH 03/17] odb: embed base source in the "files" backend
` [PATCH 04/17] odb: move reparenting logic into respective subsystems
` [PATCH 05/17] odb/source: introduce source type for robustness
` [PATCH 06/17] odb/source: make `free()` function pluggable
` [PATCH 07/17] odb/source: make `reprepare()` "
` [PATCH 08/17] odb/source: make `close()` "
` [PATCH 09/17] odb/source: make `read_object_info()` "
` [PATCH 15/17] odb/source: make `read_alternates()` "
` [PATCH 17/17] odb/source: make `begin_transaction()` "

[PATCH 0/5] oidmap: migrate cleanup to oidmap_clear_with_free()
 2026-03-04 21:43 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] builtin/rev-list: migrate missing_objects "
  ` [PATCH v2 3/5] list-objects-filter: use oidmap_clear_with_free() for cleanup
  ` [PATCH v2 5/5] sequencer: use oidmap_clear_with_free() for string_entry cleanup

[PATCH/RFC v3] diff.tcl: made alignment of tabs in git-gui diff consistent with gitk
 2026-03-04 19:22 UTC  (5+ messages)
` [PATCH v4] git-gui: shift tabstops to account for the first column of context diffs

[PATCH] promisor-remote: prevent lazy-fetch recursion in child fetch
 2026-03-04 18:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RFC 0/2] Makefile: deprecate autoconf build infrastructure
 2026-03-04 18:10 UTC  (4+ messages)
` [PATCH RFC 1/2] INSTALL: recommend Meson instead of autoconf
` [PATCH RFC 2/2] Makefile: deprecate autoconf build infrastructure

[PATCH v7 0/5] rebase: support --trailer
 2026-03-04 17:22 UTC  (8+ messages)
` [PATCH v7 5/5] "

[PATCH 0/3] path: clean up few things
 2026-03-04 17:15 UTC  (12+ messages)
` [PATCH 2/3] path: use the right datatype
` [PATCH 3/3] path: remove redundant function calls
` [PATCH v2 0/3] clean up a few things
  ` [PATCH v2 1/3] path: remove unused header
  ` [PATCH v2 2/3] path: use size_t for dir_prefix length
  ` [PATCH v2 3/3] path: remove redundant function calls

[PATCH v30 0/2] status: add status.compareBranches config for multiple branch comparisons
 2026-03-04 17:05 UTC  (5+ messages)
` [PATCH v31 "
  ` [PATCH v31 1/2] refactor format_branch_comparison in preparation
  ` [PATCH v31 2/2] status: add status.compareBranches config for multiple branch comparisons

Editing GSoC Project Ideas
 2026-03-04 15:56 UTC  (4+ messages)

[PATCH] doc: add information regarding external commands
 2026-03-04 15:03 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[GSOC] Discuss: Refactoring in order to reduce Git’s global state
 2026-03-04 14:57 UTC  (2+ messages)

[PATCH v1 1/1] send-mail: add client certificate options
 2026-03-04 14:39 UTC  (5+ messages)
` [PATCH v2 0/1] send-email: "
  ` [PATCH v2 1/1] "

[PATCH v3 0/5] git-add: Skip submodules with ignore=all unless --force and explicit path used
 2026-03-04 14:01 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 5/5] Documentation: update add --force option + ignore=all config

[PATCH v30 2/2] status: add status.compareBranches config for multiple branch comparisons
 2026-03-04 10:30 UTC  (2+ messages)
` [PATCH v30 0/2] "

[PATCH v2] add: support pre-add hook
 2026-03-04  9:49 UTC  (4+ messages)
` [PATCH v3] "

[GSoC] [Proposal]: Implement promisor remote fetch ordering
 2026-03-04  7:35 UTC  (2+ messages)
` [GSoC] [Proposal v2]: "

[PATCH] git-gui: highlight comment lines in commit message
 2026-03-04  7:24 UTC  (4+ messages)

[PATCH 1/2] t7412: fix typo 'submodue' in test_description
 2026-03-04  5:16 UTC  (4+ messages)
` [PATCH 2/2] t7412: modernize path checks to use test helper functions

[PATCH] fetch, clone: add fetch.blobSizeLimit config
 2026-03-04  5:07 UTC  (11+ messages)

Crash on git log with -L and -G on file rename
 2026-03-04  3:01 UTC  (4+ messages)

What's cooking in git.git (Mar 2026, #01)
 2026-03-04  0:13 UTC  (4+ messages)

[PATCH v3] submodule: fetch missing objects from default remote
 2026-03-03 23:40 UTC  (11+ messages)
` [PATCH v4] "
  ` [PATCH v5] "
    ` [PATCH v6] "

[PATCH v3 0/2] t3700: modernize and fix exit code suppression
 2026-03-03 20:40 UTC  (3+ messages)
` [PATCH v3 1/2] t3700: avoid suppressing git's exit code
` [PATCH v3 2/2] t3700: use test_grep helper for better diagnostics

git whatchanged --i-still-use-it
 2026-03-03 19:59 UTC  (6+ messages)

[PATCH v4] send-email: validate charset name in 8bit encoding prompt
 2026-03-03 19:06 UTC  (2+ messages)

[PATCH 0/8] history: introduce "split" subcommand
 2026-03-03 18:47 UTC  (6+ messages)
` [PATCH 7/8] builtin/history: split out extended function to create commits
` [PATCH 8/8] builtin/history: implement "split" subcommand

How to parallel coding/reviewing the same repo in shared dir
 2026-03-03 18:24 UTC  (2+ messages)

[PATCH v2 0/5] builtin/repo: include largest object information
 2026-03-03 18:08 UTC  (6+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 2/6] builtin/repo: add helper for printing keyvalue output

[PATCH v3 0/4] for-each-repo: work correctly in a worktree
 2026-03-03 17:31 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] for-each-repo: test outside of repo context
  ` [PATCH v4 2/4] run-command: extract sanitize_repo_env helper
  ` [PATCH v4 3/4] for-each-repo: work correctly in a worktree
  ` [PATCH v4 4/4] for-each-repo: simplify passing of parameters

[RFC PATCH 2/2] l10n: README: document AI assistant guidelines
 2026-03-03 15:33 UTC  (7+ messages)
` [PATCH v2 0/5] docs(l10n): AI agent instructions and workflow improvements
  ` [PATCH v2 1/5] l10n: add .gitattributes to simplify location filtering
  ` [PATCH v2 2/5] docs(l10n): add AGENTS.md with optimized update-pot instructions
  ` [PATCH v2 3/5] docs(l10n): add AI agent instructions for updating po/XX.po files
  ` [PATCH v2 4/5] docs(l10n): add AI agent instructions for translating PO files
  ` [PATCH v2 5/5] docs(l10n): add AI agent instructions to review translations

[RFC] Support UTF-8 characters in Git alias names
 2026-03-03 15:13 UTC  (6+ messages)
` [PATCH v2 0/3] Fix small issues in alias subsection handling
  ` [PATCH v2 1/3] doc: fix list continuation in alias subsection example
      ` [PATCH v2 1/3] doc: fix list continuation in alias subsection example!
` [PATCH] doc: fix list continuation in alias.adoc

[RFC][GSoC 2026] Proposal: Improve the new git repo command
 2026-03-03 14:07 UTC 

[PATCH 0/1] Fix update hook perf regression in next
 2026-03-03 13:28 UTC  (3+ messages)
` [PATCH 1/1] builtin/receive-pack: avoid spinning no-op sideband async threads


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