Git development
 help / color / mirror / Atom feed
 messages from 2026-05-12 13:53:15 to 2026-05-15 04:36:07 UTC [more...]

[PATCH 1/2] strbuf: use st_add3() in strbuf_grow()
 2026-05-15  4:36 UTC  (7+ messages)
` [PATCH 2/2] use __builtin_add_overflow() in st_add() with Clang

[PATCH] revision: use priority queue in limit_list()
 2026-05-15  4:16 UTC  (4+ messages)

[PATCH v2 0/7] odb: add write operation to ODB transaction interface
 2026-05-15  3:56 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/7] odb: update `struct odb_write_stream` read() callback
  ` [PATCH v4 0/7] odb: add write operation to ODB transaction interface
    ` [PATCH v4 1/7] odb: split `struct odb_transaction` into separate header
    ` [PATCH v4 2/7] odb/transaction: use pluggable `begin_transaction()`
    ` [PATCH v4 3/7] odb: update `struct odb_write_stream` read() callback
    ` [PATCH v4 4/7] object-file: remove flags from transaction packfile writes
    ` [PATCH v4 5/7] object-file: avoid fd seekback by checking object size upfront
    ` [PATCH v4 6/7] object-file: generalize packfile writes to use odb_write_stream
    ` [PATCH v4 7/7] odb/transaction: make `write_object_stream()` pluggable

[PATCH 0/4] strbuf: add and use strbuf_add_uint()
 2026-05-15  3:53 UTC  (17+ messages)
` [PATCH 1/4] strbuf: add strbuf_add_uint()
` [PATCH 2/4] cat-file: use strbuf_add_uint()
` [PATCH 3/4] ls-files: "

What's cooking in git.git (May 2026, #03)
 2026-05-15  1:46 UTC  (5+ messages)

[PATCH 0/2] approxidate: tweak special date formats
 2026-05-15  1:38 UTC  (18+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] t0006: add support for approxidate test date adjustment
  ` [PATCH v2 2/3] approxidate: make "specials" respect fixed day-of-month
  ` [PATCH v2 3/3] approxidate: use deferred mday adjustments for "specials"
  ` [PATCH v3 0/4] approxidate: tweak special date formats
    ` [PATCH v3 1/4] t0006: add support for approxidate test date adjustment
    ` [PATCH v3 2/4] approxidate: alias "today" to "now"
    ` [PATCH v3 3/4] approxidate: make "specials" respect fixed day-of-month
    ` [PATCH v3 4/4] approxidate: use deferred mday adjustments for "specials"

[PATCH] config: suggest the correct form when key contains "="
 2026-05-15  1:28 UTC  (4+ messages)
  ` [PATCH] fetch: add fetch.pruneLocalBranches config

[PATCH] trailer: change strbuf in-place in unfold_value()
 2026-05-14 21:30 UTC  (2+ messages)

[PATCH 0/3] daemon: fix network address handling bugs
 2026-05-14 21:26 UTC  (6+ messages)
` [PATCH 1/3] daemon: fix IPv6 address corruption in lookup_hostname()
` [PATCH 2/3] daemon: fix IPv6 address truncation in ip2str()
` [PATCH 3/3] daemon: guard NULL REMOTE_PORT in execute() logging

[PATCH v4 0/3] Avoid hardcoded "good"/"bad" bisect terms
 2026-05-14 19:56 UTC  (5+ messages)
` [PATCH v4 1/3] bisect: use selected alternate terms in status output
` [PATCH v4 2/3] bisect: print bisect terms in single quotes
` [PATCH v4 3/3] rev-parse: use selected alternate terms to look up refs

[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
 2026-05-14 17:45 UTC  (3+ messages)

[PATCH 0/3] Batch prefetching
 2026-05-14 16:25 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] builtin/log: prefetch necessary blobs for `git cherry`
  ` [PATCH v2 3/3] grep: prefetch necessary blobs
  ` [PATCH v3 0/4] Batch prefetching
    ` [PATCH v3 1/4] promisor-remote: document caller filtering contract
    ` [PATCH v3 2/4] patch-ids.h: add missing trailing parenthesis in documentation comment
    ` [PATCH v3 3/4] builtin/log: prefetch necessary blobs for `git cherry`
    ` [PATCH v3 4/4] grep: prefetch necessary blobs

[PATCH] git-jump: pick a mode automatically when invoked without arguments
 2026-05-14 15:40 UTC  (5+ messages)

[PATCH v6 0/3] git-gui: robustify startup and fix environment handling
 2026-05-14 14:33 UTC  (15+ messages)
` [PATCH v7 "
    ` [PATCH v1 00/11] Improve git gui operation without a worktree
      ` [PATCH v1 01/11] git-gui: allow specifying path '.' to the browser
      ` [PATCH v1 02/11] git-gui: refactor browser / blame argument parsing
      ` [PATCH v1 03/11] git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
      ` [PATCH v1 04/11] git-gui: put choose_repository::pick in a proc
      ` [PATCH v1 05/11] git-gui: use --absolute-git-dir
      ` [PATCH v1 06/11] git gui: GIT_DIR / GIT_WORK_TREE make any discovery error fatal
      ` [PATCH v1 07/11] git-gui: use rev-parse exclusively to find a repository
      ` [PATCH v1 08/11] git-gui: simplify [is_bare] to report if a worktree is known
      ` [PATCH v1 09/11] git-gui: support using repository parent dir as a worktree
      ` [PATCH v1 10/11] git-gui: improve worktree discovery
      ` [PATCH v1 11/11] git-gui: add gui and pick as explicit subcommands

I object the social engineering from Master to Main
 2026-05-14 13:42 UTC  (2+ messages)

[PATCH v2 0/7] fetch: rework negotiation tip options
 2026-05-14 12:41 UTC  (28+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/7] fetch: add --negotiation-restrict option
  ` [PATCH v3 3/7] transport: rename negotiation_tips
  ` [PATCH v3 4/7] remote: add remote.*.negotiationRestrict config
  ` [PATCH v3 5/7] fetch: add --negotiation-include option for negotiation
  ` [PATCH v3 6/7] remote: add remote.*.negotiationInclude config
  ` [PATCH v3 7/7] send-pack: pass negotiation config in push
  ` [PATCH v4 0/8] fetch: rework negotiation tip options
    ` [PATCH v4 1/8] t5516: fix test order flakiness
    ` [PATCH v4 2/8] fetch: add --negotiation-restrict option
    ` [PATCH v4 3/8] transport: rename negotiation_tips
    ` [PATCH v4 4/8] remote: add remote.*.negotiationRestrict config
    ` [PATCH v4 5/8] negotiator: add have_sent() interface
    ` [PATCH v4 6/8] fetch: add --negotiation-include option for negotiation
    ` [PATCH v4 7/8] remote: add remote.*.negotiationInclude config
    ` [PATCH v4 8/8] send-pack: pass negotiation config in push

[GSoC RFC PATCH v2 0/1] graph: add indentation for commits preceded by a parentless commit
 2026-05-14 10:19 UTC  (5+ messages)
` [GSoC PATCH v3 "
  ` [GSoC PATCH v3 1/1] "

[BUG] "git diff --word-diff" gives a diff while they are only space changes
 2026-05-14  9:55 UTC  (5+ messages)

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-05-13 23:08 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 09/16] repack-midx: factor out `repack_prepare_midx_command()`
  ` [PATCH v3 15/16] repack: introduce `--write-midx=incremental`

[PATCH v2 00/10] pack-objects: integrate --path-walk and some --filter options
 2026-05-13 21:18 UTC  (28+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 03/12] t/perf: add pack-objects filter and path-walk benchmark
  ` [PATCH v3 04/12] path-walk: always emit directly-requested objects
  ` [PATCH v3 07/12] path-walk: support blob size limit filter
  ` [PATCH v3 10/12] path-walk: support `tree:0` filter
  ` [PATCH v4 00/13] pack-objects: integrate --path-walk and some --filter options
    ` [PATCH v4 01/13] t5620: make test work with path-walk var
    ` [PATCH v4 02/13] pack-objects: pass --objects with --path-walk
    ` [PATCH v4 03/13] t/perf: add pack-objects filter and path-walk benchmark
    ` [PATCH v4 04/13] path-walk: always emit directly-requested objects
    ` [PATCH v4 05/13] path-walk: support blobless filter
    ` [PATCH v4 06/13] backfill: die on incompatible filter options
    ` [PATCH v4 07/13] path-walk: support blob size limit filter
    ` [PATCH v4 08/13] path-walk: add pl_sparse_trees to control tree pruning
    ` [PATCH v4 09/13] pack-objects: support sparse:oid filter with path-walk
    ` [PATCH v4 10/13] t6601: tag otherwise-unreachable trees
    ` [PATCH v4 11/13] path-walk: support `tree:0` filter
    ` [PATCH v4 12/13] path-walk: support `object:type` filter
    ` [PATCH v4 13/13] path-walk: support `combine` filter

[PATCH v6 0/5] branch: prune-merged
 2026-05-13 19:34 UTC  (19+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/5] branch: add --prune-merged <remote>
      ` [PATCH] fetch: add fetch.pruneLocalBranches config
  ` [PATCH v8 0/5] branch: prune-merged
    ` [PATCH v8 1/5] branch: add --forked <remote>
    ` [PATCH v8 2/5] branch: let delete_branches warn instead of error on bulk refusal
    ` [PATCH v8 3/5] branch: add --prune-merged <remote>
    ` [PATCH v8 4/5] branch: add branch.<name>.pruneMerged opt-out
    ` [PATCH v8 5/5] branch: add --all-remotes flag
    ` [PATCH v9 0/5] branch: prune-merged
      ` [PATCH v9 1/5] branch: add --forked <remote>
      ` [PATCH v9 2/5] branch: let delete_branches warn instead of error on bulk refusal
      ` [PATCH v9 3/5] branch: add --prune-merged <remote>
      ` [PATCH v9 4/5] branch: add branch.<name>.pruneMerged opt-out
      ` [PATCH v9 5/5] branch: add --all-remotes flag

[PATCH] http: handle absolute-path alternates from server root
 2026-05-13 18:58 UTC  (3+ messages)

[PATCH] pretty: drop strbuf pre-sizing from add_rfc2047()
 2026-05-13 18:54 UTC  (3+ messages)

[PATCH] hex: add and use strbuf_add_oid_hex()
 2026-05-13 16:55 UTC  (3+ messages)

[PATCH] doc: clarify that --word-diff operates on line-level hunks
 2026-05-13 15:42 UTC 

Bug: lowercase "head" resolves to wrong commit in linked worktrees on case-insensitive filesystems
 2026-05-13 15:42 UTC  (2+ messages)

[PATCH v2] ignore: note info/exclude lives in GIT_COMMON_DIR, not GIT_DIR
 2026-05-13 14:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4 0/2] includeIf: add "worktree" condition for matching working tree path
 2026-05-13 13:59 UTC  (4+ messages)
` [PATCH v4 1/2] config: refactor include_by_gitdir() into include_by_path()
` [PATCH v4 2/2] config: add "worktree" and "worktree/i" includeIf conditions

[PATCH 0/2] builtin/maintenance: fix locking and respect "gc.auto"
 2026-05-13 10:06 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] builtin/maintenance: fix locking with "--detach"
  ` [PATCH v3 2/2] run-command: honor "gc.auto" for auto-maintenance

[PATCH] remote: qualify "git pull" advice for non-upstream branches
 2026-05-13  9:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] sideband: allow ANSI SGR with colon-separated subfields
 2026-05-13  7:08 UTC 

[PATCH v2 0/2] builtin/maintenance: fix locking and respect "gc.auto"
 2026-05-13  6:23 UTC  (4+ messages)
` [PATCH v2 1/2] builtin/maintenance: fix locking with "--detach"

[PATCH v3 0/2] includeIf: add "worktree" condition for matching working tree path
 2026-05-13  5:56 UTC  (8+ messages)
` [PATCH v3 2/2] config: add "worktree" and "worktree/i" includeIf conditions

[PATCH 0/4] diff: reject negative context values
 2026-05-13  1:16 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] diff: reject negative values for --inter-hunk-context
  ` [PATCH v2 2/4] diff: reject negative values for -U/--unified
  ` [PATCH v2 3/4] xdiff: guard against negative context lengths
  ` [PATCH v2 4/4] parse-options: clarify what "negated" means for PARSE_OPT_NONEG

[PATCH v15 00/13] fsmonitor: implement filesystem change listener for Linux
 2026-05-12 20:36 UTC  (4+ messages)

[PATCH v6] t2000: consolidate second scenario into a single test block
 2026-05-12 20:01 UTC  (2+ messages)
` [PATCH v6] t2000: consolidate second scenario into a single test

git clone fails when using --dissociate together with a reference repository that contains a commit-graph
 2026-05-12 18:38 UTC  (2+ messages)

[PATCH] rebase: ignore non-branch update-refs
 2026-05-12 15:10 UTC  (6+ messages)

[RFC PATCH v3 0/2] push: add support for pushing to remote groups
 2026-05-12 15:05 UTC  (4+ messages)
` [RFC PATCH v5 0/3] "
  ` [RFC PATCH v5 3/3] push: support pushing to a remote group


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