public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-05 01:16:40 to 2026-03-06 14:54:22 UTC [more...]

[PATCH v7 0/5] rebase: support --trailer
 2026-03-06 14:53 UTC  (8+ messages)
` [PATCH v8 0/6] "
  ` [PATCH v8 1/6] interpret-trailers: factor trailer rewriting
  ` [PATCH v8 2/6] interpret-trailers: refactor create_in_place_tempfile()
  ` [PATCH v8 3/6] trailer: libify a couple of functions
  ` [PATCH v8 4/6] trailer: append trailers without fork/exec

Test "t0300-credentials" is failing on Arch/Artix: asks to enter the Username/Password in an infinite loop
 2026-03-06 14:14 UTC  (9+ messages)

[PATCH v2 0/2] branch: add 'branch.addCurrentBranchAsPrefix' config param
 2026-03-06 13:14 UTC  (5+ messages)
` [PATCH v3 0/3] branch: add prefixes to new branch names
  ` [PATCH v3 1/3] branch: add '--name-prefix' option
  ` [PATCH v3 2/3] branch: add 'branch.namePrefix' config param
  ` [PATCH v3 3/3] branch: add '--no-name-prefix' option

Feature request: support listing worktrees sorted by creation time
 2026-03-06 13:02 UTC  (6+ messages)

[PATCH] Documentation: extend guidance for submitting patches
 2026-03-06 12:58 UTC  (9+ messages)

[GSoC] [Microproject] Added advice for files which are >50 mb
 2026-03-06 12:47 UTC 

Git reference git stash
 2026-03-06 12:29 UTC  (4+ messages)

[PATCH] builtin/clone: fix segfault when using --revision on some servers
 2026-03-06 11:10 UTC 

[PATCH] fetch, clone: add fetch.blobSizeLimit config
 2026-03-06 10:39 UTC  (6+ messages)
` [PATCH v2] clone: add clone.<url>.defaultObjectFilter config
  ` [PATCH v3] "

memory leak when cloning a repository
 2026-03-06  9:17 UTC  (12+ 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 3/4] pack-revindex: avoid double-loading .rev files
    ` [PATCH 4/4] Makefile: turn on NO_MMAP when building with LSan

git-gui: disable the "loose objects popup" dialog?
 2026-03-06  5:32 UTC  (6+ messages)
` [PATCH 0/4] run auto maintenance in git-gui
  ` [PATCH 1/4] git-gui: run auto maintenance on commit
  ` [PATCH 2/4] git-gui: remove hint_gc dialog
  ` [PATCH 3/4] git-gui: remove "Compress Database" feature
  ` [PATCH 4/4] scalar: remove obsolete gui.GCWarning setting

[PATCH v2 0/2] replay: add --revert mode to reverse commit changes
 2026-03-06  5:28 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] sequencer: extract revert message formatting into shared function
  ` [PATCH v3 2/2] replay: add --revert mode to reverse commit changes

[PATCH 1/4] git-gui: run auto maintenance on commit
 2026-03-06  5:19 UTC 

[GSoC] Discussion: git repo structure enhancements
 2026-03-06  5:10 UTC 

[PATCH v2] add: support pre-add hook
 2026-03-06  2:20 UTC  (14+ messages)
` [PATCH v3] "
    ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH v2 0/3] clean up a few things
 2026-03-06  1:59 UTC  (8+ 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 0/3] contrib/subtree: reduce recursion during split
 2026-03-05 23:55 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] contrib/subtree: reduce function side-effects
  ` [PATCH v2 2/3] contrib/subtree: functionalize split traversal
  ` [PATCH v2 3/3] contrib/subtree: reduce recursion during split

[PATCH v4 0/6] Sanitize sideband channel messages
 2026-03-05 23:34 UTC  (9+ messages)
` [PATCH v5 0/7] Sanitizing sideband output
  ` [PATCH v5 1/7] sideband: mask control characters
  ` [PATCH v5 2/7] sideband: introduce an "escape hatch" to allow "
  ` [PATCH v5 3/7] sideband: do allow ANSI color sequences by default
  ` [PATCH v5 4/7] sideband: add options to allow more control sequences to be passed through
  ` [PATCH v5 5/7] sideband: offer to configure sanitizing on a per-URL basis
  ` [PATCH v5 6/7] sideband: drop 'default' configuration
  ` [PATCH v5 7/7] sideband: delay sanitizing by default to Git v3.0

[PATCH] docs: add hydroxide as an option for ProtonMail users
 2026-03-05 23:32 UTC  (3+ messages)

[PATCH] t3310: avoid hiding failures from rev-parse in command substitutions
 2026-03-05 23:14 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 v2 00/10] upload-pack: reduce lock contention when writing packfile data
 2026-03-05 22:22 UTC  (9+ messages)
` [PATCH v2 03/10] "
` [PATCH v2 05/10] compat/posix: introduce writev(3p) wrapper

[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  (66+ 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 07/17] odb/source: make `reprepare()` function pluggable
` [PATCH 08/17] odb/source: make `close()` "
` [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()` "

[PATCH v2 0/5] oidmap: migrate cleanup to oidmap_clear_with_free()
 2026-03-05 19:17 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [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] "

[PATCH v9 00/12] fsmonitor: implement filesystem change listener for Linux
 2026-03-05 14:15 UTC  (18+ messages)
` [PATCH v10 "
  ` [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] 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 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 v8 08/12] run-command: add close_fd_above_stderr option
 2026-03-05  6:38 UTC  (4+ messages)
` [PATCH v8 09/12] "
    ` [PATCH v9 09/12] run-command: add pre-exec callback for child processes


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