public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 18:57:52 to 2026-03-04 15:31:10 UTC [more...]

[PATCH 0/5] oidmap: migrate cleanup to oidmap_clear_with_free()
 2026-03-04 15:31 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] oidmap: make entry cleanup explicit in oidmap_clear
  ` [PATCH v2 2/5] builtin/rev-list: migrate missing_objects cleanup to oidmap_clear_with_free()
  ` [PATCH v2 3/5] list-objects-filter: use oidmap_clear_with_free() for cleanup
  ` [PATCH v2 4/5] odb: use oidmap_clear_with_free() to release replace_map entries
  ` [PATCH v2 5/5] sequencer: use oidmap_clear_with_free() for string_entry cleanup

[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 v7 0/5] rebase: support --trailer
 2026-03-04 14:29 UTC  (6+ messages)
` [PATCH v7 5/5] "

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

[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/RFC v3] diff.tcl: made alignment of tabs in git-gui diff consistent with gitk
 2026-03-04 13:32 UTC  (4+ messages)
` [PATCH v4] git-gui: shift tabstops to account for the first column of context diffs

[PATCH 0/3] path: clean up few things
 2026-03-04 13:05 UTC  (11+ 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 v29 0/2] status: add status.compareBranches config for multiple branch comparisons
 2026-03-04 12:25 UTC  (8+ messages)
` [PATCH v30 "
  ` [PATCH v30 2/2] "
  ` [PATCH v31 0/2] "
    ` [PATCH v31 1/2] refactor format_branch_comparison in preparation
    ` [PATCH v31 2/2] status: add status.compareBranches config for multiple branch comparisons

[PATCH] t3310: avoid hiding failures from rev-parse in command substitutions
 2026-03-04 12:19 UTC 

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

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

[PATCH v6 00/10] fsmonitor: implement filesystem change listener for Linux
 2026-03-04  7:43 UTC  (20+ 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

[GSoC] [Proposal]: Implement promisor remote fetch ordering
 2026-03-04  7:35 UTC  (4+ 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 v2] submodule: fetch missing objects from default remote
 2026-03-03 23:40 UTC  (18+ messages)
` [PATCH v3] "
  ` [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  (13+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] builtin/repo: update stats for each object
  ` [PATCH v3 2/6] builtin/repo: add helper for printing keyvalue output
  ` [PATCH v3 3/6] builtin/repo: collect largest inflated objects
  ` [PATCH v3 4/6] builtin/repo: add OID annotations to table output
  ` [PATCH v3 5/6] builtin/repo: find commit with most parents
  ` [PATCH v3 6/6] builtin/repo: find tree with most entries

[PATCH v2 0/2] for-each-repo: work correctly in a worktree
 2026-03-03 17:31 UTC  (11+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] "
  ` [PATCH v4 0/4] "
    ` [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

[PATCH 0/2] upload-pack: reduce lock contention when writing packfile data
 2026-03-03 15:00 UTC  (19+ 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

[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  (7+ messages)
` [PATCH 1/1] builtin/receive-pack: avoid spinning no-op sideband async threads

[GSoC][Draft Proposal] Refactoring in order to reduce Git's global state
 2026-03-03 12:11 UTC  (7+ messages)
` [GSoC][Draft Proposal v3] "
  ` [GSoC][Draft Proposal v4] "
      ` [GSoC][Draft Proposal v6] "

[PATCH 0/4] repo: add support for path-related fields
 2026-03-03 10:31 UTC  (14+ messages)

[PATCH git] t5516: test updateInstead with worktree and unborn bare HEAD
 2026-03-03 10:03 UTC  (4+ messages)

[PATCH] ci: unset GITLAB_FEATURES envvar to not bust xargs(1) limits
 2026-03-03  6:32 UTC  (4+ messages)

[GSoC PATCH 0/3] doc: improve gitprotocol-pack
 2026-03-03  1:48 UTC  (13+ messages)
` [GSoC PATCH 3/3] doc: gitprotocol-pack: normalize inline code formatting
` [GSoC PATCH v2 0/3] doc: improve gitprotocol-pack
  ` [GSoC PATCH v2 1/3] doc: gitprotocol-pack: fix pronoun-antecedent agreement
  ` [GSoC PATCH v2 2/3] doc: gitprotocol-pack: improve paragraphs structure
  ` [GSoC PATCH v2 3/3] doc: gitprotocol-pack: normalize italic formatting
  ` [GSoC PATCH v3 0/3] doc: improve gitprotocol-pack
    ` [GSoC PATCH v3 1/3] doc: gitprotocol-pack: fix pronoun-antecedent agreement
    ` [GSoC PATCH v3 2/3] doc: gitprotocol-pack: improve paragraphs structure
    ` [GSoC PATCH v3 3/3] doc: gitprotocol-pack: normalize italic formatting

[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
 2026-03-02 22:49 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 132
 2026-03-02 21:56 UTC 

[PATCH] t: fix "that that" typos in test comments
 2026-03-02 21:43 UTC  (3+ messages)
` [PATCH v2] t: fix "that that" typo in lib-unicode-nfc-nfd.sh

What's cooking in git.git (Feb 2026, #11)
 2026-03-02 21:41 UTC  (7+ messages)

[PATCH] t3700: avoid suppressing git's exit code
 2026-03-02 21:24 UTC  (3+ messages)
` [PATCH v2] t3700: avoid hidden failures and use test_grep helper

[PATCH] doc: fetch: document `--jobs=0` behavior
 2026-03-02 19:33 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