public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 12:18:41 to 2026-02-13 20:52:25 UTC [more...]

[PATCH 0/4] trace2: add macOS and Windows process ancestry tracing
 2026-02-13 20:52 UTC  (11+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] trace2: add macOS "
  ` [PATCH v2 2/6] build: include procinfo.c impl for macOS
  ` [PATCH v2 3/6] trace2: refactor Windows process ancestry trace2 event
  ` [PATCH v2 4/6] trace2: emit cmd_ancestry data for Windows
  ` [PATCH v2 5/6] test-tool: extend trace2 helper with 400ancestry
  ` [PATCH v2 6/6] t0213: add trace2 cmd_ancestry tests

[PATCH v3 0/2] shallow: handling fetch relative-deepen
 2026-02-13 20:48 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] "

git-am applies commit message diffs
 2026-02-13 18:08 UTC  (20+ messages)
      ` [PATCH v2 0/2] commit-msg.sample: reject messages that would confuse "git am"
        ` [PATCH v2 1/2] templates: add .gitattributes entry for sample hooks
        ` [PATCH v2 2/2] templates: detect commit messages containing diffs

[PATCH v2] doc: add caveat about roundtripping format-patch
 2026-02-13 18:02 UTC  (6+ messages)
` [PATCH v3] doc: add caveat about round-tripping format-patch

[PATCH 0/4] builtin/history: some smaller UI improvements
 2026-02-13 17:30 UTC  (26+ messages)
` [PATCH 1/4] builtin/history: perform revwalk checks before asking for user input
` [PATCH 2/4] builtin/history: check for merges "
` [PATCH 3/4] builtin/history: replace "--ref-action=print" with "--dry-run"
` [PATCH 4/4] builtin/history: rename "--ref-action=" to "--update-refs="
` [PATCH v2 0/5] builtin/history: some smaller UI improvements
  ` [PATCH v2 1/5] builtin/history: perform revwalk checks before asking for user input
  ` [PATCH v2 2/5] builtin/history: check for merges "
  ` [PATCH v2 3/5] builtin/history: replace "--ref-action=print" with "--dry-run"
  ` [PATCH v2 4/5] builtin/history: rename "--ref-action=" to "--update-refs="
  ` [PATCH v2 5/5] Documentation/git-history: document default for "--update-refs="

[PATCH 0/4] Run hooks in parallel
 2026-02-13 17:21 UTC  (8+ messages)
` [PATCH 2/4] hook: allow parallel hook execution

[PATCH 0/1] diffcore-break: prevent dangling pointer
 2026-02-13 17:16 UTC  (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "
      ` [External] "

[PATCH] apply: strip ./ prefix from --directory argument
 2026-02-13 17:08 UTC 

[PATCH 0/2] clean leftover calls to string_list_remove_duplicates
 2026-02-13 16:57 UTC  (12+ messages)
` [PATCH 1/2] sparse-checkout: use string_list_sort_u
` [PATCH 2/2] help: ensure &keys_uniq follows sort -u
` [PATCH v2 1/2] sparse-checkout: use string_list_sort_u
  ` [PATCH v2 2/2] help: cleanup the contruction of keys_uniq

[RFC] setup: fail if .git is not a file or directory
 2026-02-13 16:37 UTC  (9+ messages)
` [PATCH v2] "

What's cooking in git.git (Feb 2026, #04)
 2026-02-13 16:06 UTC  (9+ messages)
` ps/object-info-bits-cleanup (was: What's cooking in git.git (Feb 2026, #04))
  ` ps/object-info-bits-cleanup

[PATCH] copy.c: use `sendfile()` for in-kernel file copying on Linux
 2026-02-13 15:36 UTC  (2+ messages)

Interested in Publishing Sponsored Content on gitforwindows.org
 2026-02-13 13:23 UTC 

[PATCH v5 0/4] refs: allow setting the reference directory
 2026-02-13 14:45 UTC  (4+ messages)
` [PATCH v5 2/4] refs: forward and use the reference storage payload

[PATCH 0/3] http: add support for HTTP 429 rate limit retries
 2026-02-13 13:41 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH 0/5] builtin/repo: include largest object information
 2026-02-13 13:14 UTC  (3+ messages)
` [PATCH 3/5] builtin/repo: add OID annotations to table output

[RFC][PATCH 0/2] worktree: change representation and usage of primary worktree
 2026-02-13 11:59 UTC  (3+ messages)
` [RFC][PATCH 1/2] worktree: represent the primary worktree with '/' instead of NULL
` [RFC][PATCH 2/2] worktree: stop passing NULL as primary worktree

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2026-02-13 11:26 UTC  (32+ messages)
` [PATCH 7/9] list-objects-filter-options: implement auto filter resolution
` [PATCH 8/9] promisor-remote: keep advertised filter in memory
` [PATCH v2 0/8] Implement `promisor.storeFields` and `--filter=auto`
  ` [PATCH v2 5/8] doc: fetch: document `--filter=<filter-spec>` option
  ` [PATCH v2 8/8] fetch-pack: wire up and enable auto filter logic
  ` [PATCH v3 0/9] Implement `promisor.storeFields` and `--filter=auto`
    ` [PATCH v3 1/9] promisor-remote: refactor initialising field lists
    ` [PATCH v3 2/9] promisor-remote: allow a client to store fields
    ` [PATCH v3 3/9] clone: make filter_options local to cmd_clone()
    ` [PATCH v3 4/9] fetch: make filter_options local to cmd_fetch()
    ` [PATCH v3 5/9] doc: fetch: document `--filter=<filter-spec>` option
    ` [PATCH v3 6/9] list-objects-filter-options: support 'auto' mode for --filter
    ` [PATCH v3 7/9] promisor-remote: keep advertised filters in memory
    ` [PATCH v3 8/9] promisor-remote: change promisor_remote_reply()'s signature
    ` [PATCH v3 9/9] fetch-pack: wire up and enable auto filter logic

[PATCH] builtin/pack-objects: don't fetch objects when merging packs
 2026-02-12 23:46 UTC  (4+ messages)

[PATCH] CodingGuidelines: document NEEDSWORK comments
 2026-02-12 22:33 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 0/3] introduce new option `rework-with-file`
 2026-02-12 22:20 UTC  (8+ messages)
` [PATCH v3 2/3] add-patch: Allow interfile navigation when selecting hunks

[RFC] Support UTF-8 characters in Git alias names
 2026-02-12 18:52 UTC  (13+ messages)
` [PATCH v4 0/3] support UTF-8 in "
  ` [PATCH v4 1/3] help: use list_aliases() for alias listing
  ` [PATCH v4 2/3] alias: prepare for subsection aliases
  ` [PATCH v4 3/3] alias: support non-alphanumeric names via subsection syntax

[Outreachy PATCH v6 1/3] environment: stop storing `core.attributesFile` globally
 2026-02-12 17:13 UTC  (5+ messages)

[PATCH v2] meson: regenerate config-list.h when Documentation changes
 2026-02-12 15:56 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] diff --anchored: avoid checking unmatched lines
 2026-02-12 15:53 UTC 

Python mentoring request (code review + project improvement)
 2026-02-12 14:59 UTC 

.gitallow
 2026-02-12 13:38 UTC 

[PATCH] meson: regenerate config-list.h when Documentation changes
 2026-02-12  8:10 UTC  (9+ messages)

[PATCH] CodingGuidelines: document // comments
 2026-02-12  7:05 UTC  (2+ messages)

[PATCH 0/3] Small fixups for `OBJECT_INFO` flags
 2026-02-12  6:59 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] builtin/backfill: fix flags passed to `odb_has_object()`
  ` [PATCH v2 2/5] builtin/fsck: "
  ` [PATCH v2 3/5] odb: drop gaps in object info flag values
  ` [PATCH v2 4/5] odb: convert object info flags into an enum
  ` [PATCH v2 5/5] odb: convert `odb_has_object()` "

[PATCH 0/5] [RFC] Make 'git config list --type=' parse and filter types
 2026-02-12  6:39 UTC  (5+ messages)
` [PATCH 5/5] config: make 'git config list --type=<X>' work

[GSOC PATCH] t9812: modernize test path helpers
 2026-02-12  5:45 UTC 

[PATCH] doc: rerere-options.adoc: link to git-rerere(1)
 2026-02-12  5:37 UTC  (4+ messages)

cat-file: dies with --batch if reflog entry is out of bounds
 2026-02-12  4:07 UTC  (3+ messages)

[PATCH] osxkeychain: define build targets in the top-level Makefile
 2026-02-11 23:06 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] meson: wire up gitk and git-gui
 2026-02-11 22:56 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] add: support pre-add hook
 2026-02-11 21:54 UTC  (9+ messages)
    ` [PATCH] "
` [PATCH v2] "

[PATCH 0/1] replay: add --revert option to reverse commit changes
 2026-02-11 17:41 UTC  (10+ messages)
` [PATCH v2 0/2] replay: add --revert mode "
  ` [PATCH v2 1/2] sequencer: extract revert message formatting into shared function

[PATCH 0/4] doc: am: improve command linking and add am.messageId
 2026-02-11 17:32 UTC  (3+ messages)
` [PATCH 1/4] doc: am: normalize git(1) command links

[PATCH 0/7] Some assorted fixes for GitLab CI
 2026-02-11 16:52 UTC  (3+ messages)

[PATCH] [RFC][GSoC][PATCH] attr: use local repository state in read_attr
 2026-02-11 16:43 UTC  (4+ messages)

[PATCH v2] futex_waitv.2: new page
 2026-02-11 15:43 UTC  (4+ messages)

[RFC] git repo info: exposing repository paths
 2026-02-11 12:18 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