Git development
 help / color / mirror / Atom feed
 messages from 2026-05-14 12:41:46 to 2026-05-16 08:29:04 UTC [more...]

[PATCH v6 0/3] git-gui: robustify startup and fix environment handling
 2026-05-16  8:28 UTC  (34+ 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
  ` [PATCH v7 1/3] git-gui: restructure repository startup
  ` [PATCH v7 2/3] git-gui: disable gitk visualization when no worktree available
  ` [PATCH v7 3/3] git-gui: handle GIT_DIR and GIT_WORK_TREE early

[PATCH] commit-reach: use the decoration hash for tips_reachable_from_bases()
 2026-05-16  8:23 UTC  (3+ messages)

[PATCH] evaluate the second argument of ALLOC_GROW only once
 2026-05-16  6:55 UTC  (6+ messages)

UBSan failing on expensive test(s)
 2026-05-16  2:55 UTC  (5+ messages)
  ` [PATCH 1/2] apply: plug leak on "patch too large" error
  ` [PATCH 2/2] commit: handle large commit messages in utf8 verification

[PATCH] pack-objects: fix typo in code comment
 2026-05-16  1:01 UTC 

[PATCH] Documentation: fix typos in user docs and release notes
 2026-05-16  1:00 UTC 

[RFC PATCH] approxidate: make "today" wrap to midnight
 2026-05-16  0:03 UTC  (2+ messages)

[PATCH v6] revision.c: implement --max-count-oldest
 2026-05-15 23:29 UTC  (2+ messages)
` [PATCH v7] "

[PATCH v2 0/8] repo_config_values: migrate more globals
 2026-05-15 17:15 UTC  (4+ messages)
` [PATCH v3 0/8] environment: move core config globals into repo_config_values
  ` [PATCH v3 5/8] environment: move "precomposed_unicode" into `struct repo_config_values`

What's cooking in git.git (May 2026, #03)
 2026-05-15 17:06 UTC  (7+ messages)

[PATCH] http: handle absolute-path alternates from server root
 2026-05-15 17:01 UTC  (5+ messages)

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

[PATCH 0/3] Some more "Raw output format" doc improvements
 2026-05-15 15:48 UTC  (4+ messages)
` [PATCH 1/3] diff-format.adoc: remove mention of diff-tree specific output
` [PATCH 2/3] diff-format.adoc: 'git diff-files' prints two lines for unmerged files
` [PATCH 3/3] diff-format.adoc: mode and hash are 0* for unmerged paths from index only

[PATCH] rebase: ignore non-branch update-refs
 2026-05-15 15:40 UTC  (4+ messages)

[PATCH v5 00/10] parseopt: add subcommand autocorrection
 2026-05-15 14:34 UTC  (4+ messages)
` [PATCH v6 "

[BUG] "git diff --word-diff" gives a diff while they are only space changes
 2026-05-15 13:22 UTC  (4+ messages)

[PATCH] revision: use priority queue in limit_list()
 2026-05-15 13:10 UTC  (6+ messages)

[PATCH] config: suggest the correct form when key contains "="
 2026-05-15 12:02 UTC  (7+ messages)
  ` [PATCH] fetch: add fetch.pruneLocalBranches config
      ` Email issues

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

[PATCH] generate-configlist: collapse depfile for older Ninja
 2026-05-15  9:35 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
 2026-05-15  9:33 UTC  (4+ messages)

[PATCH v4 0/3] Avoid hardcoded "good"/"bad" bisect terms
 2026-05-15  8:07 UTC  (3+ messages)

[PATCH] trailer: change strbuf in-place in unfold_value()
 2026-05-15  7:33 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/3] daemon: fix network address handling bugs
 2026-05-15  7:31 UTC  (7+ 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] connected: close err_fd in promisor fast-path
 2026-05-15  6:39 UTC 

[PATCH v2 0/3] approxidate: tweak special date formats
 2026-05-15  5:02 UTC  (10+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 2/4] approxidate: alias "today" to "now"
  ` [PATCH v3 3/4] approxidate: make "specials" respect fixed day-of-month

[PATCH v3 0/7] odb: add write operation to ODB transaction interface
 2026-05-15  3:56 UTC  (10+ messages)
` [PATCH v4 "
  ` [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  (8+ messages)
` [PATCH 1/4] strbuf: add strbuf_add_uint()

[PATCH v2 0/3] Batch prefetching
 2026-05-14 16:25 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [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)

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

[PATCH v3 0/7] fetch: rework negotiation tip options
 2026-05-14 12:41 UTC  (7+ messages)
` [PATCH v4 0/8] "
  ` [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


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