public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 18:17:49 to 2026-03-05 23:12:03 UTC [more...]

[PATCH] fetch, clone: add fetch.blobSizeLimit config
 2026-03-05 23:11 UTC  (4+ messages)
` [PATCH v2] clone: add clone.<url>.defaultObjectFilter config

memory leak when cloning a repository
 2026-03-05 23:09 UTC  (5+ messages)
  ` [PATCH 0/4] plugging some mmap() leaks
    ` [PATCH 1/4] check_connected(): delay opening new_pack
    ` [PATCH 2/4] check_connected(): fix leak of pack-index mmap

[PATCH] t3310: avoid hiding failures from rev-parse in command substitutions
 2026-03-05 23:06 UTC  (9+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[RFC PATCH 0/2] push: add support for pushing to remote groups
 2026-03-05 22:32 UTC  (3+ messages)
` [RFC PATCH 1/2] remote: move remote group resolution to remote.c
` [RFC PATCH 2/2] push: support pushing to a remote group

[PATCH] Documentation: extend guidance for submitting patches
 2026-03-05 22:27 UTC  (6+ messages)

[PATCH v2 00/10] upload-pack: reduce lock contention when writing packfile data
 2026-03-05 22:22 UTC  (15+ messages)
` [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 05/10] compat/posix: introduce writev(3p) wrapper
` [PATCH v2 07/10] sideband: use writev(3p) to send pktlines
` [PATCH v2 08/10] csum-file: introduce `hashfd_ext()`

[GSOC Proposal] Complete and extend the remote-object-info command for git cat-file
 2026-03-05 20:48 UTC 

[PATCH 00/17] odb: make object database sources pluggable
 2026-03-05 20:42 UTC  (70+ 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 10/17] odb/source: make `read_object_stream()` "
` [PATCH 11/17] odb/source: make `for_each_object()` "
` [PATCH 15/17] odb/source: make `read_alternates()` "
` [PATCH 17/17] odb/source: make `begin_transaction()` "
` [PATCH v2 00/17] odb: make object database sources pluggable
  ` [PATCH v2 01/17] odb: split `struct odb_source` into separate header
  ` [PATCH v2 02/17] odb: introduce "files" source
  ` [PATCH v2 03/17] odb: embed base source in the "files" backend
  ` [PATCH v2 04/17] odb: move reparenting logic into respective subsystems
  ` [PATCH v2 05/17] odb/source: introduce source type for robustness
  ` [PATCH v2 06/17] odb/source: make `free()` function pluggable
  ` [PATCH v2 07/17] odb/source: make `reprepare()` "
  ` [PATCH v2 08/17] odb/source: make `close()` "
  ` [PATCH v2 09/17] odb/source: make `read_object_info()` "
  ` [PATCH v2 10/17] odb/source: make `read_object_stream()` "
  ` [PATCH v2 11/17] odb/source: make `for_each_object()` "
  ` [PATCH v2 12/17] odb/source: make `freshen_object()` "
  ` [PATCH v2 13/17] odb/source: make `write_object()` "
  ` [PATCH v2 14/17] odb/source: make `write_object_stream()` "
  ` [PATCH v2 15/17] odb/source: make `read_alternates()` "
  ` [PATCH v2 16/17] odb/source: make `write_alternate()` "
  ` [PATCH v2 17/17] odb/source: make `begin_transaction()` "

Git reference git stash
 2026-03-05 20:07 UTC 

[PATCH v2 0/3] clean up a few things
 2026-03-05 19:36 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] path: remove unused header
  ` [PATCH v3 2/3] path: use size_t for dir_prefix length
  ` [PATCH v3 3/3] path: remove redundant function calls

[PATCH v2] add: support pre-add hook
 2026-03-05 19:23 UTC  (13+ messages)
` [PATCH v3] "
    ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH 0/5] oidmap: migrate cleanup to oidmap_clear_with_free()
 2026-03-05 19:17 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] list-objects-filter: use oidmap_clear_with_free() for cleanup
  ` [PATCH v3 0/2] oidmap: migrate cleanup to oidmap_clear_with_free()
    ` [PATCH v3 1/2] oidmap: make entry cleanup explicit in oidmap_clear
    ` [PATCH v3 2/2] builtin/rev-list: migrate missing_objects cleanup to oidmap_clear_with_free()

[PATCH v3 0/4] for-each-repo: work correctly in a worktree
 2026-03-05 17:23 UTC  (5+ messages)
` [PATCH v4 "

[PATCH] send-email: pass smtp hostname and port to Authen::SASL
 2026-03-05 17:01 UTC  (6+ messages)
` [PATCH v2] "

Feature request: support listing worktrees sorted by creation time
 2026-03-05 15:50 UTC  (4+ messages)

[PATCH v7 00/10] fsmonitor: implement filesystem change listener for Linux
 2026-03-05 14:15 UTC  (48+ messages)
` [PATCH v8 00/12] "
  ` [PATCH v8 08/12] run-command: add close_fd_above_stderr option
      ` [PATCH v8 09/12] "
          ` [PATCH v9 09/12] run-command: add pre-exec callback for child processes
  ` [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 v9 06/12] fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
    ` [PATCH v9 07/12] fsmonitor: implement filesystem change listener for Linux
    ` [PATCH v9 08/12] run-command: add pre-exec callback for child processes
    ` [PATCH v9 09/12] fsmonitor: close inherited file descriptors and detach in daemon
    ` [PATCH v9 10/12] fsmonitor: add timeout to daemon stop command
    ` [PATCH v9 11/12] fsmonitor: add tests for Linux
    ` [PATCH v9 12/12] fsmonitor: convert shown khash to strset in do_handle_client
    ` [PATCH v10 00/12] fsmonitor: implement filesystem change listener for Linux
      ` [PATCH v10 01/12] fsmonitor: fix khash memory leak in do_handle_client
      ` [PATCH v10 02/12] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
      ` [PATCH v10 03/12] compat/win32: add pthread_cond_timedwait
      ` [PATCH v10 04/12] fsmonitor: use pthread_cond_timedwait for cookie wait
      ` [PATCH v10 05/12] fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
      ` [PATCH v10 06/12] fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
      ` [PATCH v10 07/12] fsmonitor: implement filesystem change listener for Linux
      ` [PATCH v10 08/12] run-command: add pre-exec callback for child processes
      ` [PATCH v10 09/12] fsmonitor: close inherited file descriptors and detach in daemon
      ` [PATCH v10 10/12] fsmonitor: add timeout to daemon stop command
      ` [PATCH v10 11/12] fsmonitor: add tests for Linux
      ` [PATCH v10 12/12] fsmonitor: convert shown khash to strset in do_handle_client
      ` [PATCH v11 00/12] fsmonitor: implement filesystem change listener for Linux
        ` [PATCH v11 01/12] fsmonitor: fix khash memory leak in do_handle_client
        ` [PATCH v11 02/12] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
        ` [PATCH v11 03/12] compat/win32: add pthread_cond_timedwait
        ` [PATCH v11 04/12] fsmonitor: use pthread_cond_timedwait for cookie wait
        ` [PATCH v11 05/12] fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
        ` [PATCH v11 06/12] fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
        ` [PATCH v11 07/12] fsmonitor: implement filesystem change listener for Linux
        ` [PATCH v11 08/12] run-command: add close_fd_above_stderr option
        ` [PATCH v11 09/12] fsmonitor: close inherited file descriptors and detach in daemon
        ` [PATCH v11 10/12] fsmonitor: add timeout to daemon stop command
        ` [PATCH v11 11/12] fsmonitor: add tests for Linux
        ` [PATCH v11 12/12] fsmonitor: convert shown khash to strset in do_handle_client

[PATCH v7 0/5] rebase: support --trailer
 2026-03-05 13:49 UTC  (3+ messages)

[PATCH] t9123: use test_when_finished for cleanup
 2026-03-05 12:54 UTC 

[PATCH v10] setup: improve error diagnosis for invalid .git files
 2026-03-05 12:40 UTC  (13+ messages)
` [PATCH v11] "

[PATCH] docs: add hydroxide as an option for ProtonMail users
 2026-03-05 12:28 UTC  (2+ messages)

[PATCH 0/3] gitlab-ci: update to macOS 15 images
 2026-03-05 11:20 UTC  (4+ messages)
` [PATCH 1/3] meson: simplify iconv-emits-BOM check
` [PATCH 2/3] meson: detect broken iconv that requires ICONV_RESTART_RESET
` [PATCH 3/3] gitlab-ci: update to macOS 15 images

What's cooking in git.git (Mar 2026, #02)
 2026-03-05  8:43 UTC  (2+ messages)
` en/merge-ort-almost-wo-the-repository

[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/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  (2+ messages)
` [PATCH v2] "

[PATCH] promisor-remote: prevent lazy-fetch recursion in child fetch
 2026-03-04 18:20 UTC  (2+ messages)

[PATCH v7 10/10] fsmonitor: close inherited file descriptors and detach in daemon
 2026-03-04 18:17 UTC  (2+ messages)

[PATCH v7 08/10] fsmonitor: add tests for Linux
 2026-03-04 18:17 UTC  (2+ messages)

[PATCH v7 07/10] fsmonitor: implement filesystem change listener for Linux
 2026-03-04 18:17 UTC  (2+ messages)

[PATCH v7 06/10] fsmonitor: deduplicate settings logic for Unix platforms
 2026-03-04 18:17 UTC  (2+ messages)

[PATCH v7 05/10] fsmonitor: deduplicate IPC path logic for Unix platforms
 2026-03-04 18:17 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